71a5667b8d1c78d1f87436ec0c52b186a1ee1332
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.0          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  7541] By: jhi                                   on 2000/11/04  20:58:18
36         Log: Changes fixups.
37      Branch: perl
38            ! Changes
39 ____________________________________________________________________________
40 [  7540] By: jhi                                   on 2000/11/04  20:42:38
41         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
42              create a "fast path" for locale name probing using "locale -a"
43              if available, squash finally hopefully the s?printf resetting
44              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45      Branch: perl
46            ! sv.c t/op/misc.t t/pragma/locale.t
47 ____________________________________________________________________________
48 [  7536] By: jhi                                   on 2000/11/04  00:20:02
49         Log: Add FCNTL_CAN_LOCK.
50              
51              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
52              From: Andy Dougherty <doughera@lafayette.edu>
53              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
54              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
55              
56              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57              From: Andy Dougherty <doughera@lafayette.edu>
58              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
59              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
60      Branch: metaconfig/U/perl
61            + d_fcntl_can_lock.U
62            ! startperl.U
63      Branch: perl
64            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
66            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67            ! vos/config.ga.h win32/config.bc win32/config.gc
68            ! win32/config.vc
69 ____________________________________________________________________________
70 [  7534] By: jhi                                   on 2000/11/03  15:16:02
71         Log: Subject: Re: README.aix
72              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73              Date: Fri, 03 Nov 2000 16:03:15 +0100
74              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
75      Branch: perl
76            ! README.aix
77 ____________________________________________________________________________
78 [  7533] By: jhi                                   on 2000/11/03  03:59:02
79         Log: Subject: [PATCH 5.7.0] better messages from malloc()
80              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81              Date: Wed, 1 Nov 2000 23:39:56 -0500
82              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
83      Branch: perl
84            ! malloc.c pod/perldiag.pod
85 ____________________________________________________________________________
86 [  7532] By: jhi                                   on 2000/11/03  00:11:56
87         Log: The #7521 touched things it shouldn't have.
88      Branch: perl
89            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
90 ____________________________________________________________________________
91 [  7531] By: jhi                                   on 2000/11/02  22:32:33
92         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
93              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
94              Date:     Thu, 2 Nov 2000 16:58:36 EST
95              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
96      Branch: perl
97            ! vms/gen_shrfls.pl
98 ____________________________________________________________________________
99 [  7530] By: jhi                                   on 2000/11/02  22:08:49
100         Log: Fix the problem discussed in
101              
102              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
103              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
104              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
105              
106              originally from Linc Madison.  Also Andreas König's comments
107              taken into account.  Some other problems with Tie::SubstrHash
108              fixed: didn't croak when the table exceeded the requested number
109              of entries (as documented) but instead when the number of entries
110              exceeded the size of the table, a croak() had an unnecessary \n,
111              didn't have a CLEAR method, documented that there is no exists().
112              Didn't fix to be strict-proof because the module uses &foo; and
113              dynamic scope.  Added a test script exercizing both first tamely 
114              the basic functionality, and then the failure cases reported by
115              Linc Madison.
116      Branch: perl
117            + t/lib/tie-substrhash.t
118            ! MANIFEST lib/Tie/SubstrHash.pm
119 ____________________________________________________________________________
120 [  7529] By: jhi                                   on 2000/11/02  17:58:08
121         Log: recv() can fail and return undef.
122              
123              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
124              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
125              Date: Thu, 2 Nov 2000 20:12:20 +0300
126              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
127      Branch: perl
128            ! lib/Net/Ping.pm
129 ____________________________________________________________________________
130 [  7528] By: jhi                                   on 2000/11/02  17:49:09
131         Log: Detpyo.
132      Branch: perl
133            ! pod/perlop.pod
134 ____________________________________________________________________________
135 [  7527] By: jhi                                   on 2000/11/02  15:48:37
136         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
137              fix a autovivification bug in Tie::RefHash, add tests for both.
138              
139              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
140              From: Edward Avis <epa98@doc.ic.ac.uk>
141              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
142              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
143      Branch: perl
144            + t/lib/tie-refhash.t
145            ! MANIFEST lib/Tie/RefHash.pm
146 ____________________________________________________________________________
147 [  7526] By: jhi                                   on 2000/11/02  13:56:26
148         Log: Test::Harness revealed buglets in the new DynaLoader.
149              
150              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
151              From: andreas.koenig@anima.de (Andreas J. Koenig)
152              Date: 02 Nov 2000 11:26:48 +0100 
153              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
154      Branch: perl
155            ! ext/DynaLoader/DynaLoader_pm.PL
156 ____________________________________________________________________________
157 [  7525] By: jhi                                   on 2000/11/01  23:52:08
158         Log: The entry for #7503 was missing.
159      Branch: perl
160            ! Changes
161 ____________________________________________________________________________
162 [  7524] By: jhi                                   on 2000/11/01  23:40:52
163         Log: Update Changes.
164      Branch: perl
165            ! Changes patchlevel.h
166 ____________________________________________________________________________
167 [  7523] By: jhi                                   on 2000/11/01  22:57:09
168         Log: More tweaking on the #7522 theme.
169      Branch: perl
170            ! ext/DynaLoader/DynaLoader_pm.PL
171 ____________________________________________________________________________
172 [  7522] By: jhi                                   on 2000/11/01  22:06:15
173         Log: Expand %Config variables and %ENV variables only if
174              so requested during build time using the
175              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
176              Not expanding makes relocating distributions easier.
177      Branch: perl
178            ! ext/DynaLoader/DynaLoader_pm.PL
179 ____________________________________________________________________________
180 [  7521] By: jhi                                   on 2000/11/01  20:56:34
181         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
182              and setgid() because they were just changing $< and $( which means
183              only changing the real uid/gid, as opposed to changing both
184              real and effective ids.  (The alternative way could have been
185              in POSIX.pm to change $> and $), too, but making a direct call
186              to the C API feels cleaner.)  Fixes the bug
187              
188              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
189              From: "Garry T. Williams" <garry@zvolve.com>
190              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
191              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
192      Branch: perl
193            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
194            ! ext/POSIX/typemap pod/perlvar.pod
195 ____________________________________________________________________________
196 [  7520] By: jhi                                   on 2000/11/01  20:08:33
197         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
198              From: "Garry T. Williams" <garry@zvolve.com>
199              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
200              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
201      Branch: perl
202            ! pod/perlsec.pod
203 ____________________________________________________________________________
204 [  7519] By: jhi                                   on 2000/11/01  20:01:22
205         Log: Locale warning explanation tweak.
206      Branch: perl
207            ! pod/perldiag.pod
208 ____________________________________________________________________________
209 [  7518] By: jhi                                   on 2000/11/01  18:57:13
210         Log: C.pm part of
211              
212              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
213              From: Jarkko Hietaniemi <jhi@iki.fi>
214              Date: Tue, 10 Oct 2000 08:22:28 -0500
215              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
216      Branch: perl
217            ! ext/B/B/C.pm
218 ____________________________________________________________________________
219 [  7517] By: jhi                                   on 2000/11/01  18:41:59
220         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
221              From: Martien Verbruggen <mgjv@comdyn.com.au>
222              Date: Fri, 6 Oct 2000 14:09:10 +1100
223              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
224      Branch: perl
225            ! pod/perlop.pod
226 ____________________________________________________________________________
227 [  7516] By: jhi                                   on 2000/11/01  18:34:55
228         Log: Generalize the Camel wording.
229              
230              Subject: Re: perlfaq style changes
231              From: John Borwick <jhborwic@unity.ncsu.edu>
232              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
233              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
234      Branch: perl
235            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
236 ____________________________________________________________________________
237 [  7515] By: jhi                                   on 2000/11/01  16:52:31
238         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
239              From: pimlott@idiomtech.com (Andrew Pimlott)
240              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
241              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
242      Branch: perl
243            ! pod/perlsec.pod
244 ____________________________________________________________________________
245 [  7514] By: jhi                                   on 2000/11/01  15:03:40
246         Log: More AIX lore.
247      Branch: perl
248            ! ext/re/hints/aix.pl
249 ____________________________________________________________________________
250 [  7513] By: jhi                                   on 2000/11/01  14:48:30
251         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
252              From: root <root@chronos.fi.muni.cz>
253              Date: Wed, 1 Nov 2000 12:31:32 +0100
254              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
255      Branch: perl
256            ! lib/Net/Ping.pm
257 ____________________________________________________________________________
258 [  7512] By: jhi                                   on 2000/11/01  14:46:47
259         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
260              From: Martin Husemann <martin@duskware.de>
261              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
262              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
263      Branch: perl
264            ! regcomp.c
265 ____________________________________________________________________________
266 [  7511] By: jhi                                   on 2000/11/01  14:39:50
267         Log: AUTHORS updates.
268      Branch: perl
269            ! AUTHORS
270 ____________________________________________________________________________
271 [  7510] By: jhi                                   on 2000/11/01  14:29:50
272         Log: Subject: [PATCH] startperl to respect versiononly
273              From: Robin Barker <rmb1@cise.npl.co.uk> 
274              Date: Tue, 31 Oct 2000 16:29:36 GMT
275              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
276      Branch: metaconfig/U/perl
277            ! startperl.U
278      Branch: perl
279            ! Configure config_h.SH
280 ____________________________________________________________________________
281 [  7509] By: jhi                                   on 2000/11/01  14:19:53
282         Log: printf UVs the correct way, noticed by Robin Barker.
283      Branch: perl
284            ! utf8.c
285 ____________________________________________________________________________
286 [  7508] By: jhi                                   on 2000/11/01  14:10:03
287         Log: Do not cleanup *% because the % has special meanings in some
288              shell environments.
289      Branch: perl
290            ! ext/Storable/Makefile.PL
291 ____________________________________________________________________________
292 [  7507] By: jhi                                   on 2000/11/01  14:06:00
293         Log: The NonStop-UX libraries have a novel way to say NaN.
294      Branch: perl
295            ! t/lib/bigfltpm.t
296 ____________________________________________________________________________
297 [  7506] By: jhi                                   on 2000/11/01  14:03:35
298         Log: The osname has been lowercased by now, from Tom Bates.
299      Branch: metaconfig
300            ! U/modified/Oldconfig.U
301      Branch: perl
302            ! Configure config_h.SH
303 ____________________________________________________________________________
304 [  7505] By: jhi                                   on 2000/10/31  19:18:39
305         Log: The compiler is either gcc or cc, from Tom Bates.
306      Branch: perl
307            ! hints/nonstopux.sh
308 ____________________________________________________________________________
309 [  7504] By: jhi                                   on 2000/10/31  14:53:42
310         Log: Update Changes.
311      Branch: perl
312            ! Changes patchlevel.h
313 ____________________________________________________________________________
314 [  7503] By: jhi                                   on 2000/10/31  14:30:50
315         Log: Whitespace style tweak.  Was originally going to see to
316              
317              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
318              From: Joe Smith <jms@inwap.com>
319              Date: Mon, 30 Oct 2000 18:47:57 -0800
320              Message-Id: <39FE32DD.24AAC4D@inwap.com>
321              
322              but that had already been taken care of.
323      Branch: metaconfig
324            ! U/compline/d_stdstdio.U
325      Branch: perl
326            ! Configure config_h.SH
327 ____________________________________________________________________________
328 [  7502] By: jhi                                   on 2000/10/31  14:25:02
329         Log: AUTHORS tweaks.
330      Branch: perl
331            ! AUTHORS
332 ____________________________________________________________________________
333 [  7501] By: jhi                                   on 2000/10/31  14:23:59
334         Log: Subject: perlfaq style changes
335              From: John Borwick <jhborwic@unity.ncsu.edu>
336              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
337              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
338      Branch: perl
339            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
340            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
341            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
342            ! pod/perlfaq9.pod
343 ____________________________________________________________________________
344 [  7500] By: jhi                                   on 2000/10/31  14:22:15
345         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
346              
347              Subject: Re: [ID 20000918.005] ~ on wide chars
348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
349              Date: Mon, 30 Oct 2000 21:09:55 -0800
350              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
351              
352              (The ord() part of the patch skipped.)
353      Branch: perl
354            ! doop.c
355 ____________________________________________________________________________
356 [  7499] By: jhi                                   on 2000/10/31  14:20:08
357         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
358              From: Jens Hamisch <jens@Strawberry.COM>
359              Date: Mon, 30 Oct 2000 15:17:07 +0100
360              Message-Id: <20001030151707.A9597@Strawberry.COM>
361      Branch: perl
362            ! av.c
363 ____________________________________________________________________________
364 [  7498] By: jhi                                   on 2000/10/31  14:16:29
365         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
366              From: Peter Prymmer <pvhp@forte.com>
367              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
368              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
369      Branch: perl
370            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
371            + ext/Encode/Encode/posix-bc.enc
372            ! MANIFEST t/lib/encode.t
373 ____________________________________________________________________________
374 [  7497] By: jhi                                   on 2000/10/31  14:13:22
375         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
376              From: Peter Prymmer <pvhp@forte.com>
377              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
378              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
379      Branch: perl
380            ! t/lib/cgi-html.t
381 ____________________________________________________________________________
382 [  7496] By: jhi                                   on 2000/10/31  14:12:05
383         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
384              From: Peter Prymmer <pvhp@forte.com>
385              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
386              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
387      Branch: perl
388            ! t/lib/cgi-function.t
389 ____________________________________________________________________________
390 [  7495] By: jhi                                   on 2000/10/31  14:11:08
391         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
392              From: Peter Prymmer <pvhp@forte.com>
393              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
394              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
395      Branch: perl
396            + ext/re/hints/aix.pl
397            ! MANIFEST ext/re/Makefile.PL
398 ____________________________________________________________________________
399 [  7494] By: jhi                                   on 2000/10/31  14:08:32
400         Log: Use Errno magic.
401              
402              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
403              From: Casey Tweten <perl@ctweten.amsite.com>
404              Date: Mon, 30 Oct 2000 15:51:17 -0500
405              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
406      Branch: perl
407            ! lib/File/Temp.pm
408 ____________________________________________________________________________
409 [  7493] By: jhi                                   on 2000/10/31  14:05:07
410         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
411              
412              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
413              From: Nicholas Clark <nick@ccl4.org>
414              Date: Mon, 30 Oct 2000 17:38:45 +0000
415              Message-ID: <20001030173845.O60355@plum.flirble.org>
416      Branch: perl
417            ! Makefile.SH utils/perlbug.PL
418 ____________________________________________________________________________
419 [  7489] By: jhi                                   on 2000/10/29  21:11:08
420         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
421              From: andreas.koenig@anima.de (Andreas J. Koenig)
422              Date: 29 Oct 2000 22:05:59 +0100
423              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
424      Branch: perl
425            ! lib/ExtUtils/Manifest.pm
426 ____________________________________________________________________________
427 [  7488] By: jhi                                   on 2000/10/29  21:07:47
428         Log: Tests for #7487.
429              
430              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
431              From: andreas.koenig@anima.de (Andreas J. Koenig)
432              Date: 29 Oct 2000 19:37:09 +0100
433              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
434      Branch: perl
435            ! t/comp/proto.t
436 ____________________________________________________________________________
437 [  7487] By: jhi                                   on 2000/10/29  21:06:27
438         Log: constsub spillage.
439              
440              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
441              From: John Tobey <jtobey@john-edwin-tobey.org>
442              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
443              Message-Id: <m13pvSr-000FObC@feynman.localnet>
444      Branch: perl
445            ! op.c
446 ____________________________________________________________________________
447 [  7485] By: jhi                                   on 2000/10/29  21:00:47
448         Log: Make \x{...} consistently produce UTF-8.
449              
450              Subject: Re: \x{...} is confused 
451              From: Simon Cozens <simon@cozens.net>
452              Date: Sun, 29 Oct 2000 19:36:48 +0000
453              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
454      Branch: perl
455            ! t/pragma/utf8.t toke.c
456 ____________________________________________________________________________
457 [  7483] By: jhi                                   on 2000/10/29  18:06:55
458         Log: Update Changes.
459      Branch: perl
460            ! Changes patchlevel.h
461 ____________________________________________________________________________
462 [  7481] By: jhi                                   on 2000/10/29  17:02:37
463         Log: UTF-8 decoder tweak.
464      Branch: perl
465            ! utf8.c
466 ____________________________________________________________________________
467 [  7478] By: jhi                                   on 2000/10/29  02:04:01
468         Log: Add also emailless people.
469      Branch: perl
470            ! AUTHORS
471 ____________________________________________________________________________
472 [  7477] By: jhi                                   on 2000/10/29  01:36:00
473         Log: The #7476 needs a MANIFEST change, too.
474      Branch: perl
475            ! MANIFEST
476 ____________________________________________________________________________
477 [  7476] By: jhi                                   on 2000/10/29  01:35:21
478         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
479      Branch: perl
480            - MAINTAIN
481            ! AUTHORS Changes
482 ____________________________________________________________________________
483 [  7475] By: jhi                                   on 2000/10/28  23:57:25
484         Log: De-quoted-unreadable to ISO Latin 1.
485              (There's one ISO-2022-JP name in Changes5.004.)
486      Branch: perl
487            ! Changes Changes5.6
488 ____________________________________________________________________________
489 [  7474] By: jhi                                   on 2000/10/28  19:13:06
490         Log: Subject: [ID 20001027.007] uniq array in perlfaq
491              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
492              Date: Fri, 27 Oct 2000 19:28:30 +0200
493              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
494      Branch: perl
495            ! pod/perlfaq4.pod
496 ____________________________________________________________________________
497 [  7473] By: jhi                                   on 2000/10/28  18:02:05
498         Log: Locking null mutexes is not recommendable.
499              
500              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
501              From: Hugo <hv@crypt.compulink.co.uk>
502              Date: Sat, 28 Oct 2000 18:41:12 +0100
503              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
504      Branch: perl
505            ! op.c
506 ____________________________________________________________________________
507 [  7472] By: jhi                                   on 2000/10/28  17:52:58
508         Log: Better create a true mailing list for the repository keepers.
509      Branch: perl
510            ! Porting/repository.pod
511 ____________________________________________________________________________
512 [  7471] By: jhi                                   on 2000/10/28  17:28:24
513         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
514              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
515      Branch: perl
516            + Porting/repository.pod
517            ! MANIFEST
518 ____________________________________________________________________________
519 [  7470] By: jhi                                   on 2000/10/28  17:20:54
520         Log: Subject: DOC PATCH 5.6.0
521              From: mjd@plover.com
522              Date: 27 Oct 2000 17:32:44 -0000
523              Message-ID: <20001027173244.23754.qmail@plover.com>
524      Branch: perl
525            ! pod/perlfunc.pod
526 ____________________________________________________________________________
527 [  7469] By: jhi                                   on 2000/10/28  17:16:45
528         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
529              From: "Peter J. Farley III" <pjfarley@banet.net>
530              Date: Fri, 27 Oct 2000 20:32:56 -0400
531              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
532      Branch: perl
533            ! README.dos
534 ____________________________________________________________________________
535 [  7468] By: jhi                                   on 2000/10/28  17:07:18
536         Log: Make target reordering to avoid pointless re-makes.
537              
538              Subject: Re: Total re-make of 'make okfile' after 7451 ?
539              From: Nicholas Clark <nick@ccl4.org>
540              Date: Sat, 28 Oct 2000 00:31:02 +0100
541              Message-ID: <20001028003101.A54517@plum.flirble.org>
542      Branch: perl
543            ! Makefile.SH
544 ____________________________________________________________________________
545 [  7467] By: jhi                                   on 2000/10/28  17:05:31
546         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
547              From: lvirden@cas.org
548              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
549              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
550      Branch: perl
551            ! README.os2
552 ____________________________________________________________________________
553 [  7466] By: jhi                                   on 2000/10/28  16:09:16
554         Log: Upgrade to CPAN 1.58_55.
555              
556              Subject: CPAN.pm status
557              From: andreas.koenig@anima.de (Andreas J. Koenig) 
558              Date: 28 Oct 2000 08:18:00 +0200 
559              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
560      Branch: perl
561            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
562 ____________________________________________________________________________
563 [  7465] By: jhi                                   on 2000/10/28  16:02:47
564         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
565      Branch: perl
566            ! embed.h embed.pl perl.h proto.h toke.c
567 ____________________________________________________________________________
568 [  7464] By: nick                                  on 2000/10/28  10:43:44
569         Log: Fix for sv_2iv() on "shared" value from keys %hash.
570      Branch: perl
571            ! sv.c
572 ____________________________________________________________________________
573 [  7463] By: jhi                                   on 2000/10/27  16:18:29
574         Log: Update Changes.
575      Branch: perl
576            ! Changes patchlevel.h
577 ____________________________________________________________________________
578 [  7462] By: jhi                                   on 2000/10/27  16:17:44
579         Log: Too enthusiastic editing in #7460.
580      Branch: metaconfig
581            ! U/modified/Oldsym.U
582      Branch: perl
583            ! Configure config_h.SH
584 ____________________________________________________________________________
585 [  7461] By: jhi                                   on 2000/10/27  15:37:38
586         Log: Retract #7459, the script needs more work.
587      Branch: perl
588            - mkreef
589            ! MANIFEST
590 ____________________________________________________________________________
591 [  7460] By: jhi                                   on 2000/10/27  15:23:14
592         Log: Use $sort, $uniq (and $tr) consistently as wondered
593              by Nicholas Clark.
594      Branch: metaconfig
595            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
596            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
597            ! U/modified/libc.U
598      Branch: perl
599            ! Configure config_h.SH
600 ____________________________________________________________________________
601 [  7459] By: jhi                                   on 2000/10/27  15:02:07
602         Log: (Retracted by #7461)
603              
604              Add a shell script for creating/removing symbolic link farms,
605              useful for keeping the source code read-only and doing the
606              builds somewhere else.
607      Branch: perl
608            + mkreef
609            ! MANIFEST
610 ____________________________________________________________________________
611 [  7458] By: jhi                                   on 2000/10/27  14:42:20
612         Log: Do away with the fix_pl.
613      Branch: perl
614            - fix_pl
615            ! MANIFEST Makefile.SH
616 ____________________________________________________________________________
617 [  7457] By: jhi                                   on 2000/10/27  12:43:13
618         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
619              From: Jens Hamisch <jens@Strawberry.COM>
620              Date: Fri, 27 Oct 2000 14:38:21 +0200
621              Message-Id: <20001027143821.B3366@Strawberry.COM>
622      Branch: perl
623            ! perl.h
624 ____________________________________________________________________________
625 [  7456] By: jhi                                   on 2000/10/27  12:33:42
626         Log: Subject: [PATCH] todo
627              From: Nicholas Clark <nick@ccl4.org>
628              Date: Thu, 26 Oct 2000 22:32:29 +0100
629              Message-ID: <20001026223229.A44540@plum.flirble.org>
630      Branch: perl
631            ! pod/perltodo.pod
632 ____________________________________________________________________________
633 [  7455] By: jhi                                   on 2000/10/27  12:02:21
634         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
635              From: John Tobey <jtobey@john-edwin-tobey.org>
636              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
637              Message-Id: <m13ozHF-000FObC@feynman.localnet>
638      Branch: perl
639            ! op.c t/pragma/sub_lval.t
640 ____________________________________________________________________________
641 [  7454] By: jhi                                   on 2000/10/27  11:59:42
642         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
643              From: sthoenna@efn.org
644              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
645              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
646      Branch: perl
647            ! pp.c t/op/assignwarn.t
648 ____________________________________________________________________________
649 [  7453] By: jhi                                   on 2000/10/27  00:15:08
650         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
651      Branch: perl
652            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
653            ! ext/Storable/Storable.xs t/lib/st-lock.t
654 ____________________________________________________________________________
655 [  7452] By: jhi                                   on 2000/10/26  13:05:52
656         Log: Undo #7451, this seems to be a deficiency in Perforce,
657              there is no per-file line-terminator type, only per-client.
658      Branch: perl
659            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
660            ! win32/makefile.mk
661 ____________________________________________________________________________
662 [  7451] By: jhi                                   on 2000/10/26  04:56:03
663         Log: Experimenting in DOS arcana.
664      Branch: perl
665            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
666            ! win32/makefile.mk
667 ____________________________________________________________________________
668 [  7450] By: jhi                                   on 2000/10/26  04:50:52
669         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
670              From: "Peter J. Farley III" <pjfarley@banet.net>            
671              Date: Wed, 25 Oct 2000 23:10:18 -0400
672              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
673      Branch: perl
674            ! t/io/open.t
675 ____________________________________________________________________________
676 [  7449] By: jhi                                   on 2000/10/26  04:49:16
677         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
678              From: Hugo <hv@crypt.compulink.co.uk>
679              Date: Thu, 26 Oct 2000 01:55:17 +0100
680              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
681              
682              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
683      Branch: perl
684            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
685 ____________________________________________________________________________
686 [  7448] By: jhi                                   on 2000/10/26  04:38:36
687         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
688              From: Peter Prymmer <pvhp@forte.com>
689              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
690              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
691      Branch: perl
692            ! configure.com
693 ____________________________________________________________________________
694 [  7447] By: jhi                                   on 2000/10/25  23:20:02
695         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
696              in platforms that strictly require all the symbols being present
697              at link time.
698      Branch: perl
699            ! handy.h
700 ____________________________________________________________________________
701 [  7446] By: jhi                                   on 2000/10/25  21:55:57
702         Log: Update Changes.
703      Branch: perl
704            ! Changes patchlevel.h
705 ____________________________________________________________________________
706 [  7445] By: jhi                                   on 2000/10/25  21:27:08
707         Log: Integrate with vmsperl #7430 by Charles Bailey:
708              
709              Cleanup from prior patch (Charles Lane?):
710              - improve handling of MFDs in Basename and Path
711              - default to no xsubpp line # munging when building debug images
712      Branch: perl
713           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
714 ____________________________________________________________________________
715 [  7444] By: jhi                                   on 2000/10/25  21:03:50
716         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
717              From: John Peacock <JPeacock@UnivPress.com>
718              Date: Thu, 18 May 2000 11:55:27 -0400
719              Message-ID: <3924126F.A58BE57A@UnivPress.com>
720      Branch: perl
721            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
722            ! t/op/write.t
723 ____________________________________________________________________________
724 [  7443] By: jhi                                   on 2000/10/25  20:43:10
725         Log: Temporary stopgap for the self-tying issue: for now only
726              array and hash self-ties are verboten.  The real fix, of
727              course, would be to comprehensively test (and implement?)
728              and debug (and document) self-ties.
729      Branch: perl
730            ! pod/perldiag.pod pp_sys.c t/op/tie.t
731 ____________________________________________________________________________
732 [  7442] By: jhi                                   on 2000/10/25  20:14:30
733         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
734              From: Dan Sugalski <dan@sidhe.org>
735              Date: Wed, 25 Oct 2000 13:36:35 -0400
736              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
737              
738              plus regen global.sym.
739      Branch: perl
740            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
741            ! thrdvar.h util.c
742 ____________________________________________________________________________
743 [  7441] By: jhi                                   on 2000/10/25  20:12:20
744         Log: buildtoc target tweaks.
745      Branch: perl
746            ! pod/Makefile.SH
747 ____________________________________________________________________________
748 [  7440] By: jhi                                   on 2000/10/25  20:03:53
749         Log: A new version of making the syslog test more robust.
750              (Replaces #7421.)
751              
752              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
753              From: "Kurt D. Starsinic" <kstar@chapin.edu>
754              Date: Wed, 25 Oct 2000 12:13:54 -0400
755              Message-ID: <20001025121354.B2264@O2.chapin.edu>
756      Branch: perl
757            ! t/lib/syslog.t
758 ____________________________________________________________________________
759 [  7439] By: jhi                                   on 2000/10/25  20:00:48
760         Log: Continue the internal UTF-8 API tweaking.
761              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
762              used much more than the simpler API, now called utf8_to_uv_simple().
763              Still not quite happy with API, too much partial duplication
764              of functionality.
765      Branch: perl
766            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
767            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
768            ! regcomp.c regexec.c sv.c toke.c utf8.c
769 ____________________________________________________________________________
770 [  7438] By: jhi                                   on 2000/10/25  18:52:30
771         Log: Allow poking holes at the UTF-8 decoding strictness.
772      Branch: perl
773            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
774            ! utf8.h
775 ____________________________________________________________________________
776 [  7437] By: jhi                                   on 2000/10/25  13:53:05
777         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
778              UTF8LEN() and UTF8SKIP(). 
779      Branch: perl
780            ! pp.c utf8.c utf8.h
781 ____________________________________________________________________________
782 [  7436] By: jhi                                   on 2000/10/25  13:51:37
783         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
784              From: Nicholas Clark <nick@ccl4.org>
785              Date: Wed, 25 Oct 2000 14:44:05 +0100
786              Message-ID: <20001025144404.D27253@plum.flirble.org>
787      Branch: perl
788            ! pod/perlrun.pod
789 ____________________________________________________________________________
790 [  7435] By: jhi                                   on 2000/10/25  13:49:32
791         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
792              From: Mike Guy <mjtg@cam.ac.uk>
793              Date: Tue, 24 Oct 2000 14:59:40 +0100
794              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
795      Branch: perl
796            ! scope.c
797 ____________________________________________________________________________
798 [  7434] By: jhi                                   on 2000/10/25  13:48:41
799         Log: AIX is picky about its symbol exports.  Solution for now
800              is to include the deb.o explicitly to the re extension build.
801              
802              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
803              From: Peter Prymmer <pvhp@forte.com>
804              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
805              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
806      Branch: perl
807            ! ext/re/Makefile.PL hints/aix.sh
808 ____________________________________________________________________________
809 [  7433] By: jhi                                   on 2000/10/25  13:46:49
810         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
812              Date: Wed, 25 Oct 2000 12:02:20 +0200
813              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
814      Branch: perl
815            ! perlsdio.h
816 ____________________________________________________________________________
817 [  7432] By: jhi                                   on 2000/10/25  13:44:28
818         Log: Subject: Minor update to find2perl, for portability
819              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
820              Date: Wed, 25 Oct 2000 12:05:47 +0100
821              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
822      Branch: perl
823            ! x2p/find2perl.PL
824 ____________________________________________________________________________
825 [  7431] By: jhi                                   on 2000/10/25  13:40:39
826         Log: Add targets to Makefile.SH, most importantly
827              'regen_all' which also remembers to update vms/perly*.
828      Branch: perl
829            ! Makefile.SH
830 ____________________________________________________________________________
831 [  7429] By: jhi                                   on 2000/10/24  20:03:40
832         Log: Podify README.epoc and README.vos.
833      Branch: perl
834            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
835            ! pod/perlport.pod pod/perltoc.pod
836 ____________________________________________________________________________
837 [  7428] By: jhi                                   on 2000/10/24  19:10:33
838         Log: Stratus VOS updates from Paul Green.
839      Branch: perl
840            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
841            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
842            - vos/config.def vos/config.h vos/config_h.SH_orig
843            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
844            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
845 ____________________________________________________________________________
846 [  7427] By: jhi                                   on 2000/10/24  18:59:48
847         Log: Check if stdio supports tweaking lval and cnt simultaneously.
848              
849              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
850              From: Nicholas Clark <nick@ccl4.org>
851              Date: Mon, 23 Oct 2000 15:39:32 +0100
852              Message-ID: <20001023153932.A10786@plum.flirble.org>
853      Branch: metaconfig
854            ! U/compline/d_stdstdio.U
855      Branch: perl
856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
857            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
858            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
859            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
860            ! vos/config.h vos/config_h.SH_orig win32/config.bc
861            ! win32/config.gc win32/config.vc
862 ____________________________________________________________________________
863 [  7426] By: jhi                                   on 2000/10/24  17:57:44
864         Log: Missed the header file changes from #7425.
865      Branch: perl
866            ! embed.h embed.pl objXSUB.h proto.h
867 ____________________________________________________________________________
868 [  7425] By: jhi                                   on 2000/10/24  17:55:17
869         Log: Fix the bug reported in
870              
871              From: andreas.koenig@anima.de (Andreas J. Koenig)
872              Subject: Encode bug?
873              Date: 24 Oct 2000 14:01:26 +0200 
874              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
875              
876              Also make is_utf8_char() stricter.
877      Branch: perl
878            ! ext/Encode/Encode.xs utf8.c
879 ____________________________________________________________________________
880 [  7424] By: jhi                                   on 2000/10/24  15:15:39
881         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
882              From: Peter Scott <Peter@PSDT.com>
883              Date: Mon, 23 Oct 2000 19:46:01 -0700
884              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
885      Branch: perl
886            ! pod/perlfaq5.pod
887 ____________________________________________________________________________
888 [  7423] By: jhi                                   on 2000/10/24  14:25:30
889         Log: Test tweak to avoid pulling in the whole Config.
890      Branch: perl
891            ! t/lib/st-lock.t
892 ____________________________________________________________________________
893 [  7422] By: jhi                                   on 2000/10/24  14:03:16
894         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
895      Branch: perl
896            ! pp.c
897 ____________________________________________________________________________
898 [  7421] By: jhi                                   on 2000/10/24  13:32:09
899         Log: (Replaced by #7440.)
900              
901              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
902              From: "Kurt D. Starsinic" <kstar@chapin.edu>
903              Date: Mon, 23 Oct 2000 16:40:54 -0400
904              Message-ID: <20001023164054.B14491@O2.chapin.edu>
905      Branch: perl
906            ! t/lib/syslog.t
907 ____________________________________________________________________________
908 [  7420] By: jhi                                   on 2000/10/24  13:30:53
909         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
911              Date: Mon, 23 Oct 2000 17:29:03 -0400
912              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
913      Branch: perl
914            ! lib/ExtUtils/MM_Unix.pm
915 ____________________________________________________________________________
916 [  7419] By: jhi                                   on 2000/10/24  13:29:57
917         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
919              Date: Mon, 23 Oct 2000 19:01:32 -0400
920              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
921      Branch: perl
922            ! utils/h2xs.PL
923 ____________________________________________________________________________
924 [  7418] By: jhi                                   on 2000/10/24  13:26:04
925         Log: Replace #7409 with
926              
927              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
928              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
929              Date: Mon, 23 Oct 2000 20:08:56 +0200
930              Message-ID: <20001023200855.A14850@nice.ram.loc>
931      Branch: perl
932            ! ext/Storable/Storable.pm t/lib/st-lock.t
933 ____________________________________________________________________________
934 [  7417] By: jhi                                   on 2000/10/24  13:17:52
935         Log: Run vms/vms_yfix.pl, should have done that after changing
936              perly.c in #7382.
937      Branch: perl
938            ! vms/perly_c.vms vms/perly_h.vms
939 ____________________________________________________________________________
940 [  7416] By: jhi                                   on 2000/10/24  02:55:33
941         Log: Make the UTF-8 decoding stricter and more verbose when
942              malformation happens.  This involved adding an argument
943              to utf8_to_uv_chk(), which involved changing its prototype,
944              and prefer STRLEN over I32 for the UTF-8 length, which as
945              a domino effect necessitated changing the prototypes of
946              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
947              The stricter UTF-8 decoding checking uses Markus Kuhn's
948              UTF-8 Decode Stress Tester from
949              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
950      Branch: perl
951            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
952            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
953            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
954            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
955 ____________________________________________________________________________
956 [  7415] By: jhi                                   on 2000/10/23  14:06:06
957         Log: Update Changes.
958      Branch: perl
959            ! Changes patchlevel.h
960 ____________________________________________________________________________
961 [  7414] By: jhi                                   on 2000/10/23  12:39:52
962         Log: Undo the basename() part of #7412 since the lib/basename
963              tests would need upgrading too.
964      Branch: perl
965            ! lib/File/Basename.pm
966 ____________________________________________________________________________
967 [  7413] By: jhi                                   on 2000/10/23  12:19:27
968         Log: Document PERL_INSTALL_ROOT of #7210.
969      Branch: perl
970            ! lib/ExtUtils/Install.pm
971 ____________________________________________________________________________
972 [  7412] By: jhi                                   on 2000/10/23  12:16:47
973         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
974      Branch: perl
975            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
976            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
977 ____________________________________________________________________________
978 [  7411] By: jhi                                   on 2000/10/23  12:07:41
979         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
980              From: Prymmer/Kahn <pvhp@best.com>
981              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
982              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
983      Branch: perl
984            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
985 ____________________________________________________________________________
986 [  7410] By: jhi                                   on 2000/10/23  04:10:11
987         Log: The change #7187 was not so good on VMS.
988              
989              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
990              From: "Craig A. Berry" <craig.berry@psinetcs.com>
991              Date: Sun, 22 Oct 2000 23:03:08 -0500
992              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
993      Branch: perl
994            ! utils/perldoc.PL
995 ____________________________________________________________________________
996 [  7409] By: jhi                                   on 2000/10/23  03:57:36
997         Log: Avoid Storable locking on DJGPP for now.
998              
999              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
1000              From: "Peter J. Farley III" <pjfarley@banet.net>
1001              Date: Sun, 22 Oct 2000 20:00:00 -0400
1002              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
1003      Branch: perl
1004            ! ext/Storable/Storable.pm t/lib/st-lock.t
1005 ____________________________________________________________________________
1006 [  7408] By: jhi                                   on 2000/10/23  03:50:24
1007         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
1008              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
1009              Date: Sun, 22 Oct 2000 21:12:22 -0400
1010              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
1011      Branch: perl
1012            ! lib/vars.pm
1013 ____________________________________________________________________________
1014 [  7407] By: jhi                                   on 2000/10/23  03:43:12
1015         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
1016              From: Hugo <hv@crypt.compulink.co.uk>
1017              Date: Mon, 23 Oct 2000 00:47:22 +0100
1018              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
1019      Branch: perl
1020            ! regexec.c t/op/pat.t
1021 ____________________________________________________________________________
1022 [  7406] By: jhi                                   on 2000/10/23  03:40:29
1023         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
1024      Branch: perl
1025            ! lib/ExtUtils/MakeMaker.pm
1026 ____________________________________________________________________________
1027 [  7405] By: jhi                                   on 2000/10/22  21:32:00
1028         Log: Doc patch.
1029              
1030              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
1031              From: rspier@pobox.com (Robert Spier)
1032              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
1033              Message-ID: <14835.16112.13457.447971@rls.cx>
1034      Branch: perl
1035            ! lib/strict.pm
1036 ____________________________________________________________________________
1037 [  7404] By: jhi                                   on 2000/10/22  21:30:51
1038         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
1039              From: rspier@pobox.com (Robert Spier)
1040              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
1041              Message-ID: <14835.17223.72448.705566@rls.cx>
1042      Branch: perl
1043            ! lib/ExtUtils/MakeMaker.pm
1044 ____________________________________________________________________________
1045 [  7403] By: jhi                                   on 2000/10/22  21:24:11
1046         Log: Subject: [PATCH bleadperl] ripples from constsub patch
1047              From: John Tobey <jtobey@john-edwin-tobey.org>
1048              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
1049              Message-Id: <m13nSOB-000FObC@feynman.localnet>
1050      Branch: perl
1051            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
1052 ____________________________________________________________________________
1053 [  7402] By: jhi                                   on 2000/10/22  20:59:35
1054         Log: Support s?printf parameter reordering.
1055      Branch: perl
1056            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
1057 ____________________________________________________________________________
1058 [  7401] By: jhi                                   on 2000/10/22  19:19:14
1059         Log: Expand %Config variables only if explicitly so requested
1060              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
1061              
1062              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
1063              From: Gurusamy Sarathy <gsar@ActiveState.com>
1064              Date: Sun, 22 Oct 2000 11:47:32 -0700
1065              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
1066      Branch: perl
1067            ! Makefile.SH lib/lib_pm.PL
1068 ____________________________________________________________________________
1069 [  7400] By: jhi                                   on 2000/10/22  18:24:10
1070         Log: Move the #7390 test from warn/op to comp/redef.
1071              
1072              Subject: Re: Creating const subs for constants.
1073              From: John Tobey <jtobey@john-edwin-tobey.org>
1074              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
1075              Message-Id: <m13nG72-000FObC@feynman.localnet>               
1076      Branch: perl
1077            ! t/comp/redef.t t/pragma/warn/op
1078 ____________________________________________________________________________
1079 [  7399] By: jhi                                   on 2000/10/22  17:49:59
1080         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
1081              From: Nicholas Clark <nick@ccl4.org>
1082              Date: Sat, 21 Oct 2000 22:23:19 +0100
1083              Message-ID: <20001021222319.B45586@plum.flirble.org>
1084      Branch: perl
1085            ! ext/DynaLoader/DynaLoader_pm.PL
1086 ____________________________________________________________________________
1087 [  7398] By: jhi                                   on 2000/10/22  17:47:35
1088         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
1089              From: Hugo <hv@crypt.compulink.co.uk>
1090              Date: Sat, 21 Oct 2000 18:19:59 +0100
1091              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
1092      Branch: perl
1093            ! ext/B/B.pm ext/B/B/C.pm
1094 ____________________________________________________________________________
1095 [  7397] By: jhi                                   on 2000/10/22  17:35:18
1096         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
1097              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1098              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
1099              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
1100      Branch: perl
1101            ! hints/openbsd.sh
1102 ____________________________________________________________________________
1103 [  7396] By: jhi                                   on 2000/10/22  17:19:46
1104         Log: Subject: installman go-faster stripes
1105              From: Nicholas Clark <nick@talking.bollo.cx>
1106              Date: Sat, 21 Oct 2000 17:24:53 +0100
1107              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
1108              
1109              Subject: Re: installman go-faster stripes
1110              From: Russ Allbery <rra@stanford.edu>
1111              Date: 21 Oct 2000 11:04:13 -0700
1112              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
1113      Branch: perl
1114            ! installman pod/pod2man.PL
1115 ____________________________________________________________________________
1116 [  7395] By: jhi                                   on 2000/10/22  17:17:35
1117         Log: Hints tweak from Anton Berezin.
1118      Branch: perl
1119            ! hints/freebsd.sh
1120 ____________________________________________________________________________
1121 [  7394] By: jhi                                   on 2000/10/22  04:50:04
1122         Log: Tweak the Is* definitions of Unicode character classes
1123              to better match the official categorizations; embrace
1124              the official categorizations; add the combining marks
1125              as alpha (and -numeric); fix DCinital (a typo and edito)
1126              to be DCmedial.
1127      Branch: perl
1128            + lib/unicode/Is/DCmedial.pl
1129            - lib/unicode/Is/DCinital.pl
1130            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1131            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
1132            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
1133            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
1134 ____________________________________________________________________________
1135 [  7393] By: jhi                                   on 2000/10/21  18:06:05
1136         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
1137              From: Daniel Chetlin <daniel@chetlin.com>
1138              Date: Sat, 21 Oct 2000 02:57:03 -0700
1139              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
1140      Branch: perl
1141            + t/lib/tie-splice.t
1142            ! MANIFEST lib/Tie/Array.pm
1143 ____________________________________________________________________________
1144 [  7391] By: jhi                                   on 2000/10/21  14:37:49
1145         Log: Testcases for a #7383,#7385 related bug.
1146              
1147              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
1148              From: Nicholas Clark <nick@ccl4.org>
1149              Date: Sat, 21 Oct 2000 15:04:51 +0100
1150              Message-ID: <20001021150451.A51566@plum.flirble.org>
1151      Branch: perl
1152            ! t/pragma/utf8.t
1153 ____________________________________________________________________________
1154 [  7390] By: jhi                                   on 2000/10/21  14:35:57
1155         Log: Add a testcase for #7389.
1156      Branch: perl
1157            ! t/pragma/warn/op
1158 ____________________________________________________________________________
1159 [  7389] By: jhi                                   on 2000/10/21  14:26:45
1160         Log: Subject: Re: Creating const subs for constants.
1161              From: John Tobey <jtobey@john-edwin-tobey.org>
1162              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
1163              Message-Id: <m13mo0N-000FObC@feynman.localnet>
1164      Branch: perl
1165            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
1166            ! proto.h sv.c
1167 ____________________________________________________________________________
1168 [  7386] By: jhi                                   on 2000/10/21  01:31:12
1169         Log: Update Changes.
1170      Branch: perl
1171            ! Changes patchlevel.h
1172 ____________________________________________________________________________
1173 [  7385] By: jhi                                   on 2000/10/21  01:28:42
1174         Log: The #7383 was right only in the context of the original bug report,
1175              not in more general case.
1176      Branch: perl
1177            ! pp_hot.c
1178 ____________________________________________________________________________
1179 [  7384] By: jhi                                   on 2000/10/21  01:08:23
1180         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
1181      Branch: perl
1182            ! ext/IO/lib/IO/Select.pm
1183 ____________________________________________________________________________
1184 [  7383] By: jhi                                   on 2000/10/21  00:44:18
1185         Log: Fix for ID 20001020.006, concatenating an unset submatch
1186              with utf8 resulted in "Modification of a read-only value".
1187      Branch: perl
1188            ! pp_hot.c t/pragma/utf8.t
1189 ____________________________________________________________________________
1190 [  7382] By: jhi                                   on 2000/10/20  20:44:31
1191         Log: Make scan_num() reëntrant, as suggested in
1192              
1193              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1194              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1195              Date: Fri, 20 Oct 2000 14:17:27 +0100
1196              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1197      Branch: perl
1198            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
1199            ! toke.c
1200 ____________________________________________________________________________
1201 [  7381] By: jhi                                   on 2000/10/20  20:07:29
1202         Log: Reëntrancy fix.
1203              
1204              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1205              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1206              Date: Fri, 20 Oct 2000 14:17:27 +0100
1207              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1208      Branch: perl
1209            ! embed.h embed.pl perl.h proto.h toke.c
1210 ____________________________________________________________________________
1211 [  7380] By: jhi                                   on 2000/10/20  19:15:54
1212         Log: Don't write double values through long double pointers,
1213              based on a part of
1214              
1215              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1216              From: Jens Hamisch <jens@Strawberry.COM>
1217              Date: Tue, 17 Oct 2000 08:39:36 +0200
1218              Message-Id: <20001017083936.A11104@Strawberry.COM>
1219      Branch: perl
1220            ! perl.h pp.c
1221 ____________________________________________________________________________
1222 [  7379] By: jhi                                   on 2000/10/20  18:43:37
1223         Log: Portability tweak on #7377.
1224              
1225              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
1226              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1227              Date:     Fri, 20 Oct 2000 13:13:41 EDT
1228              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
1229      Branch: perl
1230            ! t/lib/dprof.t
1231 ____________________________________________________________________________
1232 [  7378] By: jhi                                   on 2000/10/20  12:57:19
1233         Log: SOCKS function redefinitions need prototypes, too, otherwise
1234              for example 32 bit versus 64 bit differences cause a lot of
1235              problems.  Part of
1236              
1237              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1238              From: Jens Hamisch <jens@Strawberry.COM>
1239              Date: Tue, 17 Oct 2000 08:39:36 +0200
1240              Message-Id: <20001017083936.A11104@Strawberry.COM>
1241      Branch: perl
1242            ! doio.c pp_sys.c
1243 ____________________________________________________________________________
1244 [  7377] By: jhi                                   on 2000/10/20  12:37:12
1245         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
1246              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1247              Date:     Fri, 20 Oct 2000 08:26:04 EDT
1248              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
1249      Branch: perl
1250            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
1251 ____________________________________________________________________________
1252 [  7376] By: jhi                                   on 2000/10/20  12:35:31
1253         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
1254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1255              Date:     Fri, 20 Oct 2000 07:48:15 EDT
1256              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
1257      Branch: perl
1258            ! configure.com vms/gen_shrfls.pl
1259 ____________________________________________________________________________
1260 [  7374] By: jhi                                   on 2000/10/20  00:59:48
1261         Log: In the latest compiler builds cccdlflags must not become -fpic,
1262              from Wilfredo Sánchez.
1263      Branch: perl
1264            ! hints/darwin.sh
1265 ____________________________________________________________________________
1266 [  7373] By: jhi                                   on 2000/10/20  00:56:35
1267         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
1268              From: Tony Cook <tony@develop-help.com>
1269              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
1270              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
1271      Branch: perl
1272            ! pod/perlop.pod
1273 ____________________________________________________________________________
1274 [  7372] By: jhi                                   on 2000/10/19  19:34:40
1275         Log: Typo noted by Mark Lutz.
1276      Branch: perl
1277            ! t/op/64bitint.t
1278 ____________________________________________________________________________
1279 [  7371] By: jhi                                   on 2000/10/19  19:33:13
1280         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
1281      Branch: metaconfig
1282            ! U/modified/Cppsym.U U/modified/Oldconfig.U
1283      Branch: metaconfig/U/perl
1284            ! End.U dlsrc.U libperl.U
1285      Branch: perl
1286            + hints/nonstopux.sh
1287            ! Configure MANIFEST config_h.SH
1288 ____________________________________________________________________________
1289 [  7370] By: jhi                                   on 2000/10/19  17:18:08
1290         Log: Subject: PATCH do_print has 2 PerlIO_error()s
1291              From: nick@ccl4.org
1292              Date: Thu, 19 Oct 2000 18:09:20 +0100
1293              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
1294      Branch: perl
1295            ! doio.c
1296 ____________________________________________________________________________
1297 [  7369] By: jhi                                   on 2000/10/19  14:01:49
1298         Log: Update Changes.
1299      Branch: perl
1300            ! Changes patchlevel.h
1301 ____________________________________________________________________________
1302 [  7368] By: jhi                                   on 2000/10/19  13:04:29
1303         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
1304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1305              Date: Wed, 18 Oct 2000 13:12:01 +0200
1306              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
1307      Branch: perl
1308            ! hints/aix.sh
1309 ____________________________________________________________________________
1310 [  7367] By: jhi                                   on 2000/10/19  02:22:40
1311         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
1312              of a 'pmshort' anywhere in the B, so the offending line was simply
1313              removed.
1314      Branch: perl
1315            ! ext/B/B/Debug.pm
1316 ____________________________________________________________________________
1317 [  7366] By: jhi                                   on 2000/10/19  02:12:37
1318         Log: Add the test case for the bug id 20000730.004 which seems
1319              to have been fixed by now.
1320      Branch: perl
1321            ! t/pragma/utf8.t
1322 ____________________________________________________________________________
1323 [  7365] By: jhi                                   on 2000/10/18  23:36:24
1324         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
1325              From: Hugo <hv@crypt.compulink.co.uk>
1326              Date: Wed, 18 Oct 2000 23:25:58 +0100
1327              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
1328      Branch: perl
1329            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
1330 ____________________________________________________________________________
1331 [  7364] By: jhi                                   on 2000/10/18  21:12:53
1332         Log: (retracted)
1333      Branch: perl
1334            ! pp.c
1335 ____________________________________________________________________________
1336 [  7363] By: jhi                                   on 2000/10/18  20:55:38
1337         Log: Missing change from #7362.
1338      Branch: perl
1339            ! win32/perlhost.h
1340 ____________________________________________________________________________
1341 [  7362] By: jhi                                   on 2000/10/18  20:52:01
1342         Log: Borland C fstat() never saw the fd as writable.
1343              
1344              Subject: fix for Borland's weak "stat" (perl@7211)
1345              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1346              Date: Mon, 16 Oct 2000 09:55:03 +0400
1347              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
1348      Branch: perl
1349            ! win32/win32.c
1350 ____________________________________________________________________________
1351 [  7361] By: jhi                                   on 2000/10/18  17:43:50
1352         Log: Regen toc.
1353      Branch: perl
1354            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
1355 ____________________________________________________________________________
1356 [  7360] By: jhi                                   on 2000/10/18  17:07:44
1357         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1358              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
1359              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
1360              Date: Mon, 16 Oct 2000 15:19:49 +0200
1361      Branch: perl
1362            + README.aix
1363            ! MANIFEST
1364 ____________________________________________________________________________
1365 [  7359] By: jhi                                   on 2000/10/18  17:04:49
1366         Log: Subject: Pod patch for Devel::Peek
1367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1368              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
1369              Date: Mon, 16 Oct 2000 12:26:34 +0200
1370      Branch: perl
1371            ! ext/Devel/Peek/Peek.pm
1372 ____________________________________________________________________________
1373 [  7358] By: jhi                                   on 2000/10/18  17:03:15
1374         Log: Make Cwd more bulletproof in chrooted environments.
1375              
1376              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
1377              From: "Eric E. Coe" <Eric.Coe@oracle.com>
1378              Date: Wed, 18 Oct 2000 04:03:54 -0400
1379              Message-Id: <39ED596A.70E599FE@oracle.com>
1380      Branch: perl
1381            ! lib/Cwd.pm
1382 ____________________________________________________________________________
1383 [  7357] By: jhi                                   on 2000/10/18  16:37:26
1384         Log: Disable the UTF8 downgrade croakage for now to avoid
1385              too many not okay messages.
1386      Branch: perl
1387            ! doio.c
1388 ____________________________________________________________________________
1389 [  7356] By: jhi                                   on 2000/10/17  23:29:41
1390         Log: Show the failed remote port, instead of the failing line number.
1391              
1392              Subject: [PATCH 5.6.1 Debugger] More diagnostics
1393              From: David Sparks <daves@ActiveState.com>
1394              Date: Tue, 17 Oct 2000 15:00:24 -0700
1395              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
1396      Branch: perl
1397            ! lib/perl5db.pl
1398 ____________________________________________________________________________
1399 [  7355] By: jhi                                   on 2000/10/17  14:11:31
1400         Log: On output try to downgrade to bytes, croak if impossible,
1401              from Simon Cozens.  This means that outputting >255 UTF8
1402              is impossible.  Consider this as a strong incentive to get
1403              the I/O disciplines implemented.
1404      Branch: perl
1405            ! doio.c pod/perldiag.pod sv.c
1406 ____________________________________________________________________________
1407 [  7354] By: jhi                                   on 2000/10/17  13:42:23
1408         Log: Clarify documentation on 'use bytes'.
1409              
1410              Subject: Re: What does 'use bytes' "mean" ?
1411              From: Simon Cozens <simon@cozens.net>
1412              Date: Mon, 18 Sep 2000 18:24:25 +0100
1413              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
1414      Branch: perl
1415            ! lib/bytes.pm
1416 ____________________________________________________________________________
1417 [  7353] By: jhi                                   on 2000/10/17  13:28:12
1418         Log: Workaround for a sfio bug where the stream error indicator
1419              is not cleared as documented.
1420              
1421              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1422              From: Nicholas Clark <nick@ccl4.org>
1423              Date: Mon, 16 Oct 2000 18:28:23 +0100
1424              Message-ID: <20001016182823.J19700@plum.flirble.org>
1425      Branch: perl
1426            ! doio.c
1427 ____________________________________________________________________________
1428 [  7352] By: jhi                                   on 2000/10/17  13:06:19
1429         Log: More IoTYPE sprinkling.
1430      Branch: perl
1431            ! doio.c pp_hot.c
1432 ____________________________________________________________________________
1433 [  7351] By: jhi                                   on 2000/10/16  22:47:07
1434         Log: Detect early whether the std streams have gone bad.
1435              
1436              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1437              Date: Mon, 16 Oct 2000 23:28:42 +0100
1438              From: Nicholas Clark <nick@ccl4.org>
1439              Message-ID: <20001016232842.A37942@plum.flirble.org>
1440      Branch: perl
1441            ! t/op/misc.t
1442 ____________________________________________________________________________
1443 [  7350] By: jhi                                   on 2000/10/16  22:45:16
1444         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
1445              From: "Peter J. Farley III" <pjfarley@banet.net>
1446              Date: Mon, 16 Oct 2000 18:15:59 -0400
1447              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
1448      Branch: perl
1449            ! djgpp/djgpp.c dosish.h t/io/open.t
1450 ____________________________________________________________________________
1451 [  7349] By: jhi                                   on 2000/10/16  22:36:45
1452         Log: perldelta tweak.
1453      Branch: perl
1454            ! pod/perldelta.pod
1455 ____________________________________________________________________________
1456 [  7348] By: jhi                                   on 2000/10/16  15:17:53
1457         Log: Update Changes.
1458      Branch: perl
1459            ! Changes patchlevel.h
1460 ____________________________________________________________________________
1461 [  7347] By: jhi                                   on 2000/10/16  13:55:27
1462         Log: Add the capability to include/exclude branches.
1463      Branch: perl
1464            ! Porting/genlog
1465 ____________________________________________________________________________
1466 [  7346] By: jhi                                   on 2000/10/16  13:18:04
1467         Log: Add Charles Lane.
1468      Branch: perl
1469            ! AUTHORS Changes
1470 ____________________________________________________________________________
1471 [  7345] By: jhi                                   on 2000/10/16  13:13:21
1472         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
1473      Branch: perl
1474            ! pod/perldelta.pod
1475 ____________________________________________________________________________
1476 [  7244] By: jhi                                   on 2000/10/16  02:29:54
1477         Log: Subject: $Carp::ExportLevel confusion in Exporter
1478              From: "Ben Tilly" <ben_tilly@hotmail.com>
1479              Date: Sat, 14 Oct 2000 16:44:34 EDT
1480              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
1481      Branch: perl
1482            ! lib/Exporter/Heavy.pm
1483 ____________________________________________________________________________
1484 [  7243] By: jhi                                   on 2000/10/16  02:28:33
1485         Log: Subject: [PATCH perlguts.pod] Document offset hack
1486              From: Simon Cozens <simon@cozens.net>
1487              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
1488              Date: Sat, 14 Oct 2000 19:32:25 +0100
1489      Branch: perl
1490            ! pod/perlguts.pod
1491 ____________________________________________________________________________
1492 [  7241] By: jhi                                   on 2000/10/16  02:22:44
1493         Log: Subject: small pod patch
1494              From: Dan Boorstein <dan_boo@bellsouth.net>
1495              Date: Sat, 14 Oct 2000 14:29:24 -0400
1496              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
1497      Branch: perl
1498            ! pod/perlfaq7.pod pod/perlmod.pod
1499 ____________________________________________________________________________
1500 [  7240] By: jhi                                   on 2000/10/16  02:13:46
1501         Log: -w cleanup.
1502              
1503              Subject: Re: Problems with bleadperl 
1504              From: "Stephen P. Potter" <spp@ds.net>
1505              Date: Fri, 13 Oct 2000 13:32:49 -0400
1506              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
1507      Branch: perl
1508            ! t/pragma/overload.t
1509 ____________________________________________________________________________
1510 [  7239] By: jhi                                   on 2000/10/16  01:41:18
1511         Log: One more ~utf8 tweak.
1512      Branch: perl
1513            ! t/op/bop.t
1514 ____________________________________________________________________________
1515 [  7238] By: jhi                                   on 2000/10/16  01:34:14
1516         Log: Tweak the test of #7235.
1517      Branch: perl
1518            ! t/op/bop.t
1519 ____________________________________________________________________________
1520 [  7237] By: jhi                                   on 2000/10/16  01:25:04
1521         Log: Fix a couple of compiler-noted nits in #7235.
1522      Branch: perl
1523            ! pp.c
1524 ____________________________________________________________________________
1525 [  7236] By: jhi                                   on 2000/10/16  01:22:46
1526         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
1527      Branch: perl
1528            ! pp.c pp_hot.c
1529 ____________________________________________________________________________
1530 [  7235] By: jhi                                   on 2000/10/15  16:24:44
1531         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
1532              
1533              From: Simon Cozens <simon@cozens.net>
1534              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
1535              Date: Sat, 14 Oct 2000 20:52:13 +0100
1536              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
1537      Branch: perl
1538            ! pp.c t/op/bop.t utf8.h
1539 ____________________________________________________________________________
1540 [  7234] By: jhi                                   on 2000/10/15  15:19:29
1541         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
1542              The problem was that rx->minlen was in chars while pp_split()
1543              thought it would be in bytes. 
1544      Branch: perl
1545            ! pp.c t/pragma/utf8.t
1546 ____________________________________________________________________________
1547 [  7233] By: jhi                                   on 2000/10/14  20:24:24
1548         Log: Document FNCASE=y as discussed in the bug 20000902.009.
1549      Branch: perl
1550            ! README.dos
1551 ____________________________________________________________________________
1552 [  7232] By: jhi                                   on 2000/10/14  18:52:21
1553         Log: Add test for bug id 20000427.003 (which seems to have
1554              been fixed) (also duplicate as 20000427.004, though
1555              with a higher severity).  Move one utf8 from op/append
1556              to pragma/utf8, tag the tests with bug ids.
1557      Branch: perl
1558            ! t/op/append.t t/pragma/utf8.t
1559 ____________________________________________________________________________
1560 [  7231] By: jhi                                   on 2000/10/14  17:28:37
1561         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
1562      Branch: perl
1563            ! t/pragma/utf8.t
1564 ____________________________________________________________________________
1565 [  7230] By: jhi                                   on 2000/10/14  14:24:50
1566         Log: Needs to be conditional on SunOS 4.
1567              
1568              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
1569              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1570              Date: Sat, 14 Oct 2000 13:37:49 +0100
1571              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
1572      Branch: metaconfig/U/perl
1573            ! End.U
1574      Branch: perl
1575            ! Configure myconfig.SH pod/perldelta.pod
1576 ____________________________________________________________________________
1577 [  7229] By: jhi                                   on 2000/10/14  00:49:22
1578         Log: Update Changes.
1579      Branch: perl
1580            ! Changes patchlevel.h
1581 ____________________________________________________________________________
1582 [  7228] By: jhi                                   on 2000/10/14  00:46:10
1583         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
1584              From: Peter Prymmer <pvhp@forte.com>
1585              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
1586              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
1587      Branch: perl
1588            ! lib/utf8.pm
1589 ____________________________________________________________________________
1590 [  7227] By: jhi                                   on 2000/10/13  23:20:30
1591         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
1592      Branch: perl
1593            ! t/op/tie.t
1594 ____________________________________________________________________________
1595 [  7226] By: jhi                                   on 2000/10/13  22:14:32
1596         Log: Tweak #7225.
1597              
1598              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
1599              From: Peter Prymmer <pvhp@forte.com>
1600              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
1601              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
1602      Branch: perl
1603            ! t/op/sprintf.t
1604 ____________________________________________________________________________
1605 [  7225] By: jhi                                   on 2000/10/13  22:11:31
1606         Log: op/sprintf.t patch for OS/390 (and any other host with limited
1607              floating-point exponent length)
1608              
1609              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
1610              From: Dominic Dunlop <domo@computer.org>
1611              Date: Fri, 13 Oct 2000 19:17:57 +0200
1612              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
1613      Branch: perl
1614            ! t/op/sprintf.t
1615 ____________________________________________________________________________
1616 [  7224] By: jhi                                   on 2000/10/13  18:40:48
1617         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
1618      Branch: perl
1619            ! toke.c
1620 ____________________________________________________________________________
1621 [  7223] By: jhi                                   on 2000/10/13  18:37:13
1622         Log: Thinko in #7222.
1623      Branch: perl
1624            ! utf8.c
1625 ____________________________________________________________________________
1626 [  7222] By: jhi                                   on 2000/10/13  18:05:23
1627         Log: Use UTF8SKIP(), from Simon Cozens.
1628      Branch: perl
1629            ! utf8.c
1630 ____________________________________________________________________________
1631 [  7221] By: jhi                                   on 2000/10/13  15:43:19
1632         Log: (accidentally empty check-in)
1633      Branch: perl
1634            ! utf8.c
1635 ____________________________________________________________________________
1636 [  7220] By: jhi                                   on 2000/10/13  15:23:51
1637         Log: Add (optimistically) Storable to static extensions.
1638      Branch: perl
1639            ! hints/uwin.sh hints/vmesa.sh
1640 ____________________________________________________________________________
1641 [  7219] By: jhi                                   on 2000/10/13  15:20:05
1642         Log: Amdahl UTS doesn't seem to do dynaloading.
1643      Branch: perl
1644            ! hints/uts.sh
1645 ____________________________________________________________________________
1646 [  7218] By: jhi                                   on 2000/10/13  15:15:20
1647         Log: Slight tweak of the code to appease Amdahl UTS cc.
1648      Branch: perl
1649            ! pp.c
1650 ____________________________________________________________________________
1651 [  7217] By: jhi                                   on 2000/10/13  14:50:42
1652         Log: In Amdahl UTS "struct sv" is defined by a system header,
1653              <ksync.h>.
1654      Branch: perl
1655            ! perl.h sv.h
1656 ____________________________________________________________________________
1657 [  7216] By: jhi                                   on 2000/10/13  11:58:25
1658         Log: Ilya implemented the memory profiling API.
1659      Branch: perl
1660            ! Todo
1661 ____________________________________________________________________________
1662 [  7215] By: jhi                                   on 2000/10/13  02:56:38
1663         Log: Subject: [PATCH 5.7.0] Perl API for mstats
1664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1665              Date: Thu, 12 Oct 2000 22:52:40 -0400
1666              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
1667      Branch: perl
1668            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1669 ____________________________________________________________________________
1670 [  7214] By: jhi                                   on 2000/10/13  02:55:38
1671         Log: Subject: [PATCH 5.7.0] IVs in mtats
1672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1673              Date: Thu, 12 Oct 2000 22:51:04 -0400
1674              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
1675      Branch: perl
1676            ! malloc.c perl.h
1677 ____________________________________________________________________________
1678 [  7213] By: jhi                                   on 2000/10/13  02:31:47
1679         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
1680      Branch: perl
1681            ! pod/perldiag.pod pp_sys.c
1682 ____________________________________________________________________________
1683 [  7212] By: jhi                                   on 2000/10/13  01:27:38
1684         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
1685              From: Peter Prymmer <pvhp@forte.com>
1686              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
1687              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
1688      Branch: perl
1689            ! t/op/oct.t
1690 ____________________________________________________________________________
1691 [  7211] By: jhi                                   on 2000/10/13  00:35:09
1692         Log: Update Changes.
1693      Branch: perl
1694            ! Changes patchlevel.h
1695 ____________________________________________________________________________
1696 [  7210] By: jhi                                   on 2000/10/12  23:59:40
1697         Log: The Install.pm third of
1698              
1699              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1700              From: Bill Campbell <bill@celestial.com>
1701              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1702              Date: Thu, 5 Oct 2000 18:04:51 -0700
1703      Branch: perl
1704            ! lib/ExtUtils/Install.pm
1705 ____________________________________________________________________________
1706 [  7209] By: jhi                                   on 2000/10/12  23:58:43
1707         Log: Two thirds of
1708              
1709              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1710              Date: Thu, 5 Oct 2000 18:04:51 -0700
1711              From: Bill Campbell <bill@celestial.com>
1712              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1713              
1714              The Install.pm changes will be submitted separately because
1715              they need some work and discussion still.
1716      Branch: perl
1717            ! lib/getopts.pl lib/termcap.pl
1718 ____________________________________________________________________________
1719 [  7208] By: jhi                                   on 2000/10/12  23:41:19
1720         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
1721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1722              Date:     Thu, 12 Oct 2000 07:30:02 EDT
1723              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
1724      Branch: perl
1725            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
1726            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
1727 ____________________________________________________________________________
1728 [  7207] By: jhi                                   on 2000/10/12  23:39:01
1729         Log: An updated EBCDIC tr patch.
1730              
1731              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
1732              From: Peter Prymmer <pvhp@forte.com>
1733              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
1734              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
1735      Branch: perl
1736            ! t/op/tr.t
1737 ____________________________________________________________________________
1738 [  7206] By: jhi                                   on 2000/10/12  23:34:55
1739         Log: Upgrade to CPAN 1.58, from Andreas König.
1740      Branch: perl
1741            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1742 ____________________________________________________________________________
1743 [  7205] By: jhi                                   on 2000/10/12  23:29:08
1744         Log: Introduce the man[24-8] variables, from Andy Dougherty.
1745      Branch: metaconfig/U/perl
1746            + mandirs.U mandirstyle.U
1747      Branch: perl
1748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1749            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
1750            ! vos/config.h vos/config.pl vos/config_h.SH_orig
1751            ! win32/config.bc win32/config.gc win32/config.vc
1752 ____________________________________________________________________________
1753 [  7204] By: gsar                                  on 2000/10/12  18:11:24
1754         Log: restore change#7202
1755      Branch: perl
1756            ! mg.c
1757 ____________________________________________________________________________
1758 [  7203] By: gsar                                  on 2000/10/12  18:09:40
1759         Log: another test of the Emergency Broadcast System--back out 
1760              change#7202
1761      Branch: perl
1762            ! mg.c
1763 ____________________________________________________________________________
1764 [  7202] By: gsar                                  on 2000/10/12  16:40:47
1765         Log: (submitted on behalf of Jarkko)
1766              Fix the lib/encode.t subtest 6 failure as reported by Andreas
1767              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
1768              was unearthed by change 7182, as was a bug in HTML::Entities.
1769      Branch: perl
1770            ! mg.c
1771 ____________________________________________________________________________
1772 [  7201] By: jhi                                   on 2000/10/11  03:16:05
1773         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
1774      Branch: perl
1775            ! pp_hot.c t/pragma/utf8.t
1776 ____________________________________________________________________________
1777 [  7200] By: jhi                                   on 2000/10/11  00:40:30
1778         Log: The #7198 was a false alarm.
1779      Branch: perl
1780            ! pp_hot.c
1781 ____________________________________________________________________________
1782 [  7199] By: jhi                                   on 2000/10/11  00:26:04
1783         Log: Remove duplicated code.
1784      Branch: perl
1785            ! t/lib/cgi-html.t
1786 ____________________________________________________________________________
1787 [  7198] By: jhi                                   on 2000/10/10  23:30:46
1788         Log: (Retracted by #7200.)
1789      Branch: perl
1790            ! pp_hot.c
1791 ____________________________________________________________________________
1792 [  7197] By: jhi                                   on 2000/10/10  21:49:30
1793         Log: Add the test case for #7190, from the original bug report
1794              by Andreas König.
1795      Branch: perl
1796            ! t/pragma/utf8.t
1797 ____________________________________________________________________________
1798 [  7196] By: jhi                                   on 2000/10/10  21:40:49
1799         Log: Reapply Andy's patch and regen Configure.
1800      Branch: perl
1801            ! Configure INSTALL Makefile.SH Porting/Glossary
1802            ! Porting/config.sh config_h.SH epoc/config.sh installperl
1803            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1804            ! win32/config.vc
1805 ____________________________________________________________________________
1806 [  7195] By: jhi                                   on 2000/10/10  21:09:30
1807         Log: Use the versiononly instead of the installscripts,
1808              retract the changes 7146 and 7147.
1809      Branch: perl
1810            ! Configure INSTALL Makefile.SH Porting/Glossary
1811            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
1812            ! installperl uconfig.sh vos/config.def win32/config.bc
1813            ! win32/config.gc win32/config.vc
1814 ____________________________________________________________________________
1815 [  7194] By: jhi                                   on 2000/10/10  21:06:15
1816         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
1817              From: Peter Prymmer <pvhp@forte.com>
1818              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
1819              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
1820      Branch: perl
1821            ! t/op/ver.t
1822 ____________________________________________________________________________
1823 [  7193] By: jhi                                   on 2000/10/10  21:05:12
1824         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
1825              From: Peter Prymmer <pvhp@forte.com>
1826              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
1827              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
1828      Branch: perl
1829            ! t/op/tr.t
1830 ____________________________________________________________________________
1831 [  7191] By: jhi                                   on 2000/10/10  19:41:21
1832         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
1833              From: Peter Prymmer <pvhp@forte.com>
1834              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
1835              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
1836      Branch: perl
1837            ! pod/perlebcdic.pod
1838 ____________________________________________________________________________
1839 [  7190] By: jhi                                   on 2000/10/10  19:26:14
1840         Log: Subject: Re: utf8 concat, mg_get
1841              From: Simon Cozens <simon@cozens.net>
1842              Date: Tue, 10 Oct 2000 17:40:17 +0100
1843              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
1844      Branch: perl
1845            ! pp_hot.c
1846 ____________________________________________________________________________
1847 [  7189] By: jhi                                   on 2000/10/10  19:23:03
1848         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
1849              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
1850              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
1851              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
1852      Branch: perl
1853            ! lib/ExtUtils/MM_Unix.pm
1854 ____________________________________________________________________________
1855 [  7188] By: jhi                                   on 2000/10/10  15:31:24
1856         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
1857              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1858              Date: Fri, 14 Jul 2000 10:47:36 +0100
1859              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
1860      Branch: perl
1861            ! README.win32
1862 ____________________________________________________________________________
1863 [  7187] By: jhi                                   on 2000/10/10  13:30:10
1864         Log: Quote the temp file name, needed in Win32 because the
1865              default name unfortunately contains spaces, shouldn't
1866              hurt elsewhere.
1867              
1868              Subject: FW: perldoc fails if $TEMP contains spaces
1869              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1870              Date: Thu, 14 Sep 2000 08:58:45 +0100
1871              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
1872      Branch: perl
1873            ! utils/perldoc.PL
1874 ____________________________________________________________________________
1875 [  7186] By: jhi                                   on 2000/10/10  13:16:27
1876         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
1877              From: hv@hugo.hybyte.com
1878              Date: Tue, 10 Oct 2000 14:10:20 +0100
1879              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
1880      Branch: perl
1881            ! t/lib/thr5005.t util.c
1882 ____________________________________________________________________________
1883 [  7185] By: jhi                                   on 2000/10/10  12:06:22
1884         Log: Upgrade to podlators 1.04, from Russ Allbery.
1885      Branch: perl
1886            ! lib/Pod/Man.pm lib/Pod/Text.pm
1887 ____________________________________________________________________________
1888 [  7184] By: jhi                                   on 2000/10/10  12:01:32
1889         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
1890      Branch: perl
1891            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
1892 ____________________________________________________________________________
1893 [  7183] By: jhi                                   on 2000/10/09  23:47:15
1894         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
1895              From: Peter Prymmer <pvhp@forte.com>
1896              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
1897              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
1898      Branch: perl
1899            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
1900 ____________________________________________________________________________
1901 [  7182] By: jhi                                   on 2000/10/09  23:43:16
1902         Log: Make eq work again with utf8 (disabling the upgrading
1903              should no more be necessary since the copies of the
1904              scalars are upgraded, not the scalars themselves).
1905              Takes care of ID 20001009.001.  (The claimed length()
1906              bug in 20001009.001 seems bogus to me.)
1907      Branch: perl
1908            ! sv.c t/pragma/utf8.t
1909 ____________________________________________________________________________
1910 [  7181] By: gsar                                  on 2000/10/09  19:41:54
1911         Log: tweak for change#7173
1912      Branch: perl
1913            ! win32/win32sck.c
1914 ____________________________________________________________________________
1915 [  7180] By: gsar                                  on 2000/10/09  19:26:56
1916         Log: on Windows, clean targets might not work under some flavors of the shell
1917      Branch: perl
1918            ! win32/Makefile win32/makefile.mk
1919 ____________________________________________________________________________
1920 [  7179] By: jhi                                   on 2000/10/09  19:21:02
1921         Log: Update Changes.
1922      Branch: perl
1923            ! Changes patchlevel.h
1924 ____________________________________________________________________________
1925 [  7178] By: jhi                                   on 2000/10/09  19:18:23
1926         Log: Warn about unknown scripts.
1927              
1928              Subject: Re: ideas? patches? [PATCH bleadperl]
1929              From: Dominic Dunlop <domo@computer.org>
1930              Date: Mon, 9 Oct 2000 14:57:17 +0200
1931              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
1932      Branch: perl
1933            ! lib/charnames.pm
1934 ____________________________________________________________________________
1935 [  7177] By: jhi                                   on 2000/10/09  19:13:27
1936         Log: Change #7160 had a nasty typo.
1937      Branch: metaconfig
1938            ! U/compline/Compile.U
1939      Branch: perl
1940            ! Configure config_h.SH
1941 ____________________________________________________________________________
1942 [  7176] By: gsar                                  on 2000/10/09  18:59:33
1943         Log: pod nit
1944      Branch: perl
1945            ! pod/perlport.pod
1946 ____________________________________________________________________________
1947 [  7175] By: gsar                                  on 2000/10/09  18:54:28
1948         Log: Windows9x doesn't support link(), despite what Config.pm
1949              might think
1950      Branch: perl
1951            ! lib/ExtUtils/Manifest.pm
1952 ____________________________________________________________________________
1953 [  7174] By: gsar                                  on 2000/10/09  18:50:03
1954         Log: avoid nonportable example code
1955      Branch: perl
1956            ! lib/File/Copy.pm
1957 ____________________________________________________________________________
1958 [  7173] By: gsar                                  on 2000/10/09  18:46:54
1959         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
1960              being used) when closing a socket handle
1961      Branch: perl
1962            ! win32/win32.c win32/win32.h win32/win32sck.c
1963 ____________________________________________________________________________
1964 [  7172] By: gsar                                  on 2000/10/09  18:41:40
1965         Log: on Windows, cwd strings in the environment should be of the
1966              form =X:=X:\foo instead of =X=X:\foo\
1967      Branch: perl
1968            ! win32/vdir.h
1969 ____________________________________________________________________________
1970 [  7171] By: gsar                                  on 2000/10/09  18:30:09
1971         Log: on Windows, LoadLibrary() could load an extension DLL multiple
1972              times if forward slashes are used in the path
1973      Branch: perl
1974            ! win32/win32.c
1975 ____________________________________________________________________________
1976 [  7170] By: jhi                                   on 2000/10/09  17:53:59
1977         Log: Add a todo note about overloadable assertions.
1978      Branch: perl
1979            ! Todo-5.6
1980 ____________________________________________________________________________
1981 [  7169] By: jhi                                   on 2000/10/09  13:43:45
1982         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
1983              From: mjd@plover.com
1984              Date: 9 Oct 2000 00:24:44 -0000
1985              Message-ID: <20001009002444.10616.qmail@plover.com>
1986      Branch: perl
1987            ! pod/perldebguts.pod
1988 ____________________________________________________________________________
1989 [  7168] By: nick                                  on 2000/10/08  13:16:33
1990         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
1991              is not right thing to do on (e.g. x86). Network order is also "right" for
1992              X fonts.
1993      Branch: perl
1994            ! ext/Encode/Encode.pm
1995 ____________________________________________________________________________
1996 [  7167] By: nick                                  on 2000/10/08  12:54:42
1997         Log: Make "encodings" work post-install when Encode/*.enc files may not
1998              be in same directory as Encode.pm
1999      Branch: perl
2000            ! ext/Encode/Encode.pm
2001 ____________________________________________________________________________
2002 [  7166] By: nick                                  on 2000/10/08  11:51:26
2003         Log: Work round the fact that $hash->{$key} does not take into account
2004              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
2005              so that key is always in the "expected" encoding - i.e. same way we put
2006              it in the hash.
2007      Branch: perl
2008            ! ext/Encode/Encode.pm
2009 ____________________________________________________________________________
2010 [  7165] By: gsar                                  on 2000/10/08  04:15:29
2011         Log: save_re_context() could reset PL_curcop to freed memory, causing core
2012              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
2013      Branch: perl
2014            ! pp_ctl.c
2015 ____________________________________________________________________________
2016 [  7164] By: jhi                                   on 2000/10/06  20:51:48
2017         Log: UTF8ize split() so that the cloned substrings get the UTF8
2018              flag of the original scalar.  Problem reported by Simon Cozens.
2019      Branch: perl
2020            ! pp.c t/pragma/utf8.t
2021 ____________________________________________________________________________
2022 [  7163] By: nick                                  on 2000/10/06  20:48:34
2023         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
2024              got a false +ve and so did not reach code which would have un-FAKEd the SV.
2025      Branch: perl
2026            ! sv.c
2027 ____________________________________________________________________________
2028 [  7162] By: nick                                  on 2000/10/06  20:25:37
2029         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
2030              To fix  (sort {$a <=> $b} keys %hash) in particular but
2031              should cover a number of other as-yet-unknown cases as well.
2032      Branch: perl
2033            ! sv.c
2034 ____________________________________________________________________________
2035 [  7161] By: jhi                                   on 2000/10/06  19:56:18
2036         Log: Change the version number of Tie::Handle in the core to 4.0,
2037              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
2038              
2039              Subject: Note on Tie::Handle
2040              From: andreas.koenig@anima.de (Andreas J. Koenig)
2041              Date:      06 Oct 2000 21:48:58 +0200
2042              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
2043      Branch: perl
2044            ! lib/Tie/Handle.pm
2045 ____________________________________________________________________________
2046 [  7160] By: jhi                                   on 2000/10/06  18:20:35
2047         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
2048              as the first option of cc/ld because of ultrapicky compilers
2049              (e.g. OS/390 R2.5)
2050      Branch: metaconfig
2051            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
2052            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
2053            ! U/compline/orderlib.U U/modified/Cppsym.U
2054            ! U/modified/d_access.U
2055      Branch: metaconfig/U/perl
2056            ! Checkcc.U d_dlsymun.U gccvers.U
2057      Branch: perl
2058            ! Configure config_h.SH
2059 ____________________________________________________________________________
2060 [  7159] By: jhi                                   on 2000/10/06  13:56:39
2061         Log: Update Changes.
2062      Branch: perl
2063            ! Changes patchlevel.h
2064 ____________________________________________________________________________
2065 [  7158] By: jhi                                   on 2000/10/06  12:48:40
2066         Log: Eliminate $Is_VMS code from the test.
2067              
2068              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
2069              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2070              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
2071              Date:     Thu, 5 Oct 2000 07:46:33 EDT
2072      Branch: perl
2073            ! t/lib/b.t
2074 ____________________________________________________________________________
2075 [  7157] By: jhi                                   on 2000/10/06  12:47:13
2076         Log: Also the $ccflags is needed for the C compiler check.
2077              
2078              Subject: Configure (check for C-compiler)
2079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2080              Date: Fri, 06 Oct 2000 08:47:15 +0200
2081              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
2082      Branch: metaconfig/U/perl
2083            ! Checkcc.U
2084      Branch: perl
2085            ! Configure config_h.SH
2086 ____________________________________________________________________________
2087 [  7156] By: jhi                                   on 2000/10/06  11:45:15
2088         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
2089      Branch: perl
2090            ! perl.c pp_ctl.c sv.h utf8.c
2091 ____________________________________________________________________________
2092 [  7155] By: jhi                                   on 2000/10/06  11:40:41
2093         Log: IO::Handle->syswrite() did not handle length omission
2094              like CORE::syswrite() does.
2095              
2096              Subject: [Fwd] IO::Handle, syswrite and arguments
2097              From: Graham Barr <gbarr@pobox.com>
2098              Date: Fri, 6 Oct 2000 10:22:05 +0100
2099              Message-ID: <20001006102205.U6312@pobox.com>
2100              
2101              The original patch from andrew@ugh.net.au.
2102      Branch: perl
2103            ! ext/IO/lib/IO/Handle.pm
2104 ____________________________________________________________________________
2105 [  7154] By: jhi                                   on 2000/10/06  01:42:15
2106         Log: Tweak #7153.
2107      Branch: perl
2108            ! utf8.h
2109 ____________________________________________________________________________
2110 [  7153] By: jhi                                   on 2000/10/06  00:39:55
2111         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
2112      Branch: perl
2113            ! utf8.h
2114 ____________________________________________________________________________
2115 [  7152] By: jhi                                   on 2000/10/06  00:38:11
2116         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
2117      Branch: perl
2118            ! perl.c pp_ctl.c sv.h utf8.c
2119 ____________________________________________________________________________
2120 [  7151] By: jhi                                   on 2000/10/06  00:36:38
2121         Log: Subject: Re: Questions about Tie::Array and perl modules
2122              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2123              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
2124              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
2125              
2126              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
2127      Branch: perl
2128            ! lib/Tie/Array.pm t/op/array.t
2129 ____________________________________________________________________________
2130 [  7150] By: jhi                                   on 2000/10/05  00:20:45
2131         Log: Regen Changes.
2132      Branch: perl
2133            ! Changes patchlevel.h
2134 ____________________________________________________________________________
2135 [  7149] By: jhi                                   on 2000/10/05  00:20:01
2136         Log: Regen toc.
2137      Branch: perl
2138            ! pod/perltoc.pod
2139 ____________________________________________________________________________
2140 [  7148] By: jhi                                   on 2000/10/04  23:35:08
2141         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
2142              reported several times by Dominic Dunlop, for example in
2143              ID 20000315.008.  Patch from Dominic.  Patch affects at
2144              least MachTen, and possibly other oldish BSDs. Should not
2145              break non-broken platforms (tested on LinuxPPC). 
2146      Branch: perl
2147            ! doio.c
2148 ____________________________________________________________________________
2149 [  7146] By: jhi                                   on 2000/10/04  23:25:04
2150         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
2151              suggested by H. Merijn Brand.
2152      Branch: perl
2153            ! Configure INSTALL Makefile.SH Porting/Glossary
2154            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
2155            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
2156            ! win32/config.vc
2157 ____________________________________________________________________________
2158 [  7145] By: jhi                                   on 2000/10/04  22:08:21
2159         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
2160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2161              Date: Wed, 4 Oct 2000 17:37:46 -0400
2162              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
2163      Branch: perl
2164            ! utils/h2xs.PL
2165 ____________________________________________________________________________
2166 [  7144] By: jhi                                   on 2000/10/04  18:11:41
2167         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
2168              From: Jeff Pinyan <jeffp@crusoe.net>
2169              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
2170              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
2171      Branch: perl
2172            ! pod/perlrun.pod
2173 ____________________________________________________________________________
2174 [  7143] By: jhi                                   on 2000/10/04  18:09:58
2175         Log: Subject: perlhack.pod Patch for Externals Tools
2176              From: Fisher Mark <fisherm@tce.com>
2177              Date: Tue, 3 Oct 2000 15:43:27 -0500 
2178              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
2179      Branch: perl
2180            ! pod/perlhack.pod
2181 ____________________________________________________________________________
2182 [  7142] By: jhi                                   on 2000/10/04  18:08:41
2183         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
2184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2185              Date:     Wed, 4 Oct 2000 12:11:11 EDT
2186              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
2187      Branch: perl
2188            ! vms/vms.c
2189 ____________________________________________________________________________
2190 [  7141] By: jhi                                   on 2000/10/04  12:20:16
2191         Log: Subject: [PATCH 5.7.0] h2xs not working
2192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2193              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
2194              Date: Tue, 3 Oct 2000 21:43:01 -0400
2195              
2196              Subject: [PATCH 5.7.0] h2xs not documenting the created module
2197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2198              Date: Tue, 3 Oct 2000 22:55:19 -0400
2199              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
2200      Branch: perl
2201            ! utils/h2xs.PL
2202 ____________________________________________________________________________
2203 [  7140] By: jhi                                   on 2000/10/04  11:53:44
2204         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
2205              From: nick@babyhippo.com
2206              Date: Wed, 4 Oct 2000 12:06:45 +0100
2207              Message-Id: <20001004120645.A7356@babyhippo.com>
2208              
2209              Retract 7118 and 7135.
2210      Branch: perl
2211            ! installman installperl op.c t/pragma/subs.t
2212 ____________________________________________________________________________
2213 [  7139] By: jhi                                   on 2000/10/03  22:09:41
2214         Log: It is possible to have no hosts database at all.  Pointed out in
2215              
2216              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
2217              From: Peter Prymmer <pvhp@forte.com>
2218              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
2219              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
2220      Branch: metaconfig
2221            ! U/modified/myhostname.U
2222      Branch: perl
2223            ! Configure config_h.SH
2224 ____________________________________________________________________________
2225 [  7138] By: jhi                                   on 2000/10/03  21:49:49
2226         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
2227              From: Peter Prymmer <pvhp@forte.com>
2228              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
2229              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
2230      Branch: perl
2231            ! pp_sys.c
2232 ____________________________________________________________________________
2233 [  7137] By: jhi                                   on 2000/10/03  20:10:05
2234         Log: One remaining nit less at the VMS mailbox sizing.
2235      Branch: perl
2236            ! vms/vms.c
2237 ____________________________________________________________________________
2238 [  7136] By: jhi                                   on 2000/10/03  20:08:47
2239         Log: Test harness update to sync with the new perlcc,
2240              from Simon Cozens.
2241      Branch: perl
2242            ! t/TEST t/UTEST
2243 ____________________________________________________________________________
2244 [  7135] By: jhi                                   on 2000/10/03  15:15:42
2245         Log: Subject: Re: PATCH for 20001003.004
2246              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
2247              From: "AARON B. DOSSETT" <aaron@iglou.com>
2248              Message-Id: <E13gTay-0006od-00@iglou.com>
2249      Branch: perl
2250            ! installman installperl
2251 ____________________________________________________________________________
2252 [  7134] By: jhi                                   on 2000/10/03  15:00:34
2253         Log: Subject: [ID 20001003.006] B::Debug not -w clean
2254              From: Nicholas Clark <nick@babyhippo.co.uk>
2255              Date: Tue, 03 Oct 2000 15:46:32 +0100
2256              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
2257      Branch: perl
2258            ! ext/B/B/Debug.pm
2259 ____________________________________________________________________________
2260 [  7133] By: jhi                                   on 2000/10/03  14:58:39
2261         Log: Scale down the VMS message boxes, by Charles Lane.
2262              Fix for ID 20000903.009, workaround at
2263              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
2264      Branch: perl
2265            ! vms/vms.c
2266 ____________________________________________________________________________
2267 [  7132] By: jhi                                   on 2000/10/03  11:20:37
2268         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
2269      Branch: perl
2270            + t/lib/st-lock.t t/lib/st-utf8.t
2271            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
2272            ! ext/Storable/Storable.xs t/lib/st-recurse.t
2273 ____________________________________________________________________________
2274 [  7131] By: jhi                                   on 2000/10/03  03:38:23
2275         Log: Encode nits.
2276      Branch: perl
2277            ! MANIFEST Makefile.SH
2278 ____________________________________________________________________________
2279 [  7130] By: jhi                                   on 2000/10/03  03:31:05
2280         Log: Update Changes.
2281      Branch: perl
2282            ! Changes patchlevel.h
2283 ____________________________________________________________________________
2284 [  7129] By: jhi                                   on 2000/10/03  02:24:02
2285         Log: Misplaced else.
2286      Branch: metaconfig/U/perl
2287            ! d_strtoll.U
2288      Branch: perl
2289            ! Configure config_h.SH
2290 ____________________________________________________________________________
2291 [  7128] By: jhi                                   on 2000/10/03  02:08:29
2292         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
2293              From: sthoenna@efn.org
2294              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
2295              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
2296      Branch: metaconfig/U/perl
2297            ! d_strtoll.U
2298      Branch: perl
2299            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
2300 ____________________________________________________________________________
2301 [  7127] By: jhi                                   on 2000/10/03  01:13:14
2302         Log: Update Changes.
2303      Branch: perl
2304            ! Changes patchlevel.h
2305 ____________________________________________________________________________
2306 [  7126] By: jhi                                   on 2000/10/03  00:57:08
2307         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
2308              as suggested by Olaf Flebbe and Nick Clark.
2309      Branch: perl
2310            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
2311 ____________________________________________________________________________
2312 [  7125] By: jhi                                   on 2000/10/03  00:50:56
2313         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
2314              From: Nick Clark <nick@plum.flirble.org>
2315              Date: Mon, 2 Oct 2000 11:03:24 +0100
2316              Message-Id: <20001002110324.D20073@plum.flirble.org>
2317              
2318              Also fixes bug ID 20001002.005.
2319      Branch: perl
2320            ! t/lib/encode.t
2321 ____________________________________________________________________________
2322 [  7124] By: jhi                                   on 2000/10/03  00:34:59
2323         Log: Subject: [PATCH 5.7.0] Epoc update
2324              From: Olaf Flebbe <o.flebbe@gmx.de>
2325              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
2326              Message-ID: <26423.969484586@www10.gmx.net>
2327      Branch: perl
2328            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
2329            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
2330            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
2331            ! util.c util.h
2332 ____________________________________________________________________________
2333 [  7123] By: jhi                                   on 2000/10/03  00:30:07
2334         Log: Regen headers.
2335      Branch: perl
2336            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
2337 ____________________________________________________________________________
2338 [  7122] By: jhi                                   on 2000/10/03  00:10:48
2339         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
2340      Branch: perl
2341            ! hints/openbsd.sh
2342 ____________________________________________________________________________
2343 [  7121] By: jhi                                   on 2000/10/03  00:05:06
2344         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
2345              From: <abigail@foad.org>
2346              Date: Tue, 26 Sep 2000 13:36:14 -0400
2347              Message-ID: <20000926173614.4356.qmail@foad.org>
2348      Branch: perl
2349            ! pod/perlop.pod
2350 ____________________________________________________________________________
2351 [  7120] By: jhi                                   on 2000/10/03  00:04:00
2352         Log: Inside require() $^S was always left undefined.
2353              
2354              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
2355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2356              Date: Wed, 27 Sep 2000 18:54:49 -0400
2357              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
2358      Branch: perl
2359            ! cop.h mg.c pp_ctl.c util.c
2360 ____________________________________________________________________________
2361 [  7119] By: jhi                                   on 2000/10/03  00:00:16
2362         Log: Subject: [PATCH] DLL not restartabke with threaded perl
2363              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
2364              Date: Thu, 28 Sep 2000 09:20:46 +0100
2365              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
2366      Branch: perl
2367            ! perl.c
2368 ____________________________________________________________________________
2369 [  7118] By: jhi                                   on 2000/10/02  23:59:20
2370         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
2371              From: Nicholas Clark <nick@ccl4.org>
2372              Date: Thu, 28 Sep 2000 11:52:24 +0100
2373              Message-ID: <20000928115224.D7924@plum.flirble.org>
2374      Branch: perl
2375            ! op.c
2376 ____________________________________________________________________________
2377 [  7117] By: jhi                                   on 2000/10/02  23:57:51
2378         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
2379              From: Nicholas Clark <nick@babyhippo.co.uk>
2380              Date: Thu, 28 Sep 2000 12:18:10 +0100
2381              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
2382              
2383              Did not apply cleanly, manual intervention was needed.
2384      Branch: perl
2385            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2386 ____________________________________________________________________________
2387 [  7116] By: jhi                                   on 2000/10/02  23:50:40
2388         Log: Document the issue (is not a syntax error, kind of)
2389              
2390              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
2391              From: Nicholas Clark <nick@ccl4.org>
2392              Date: Thu, 28 Sep 2000 17:12:42 +0100
2393              Message-ID: <20000928171242.K7924@plum.flirble.org>
2394      Branch: perl
2395            ! pod/perldata.pod
2396 ____________________________________________________________________________
2397 [  7115] By: jhi                                   on 2000/10/02  23:48:58
2398         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
2399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2400              Date: Thu, 28 Sep 2000 21:55:31 -0400
2401              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
2402      Branch: perl
2403            ! regexec.c
2404 ____________________________________________________________________________
2405 [  7114] By: jhi                                   on 2000/10/02  23:47:57
2406         Log: Subject: DOC PATCH 5.6.0
2407              From: mjd@plover.com
2408              Date: 30 Sep 2000 06:02:34 -0000
2409              Message-ID: <20000930060234.4559.qmail@plover.com>
2410      Branch: perl
2411            ! pod/perldebguts.pod
2412 ____________________________________________________________________________
2413 [  7113] By: jhi                                   on 2000/10/02  23:46:43
2414         Log: SOCK_DGRAM and listen() do not mix as reported in
2415              
2416              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
2417              From: Petter Reinholdtsen <pere@hungry.com>
2418              Date: Sun, 1 Oct 2000 10:57:20 +0800
2419              Message-Id: <200010010257.KAA05735@localhost.localdomain>
2420              
2421              The patch for 5.7.0+ had to be reengineered, though.
2422      Branch: perl
2423            ! ext/IO/lib/IO/Socket/UNIX.pm
2424 ____________________________________________________________________________
2425 [  7112] By: jhi                                   on 2000/10/02  23:36:57
2426         Log: Subject: Re: [PATCH 5.005_64 missed]
2427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2428              Date: Sun, 1 Oct 2000 18:50:10 -0400
2429              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
2430      Branch: perl
2431            ! pod/perlxs.pod
2432 ____________________________________________________________________________
2433 [  7111] By: jhi                                   on 2000/10/02  23:35:40
2434         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
2435              From: Radu Greab <radu@netsoft.ro>
2436              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
2437              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
2438      Branch: perl
2439            ! op.c opcode.pl t/op/substr.t
2440 ____________________________________________________________________________
2441 [  7110] By: jhi                                   on 2000/10/02  23:32:38
2442         Log: Subject: [PATCH] Fix aliasing of tied filehandles
2443              From: Daniel Chetlin <daniel@chetlin.com>
2444              Date: Mon, 2 Oct 2000 14:53:27 -0700
2445              Message-ID: <20001002145327.C1617@ilmd>
2446      Branch: perl
2447            ! perl.h pp_hot.c t/op/tiehandle.t
2448 ____________________________________________________________________________
2449 [  7109] By: jhi                                   on 2000/10/02  23:31:30
2450         Log: s/Robin Parker/Robin Barker/
2451      Branch: perl
2452            ! Changes5.6
2453 ____________________________________________________________________________
2454 [  7108] By: jhi                                   on 2000/10/02  23:15:46
2455         Log: Retract #7091 as suggested in
2456              
2457              From: Robin Barker <rmb1@cise.npl.co.uk> 
2458              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
2459              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
2460              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
2461      Branch: perl
2462            ! embed.pl proto.h
2463 ____________________________________________________________________________
2464 [  7107] By: nick                                  on 2000/10/02  18:23:14
2465         Log: A few tweaks to get Tk803 to work with Encode scheme.
2466      Branch: perl
2467            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
2468 ____________________________________________________________________________
2469 [  7106] By: nick                                  on 2000/10/01  21:34:14
2470         Log: Add checking cases to Encode's toUnicode and fromUnicode.
2471      Branch: perl
2472            ! ext/Encode/Encode.pm
2473 ____________________________________________________________________________
2474 [  7105] By: nick                                  on 2000/10/01  17:18:01
2475         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
2476              To read and use them.
2477              Add a lib/encode.t which checks a few things.
2478      Branch: perl
2479            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
2480            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
2481            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
2482            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
2483            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
2484            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
2485            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
2486            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
2487            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
2488            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
2489            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
2490            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
2491            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
2492            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
2493            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
2494            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
2495            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
2496            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
2497            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
2498            + ext/Encode/Encode/iso2022-jp.enc
2499            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2500            + ext/Encode/Encode/iso8859-1.enc
2501            + ext/Encode/Encode/iso8859-2.enc
2502            + ext/Encode/Encode/iso8859-3.enc
2503            + ext/Encode/Encode/iso8859-4.enc
2504            + ext/Encode/Encode/iso8859-5.enc
2505            + ext/Encode/Encode/iso8859-6.enc
2506            + ext/Encode/Encode/iso8859-7.enc
2507            + ext/Encode/Encode/iso8859-8.enc
2508            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
2509            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
2510            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
2511            + ext/Encode/Encode/macCentEuro.enc
2512            + ext/Encode/Encode/macCroatian.enc
2513            + ext/Encode/Encode/macCyrillic.enc
2514            + ext/Encode/Encode/macDingbats.enc
2515            + ext/Encode/Encode/macGreek.enc
2516            + ext/Encode/Encode/macIceland.enc
2517            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
2518            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
2519            + ext/Encode/Encode/macTurkish.enc
2520            + ext/Encode/Encode/macUkraine.enc
2521            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
2522            + t/lib/encode.t
2523            ! MANIFEST ext/Encode/Encode.pm
2524 ____________________________________________________________________________
2525 [  7104] By: nick                                  on 2000/09/30  13:04:30
2526         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
2527              From: Daniel Chetlin <daniel@chetlin.com>
2528              Date: Mon, 18 Sep 2000 05:05:40 -0700
2529              Message-Id: <20000918050540.C652@ilmd>
2530      Branch: perl
2531            ! lib/overload.pm sv.c t/pragma/overload.t
2532 ____________________________________________________________________________
2533 [  7103] By: nick                                  on 2000/09/30  12:53:36
2534         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
2535              From: Johan Vromans <jvromans@squirrel.nl>
2536              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
2537              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
2538      Branch: perl
2539            ! pod/Makefile.SH
2540 ____________________________________________________________________________
2541 [  7102] By: nick                                  on 2000/09/30  12:52:31
2542         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2543              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2544              Date: Sat, 16 Sep 2000 16:36:45 -0400
2545              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
2546      Branch: perl
2547            ! ext/B/B/Deparse.pm
2548 ____________________________________________________________________________
2549 [  7101] By: nick                                  on 2000/09/30  12:51:41
2550         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
2551              From: Craig A. Berry <craig.berry@psinetcs.com>
2552              Date: Sat, 16 Sep 2000 10:11:10 -0500
2553              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
2554      Branch: perl
2555            ! vms/vms.c
2556 ____________________________________________________________________________
2557 [  7100] By: nick                                  on 2000/09/30  12:50:33
2558         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2559              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2560              Date: Fri, 15 Sep 2000 16:37:58 -0400
2561              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
2562      Branch: perl
2563            ! t/op/append.t
2564 ____________________________________________________________________________
2565 [  7099] By: nick                                  on 2000/09/30  12:49:35
2566         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2567              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2568              Date: Fri, 15 Sep 2000 16:25:30 -0400
2569              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
2570      Branch: perl
2571            ! pp_hot.c
2572 ____________________________________________________________________________
2573 [  7098] By: nick                                  on 2000/09/30  12:48:00
2574         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
2575              From: Gisle Aas <gisle@ActiveState.com>
2576              Date: 15 Sep 2000 16:23:41 +0200
2577              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
2578      Branch: perl
2579            ! toke.c
2580 ____________________________________________________________________________
2581 [  7097] By: nick                                  on 2000/09/30  12:45:16
2582         Log: Subject: [PATCH] Nits in perlmod.pod
2583              From: Daniel Chetlin <daniel@chetlin.com>
2584              Date: Fri, 15 Sep 2000 02:04:09 -0700
2585              Message-Id: <20000915020409.A2104@ilmd>
2586      Branch: perl
2587            ! pod/perlmod.pod
2588 ____________________________________________________________________________
2589 [  7096] By: nick                                  on 2000/09/30  12:18:00
2590         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
2591              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
2592              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
2593              0 to checking to get the warning.
2594      Branch: perl
2595            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2596            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
2597            ! regexec.c sv.c toke.c utf8.c
2598 ____________________________________________________________________________
2599 [  7095] By: nick                                  on 2000/09/15  16:55:59
2600         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
2601              
2602              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
2603              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2604              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
2605              Date: Fri, 15 Sep 2000 06:37:30 -0400
2606      Branch: perl
2607            ! ext/Encode/Encode.xs sv.c
2608 ____________________________________________________________________________
2609 [  7094] By: jhi                                   on 2000/09/15  03:23:32
2610         Log: Update Changes.
2611      Branch: perl
2612            ! Changes patchlevel.h
2613 ____________________________________________________________________________
2614 [  7093] By: jhi                                   on 2000/09/15  03:11:44
2615         Log: Fix for the charnames.t failures from Spider Boardman.
2616      Branch: perl
2617            ! toke.c
2618 ____________________________________________________________________________
2619 [  7092] By: jhi                                   on 2000/09/15  00:15:48
2620         Log: Botched the #7090 check-in.
2621      Branch: perl
2622            ! sv.c
2623 ____________________________________________________________________________
2624 [  7091] By: jhi                                   on 2000/09/14  23:33:24
2625         Log: Part of #7081 didn't come through.
2626      Branch: perl
2627            ! embed.pl proto.h
2628 ____________________________________________________________________________
2629 [  7090] By: jhi                                   on 2000/09/14  23:17:39
2630         Log: Subject: Re: perl@7078 
2631              From: Spider Boardman <spider@web.zk3.dec.com>
2632              Date: Thu, 14 Sep 2000 19:06:36 -0400
2633              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
2634      Branch: perl
2635            ! sv.c toke.c
2636 ____________________________________________________________________________
2637 [  7089] By: jhi                                   on 2000/09/14  23:11:21
2638         Log: Small portability tweaks.
2639      Branch: perl
2640            ! ext/Encode/Encode.xs
2641 ____________________________________________________________________________
2642 [  7088] By: jhi                                   on 2000/09/14  22:57:23
2643         Log: Fake return to pacify picky compilers.
2644      Branch: perl
2645            ! ext/Encode/Encode.xs
2646 ____________________________________________________________________________
2647 [  7087] By: jhi                                   on 2000/09/14  22:53:37
2648         Log: Subject: [PATCH] utf8.c apidoc
2649              From: Simon Cozens <simon@cozens.net>
2650              Date: Thu, 14 Sep 2000 23:46:57 +0100
2651              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
2652      Branch: perl
2653            ! perlapi.c pod/perlapi.pod utf8.c
2654 ____________________________________________________________________________
2655 [  7086] By: jhi                                   on 2000/09/14  22:40:38
2656         Log: We don't need to count the high bit bytes, a boolean is enough. 
2657      Branch: perl
2658            ! sv.c
2659 ____________________________________________________________________________
2660 [  7085] By: jhi                                   on 2000/09/14  21:20:09
2661         Log: Replace #7084 with
2662              
2663              Subject: Re: perl@7078 
2664              From: Spider Boardman <spider@web.zk3.dec.com>
2665              Date: Thu, 14 Sep 2000 17:09:36 -0400
2666              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
2667      Branch: perl
2668            ! sv.c utf8.c
2669 ____________________________________________________________________________
2670 [  7084] By: jhi                                   on 2000/09/14  20:03:34
2671         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
2672              convertable to bytes by checking it doesn't go above 0xc3
2673              
2674              Subject: Re: perl@7078
2675              From: Simon Cozens <simon@cozens.net>
2676              Date: Thu, 14 Sep 2000 20:59:19 +0100
2677              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
2678      Branch: perl
2679            ! utf8.c
2680 ____________________________________________________________________________
2681 [  7083] By: jhi                                   on 2000/09/14  19:38:47
2682         Log: Subject: Re: perl@7078
2683              From: Simon Cozens <simon@cozens.net>
2684              Date: Thu, 14 Sep 2000 20:13:09 +0100
2685              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
2686      Branch: perl
2687            ! t/op/bop.t
2688 ____________________________________________________________________________
2689 [  7082] By: jhi                                   on 2000/09/14  17:50:44
2690         Log: The one that got away.
2691      Branch: perl
2692            ! lib/File/Find.pm
2693 ____________________________________________________________________________
2694 [  7081] By: jhi                                   on 2000/09/14  17:45:35
2695         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
2696              From: Robin Barker <rmb1@cise.npl.co.uk>
2697              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
2698              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
2699      Branch: perl
2700            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
2701            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
2702            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
2703            ! regcomp.c toke.c universal.c
2704 ____________________________________________________________________________
2705 [  7080] By: jhi                                   on 2000/09/14  17:40:35
2706         Log: Problems picked up by AIX cc.
2707              
2708              Subject: Re: perl@7078 (patch included)
2709              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2710              Date: Thu, 14 Sep 2000 18:53:30 +0200
2711              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
2712      Branch: perl
2713            ! ext/Encode/Encode.xs
2714 ____________________________________________________________________________
2715 [  7079] By: jhi                                   on 2000/09/14  17:38:27
2716         Log: Subject: File::Find 5.7.0 POD nits
2717              From: Rich Morin <rdm@cfcl.com>
2718              Date: Wed, 13 Sep 2000 22:03:58 -0700
2719              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
2720      Branch: perl
2721            ! lib/File/Find.pm
2722 ____________________________________________________________________________
2723 [  7078] By: jhi                                   on 2000/09/14  14:58:20
2724         Log: Update Changes.
2725      Branch: perl
2726            ! Changes patchlevel.h
2727 ____________________________________________________________________________
2728 [  7077] By: jhi                                   on 2000/09/14  14:55:54
2729         Log: Compilation warnings and an error.
2730      Branch: perl
2731            ! sv.c
2732 ____________________________________________________________________________
2733 [  7076] By: jhi                                   on 2000/09/14  14:42:56
2734         Log: Fix for a parsing bug, not for the original bug.
2735              
2736              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
2737              From: Spider Boardman <spider@web.zk3.dec.com>
2738              Date: Wed, 13 Sep 2000 17:52:20 -0400
2739              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
2740      Branch: perl
2741            ! regcomp.c
2742 ____________________________________________________________________________
2743 [  7075] By: jhi                                   on 2000/09/14  14:40:40
2744         Log: Batch of UTF-8 patches from Simon Cozens.
2745      Branch: perl
2746            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
2747            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
2748            ! toke.c utf8.c
2749 ____________________________________________________________________________
2750 [  7074] By: jhi                                   on 2000/09/14  14:29:58
2751         Log: Subject: Re: Two advertising clauses need to be removed
2752              From: Russ Allbery <rra@stanford.edu>
2753              Date: 13 Sep 2000 18:50:26 -0700
2754              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
2755      Branch: perl
2756            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2757 ____________________________________________________________________________
2758 [  7073] By: jhi                                   on 2000/09/14  14:28:20
2759         Log: Subject: [PATCH] de-wall t/README
2760              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2761              Date: Wed, 13 Sep 2000 17:46:55 -0700
2762              Message-ID: <//Bw5gzkge/e092yn@efn.org>
2763      Branch: perl
2764            ! t/README
2765 ____________________________________________________________________________
2766 [  7072] By: jhi                                   on 2000/09/14  14:25:10
2767         Log: Hints optimization.
2768              
2769              Subject: Minor nit
2770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2771              Date: Wed, 13 Sep 2000 21:42:07 +0200
2772              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
2773      Branch: perl
2774            ! hints/hpux.sh
2775 ____________________________________________________________________________
2776 [  7071] By: jhi                                   on 2000/09/14  14:23:30
2777         Log: Allow chop() and chomp() to be overridden.
2778              
2779              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2780              From: "Casey R. Tweten" <crt@kiski.net>
2781              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
2782              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
2783      Branch: perl
2784            ! toke.c
2785 ____________________________________________________________________________
2786 [  7070] By: jhi                                   on 2000/09/14  14:20:36
2787         Log: The return value of setlocale must be copied away.
2788              
2789              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2790              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2791              Date: Wed, 13 Sep 2000 16:27:37 +0100 
2792              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
2793      Branch: perl
2794            ! util.c
2795 ____________________________________________________________________________
2796 [  7069] By: jhi                                   on 2000/09/14  14:16:27
2797         Log: Remove vestiges of tr//CU.
2798              
2799              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2800              From: Nick Clark <nick@plum.flirble.org>
2801              Date: Tue, 12 Sep 2000 22:50:14 +0100
2802              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
2803              
2804              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2806              Date: Tue, 12 Sep 2000 21:38:48 -0700
2807              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
2808      Branch: perl
2809            ! op.h pod/perlunicode.pod
2810 ____________________________________________________________________________
2811 [  7068] By: jhi                                   on 2000/09/13  14:18:39
2812         Log: Add the Encode extension.  The code is still largely just skeleton.
2813      Branch: perl
2814            + ext/Encode/Encode.pm ext/Encode/Encode.xs
2815            + ext/Encode/Makefile.PL ext/Encode/Todo
2816            ! MANIFEST Todo-5.6
2817 ____________________________________________________________________________
2818 [  7067] By: jhi                                   on 2000/09/12  17:43:33
2819         Log: Allow for whitespace between "#" and "line" in cpp output.
2820              
2821              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2822              From: Calle Dybedahl <calle@lysator.liu.se>
2823              Date: 12 Sep 2000 19:38:02 +0200 
2824              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
2825      Branch: perl
2826            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2827 ____________________________________________________________________________
2828 [  7066] By: gsar                                  on 2000/09/12  17:24:29
2829         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2830              initialization in all the threads on Windows
2831      Branch: perl
2832            ! win32/win32.c
2833 ____________________________________________________________________________
2834 [  7065] By: jhi                                   on 2000/09/12  15:11:31
2835         Log: Update Changes.
2836      Branch: perl
2837            ! Changes patchlevel.h
2838 ____________________________________________________________________________
2839 [  7064] By: jhi                                   on 2000/09/12  14:54:54
2840         Log: Retract #7062, the pod tests are not ready.
2841      Branch: perl
2842            ! t/TEST t/harness
2843 ____________________________________________________________________________
2844 [  7063] By: jhi                                   on 2000/09/12  14:25:41
2845         Log: The #7054 truncated Configure badly.
2846      Branch: metaconfig/U/perl
2847            ! End.U
2848      Branch: perl
2849            ! Configure config_h.SH
2850 ____________________________________________________________________________
2851 [  7062] By: jhi                                   on 2000/09/12  14:08:32
2852         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
2853              From: sthoenna@efn.org
2854              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
2855              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
2856      Branch: perl
2857            ! t/TEST t/harness
2858 ____________________________________________________________________________
2859 [  7061] By: jhi                                   on 2000/09/12  14:07:18
2860         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2861              From: sthoenna@efn.org
2862              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
2863              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
2864      Branch: perl
2865            ! pod/perlxs.pod
2866 ____________________________________________________________________________
2867 [  7060] By: jhi                                   on 2000/09/12  14:06:08
2868         Log: Break up the myconfig lines a bit.
2869              
2870              Subject: perlbug/perl -V output format
2871              From: sthoenna@efn.org
2872              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
2873              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
2874      Branch: perl
2875            ! myconfig.SH
2876 ____________________________________________________________________________
2877 [  7059] By: jhi                                   on 2000/09/12  14:05:04
2878         Log: Test for the #7049.
2879              
2880              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2881              From: andreas.koenig@anima.de (Andreas J. Koenig)
2882              Date: 12 Sep 2000 06:42:01 +0200
2883              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
2884      Branch: perl
2885            ! t/op/my.t
2886 ____________________________________________________________________________
2887 [  7058] By: jhi                                   on 2000/09/12  14:03:05
2888         Log: Subject: [patch: perl@7045] vms updates
2889              From: Peter Prymmer <pvhp@forte.com>
2890              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
2891              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
2892      Branch: perl
2893            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
2894 ____________________________________________________________________________
2895 [  7057] By: jhi                                   on 2000/09/12  14:00:51
2896         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2897              From: sthoenna@efn.org
2898              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
2899              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
2900      Branch: perl
2901            ! t/op/64bitint.t
2902 ____________________________________________________________________________
2903 [  7056] By: jhi                                   on 2000/09/12  13:58:14
2904         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2905              From: Jeff Pinyan <jeffp@crusoe.net>
2906              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
2907              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
2908      Branch: perl
2909            ! pod/perlfunc.pod
2910 ____________________________________________________________________________
2911 [  7055] By: jhi                                   on 2000/09/12  13:56:32
2912         Log: Do in VMS as the #7054 does.
2913      Branch: perl
2914            ! configure.com
2915 ____________________________________________________________________________
2916 [  7054] By: jhi                                   on 2000/09/12  13:50:31
2917         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2918              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2919              Date: Mon, 11 Sep 2000 08:33:09 +0100
2920              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
2921      Branch: metaconfig/U/perl
2922            ! End.U
2923      Branch: perl
2924            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
2925            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2926 ____________________________________________________________________________
2927 [  7053] By: jhi                                   on 2000/09/12  13:29:19
2928         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2929              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2930              Date:     Tue, 12 Sep 2000 08:35:59 EDT
2931              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
2932      Branch: perl
2933            ! vms/test.com
2934 ____________________________________________________________________________
2935 [  7052] By: jhi                                   on 2000/09/11  23:01:50
2936         Log: Document the SvUTF8*().
2937      Branch: perl
2938            ! pod/perlapi.pod sv.h
2939 ____________________________________________________________________________
2940 [  7051] By: gsar                                  on 2000/09/11  14:46:30
2941         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
2942              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2943      Branch: perl
2944            ! op.c t/op/split.t
2945 ____________________________________________________________________________
2946 [  7050] By: nick                                  on 2000/09/11  10:03:51
2947         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2948              
2949              Subject: borland C++ win32.c tweak
2950              From: Vadim Konovalov <vkonovalov@lucent.com>
2951              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
2952              Date: Mon, 11 Sep 2000 11:22:33 +0400
2953      Branch: perl
2954            ! win32/win32.c
2955 ____________________________________________________________________________
2956 [  7049] By: nick                                  on 2000/09/11  09:57:33
2957         Log: Point fix for s/// on foreach (keys %xxx).
2958      Branch: perl
2959            ! pp_hot.c
2960 ____________________________________________________________________________
2961 [  7048] By: jhi                                   on 2000/09/10  23:37:09
2962         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
2963              by Pod::Text, from Brad Appleton.
2964      Branch: perl
2965            ! t/pod/testp2pt.pl
2966 ____________________________________________________________________________
2967 [  7047] By: jhi                                   on 2000/09/10  14:32:53
2968         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2969              by Russ Allbery.
2970      Branch: perl
2971            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
2972 ____________________________________________________________________________
2973 [  7046] By: jhi                                   on 2000/09/10  14:15:08
2974         Log: Upgrade to CPAN 1.57_65, from Andreas König.
2975      Branch: perl
2976            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2977 ____________________________________________________________________________
2978 [  7045] By: jhi                                   on 2000/09/08  21:36:32
2979         Log: Update Changes.
2980      Branch: perl
2981            ! Changes patchlevel.h
2982 ____________________________________________________________________________
2983 [  7044] By: jhi                                   on 2000/09/08  21:29:56
2984         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2985              From: Peter Prymmer <pvhp@forte.com>
2986              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
2987              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
2988      Branch: perl
2989            ! configure.com
2990 ____________________________________________________________________________
2991 [  7043] By: jhi                                   on 2000/09/08  21:27:50
2992         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2993              From: Peter Prymmer <pvhp@forte.com>
2994              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
2995              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
2996      Branch: perl
2997            ! Makefile.SH installperl
2998 ____________________________________________________________________________
2999 [  7042] By: jhi                                   on 2000/09/08  21:23:21
3000         Log: Continue #7041.
3001      Branch: perl
3002            ! cygwin/Makefile.SHs os2/Makefile.SHs
3003 ____________________________________________________________________________
3004 [  7041] By: jhi                                   on 2000/09/08  21:18:10
3005         Log: Do away with memory models cruft.  Sorry, PDP users.
3006      Branch: metaconfig
3007            ! U/modified/cc.U U/modified/libpth.U
3008      Branch: perl
3009            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3010            ! Porting/config_H cflags.SH config_h.SH configure.com
3011            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
3012            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
3013            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
3014 ____________________________________________________________________________
3015 [  7040] By: jhi                                   on 2000/09/08  14:34:18
3016         Log: Major rewrite of s2p.  And I mean really major, it is
3017              an implementation of sed in perl.  If called as s2p it
3018              will function as s2p.  Note: needs non-UNIXifying.
3019              
3020              Subject: s2p
3021              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3022              Date: Mon, 28 Aug 2000 14:05:12 +0200
3023              Message-ID: <39AA5578.2102E2AA@alcatel.at>
3024      Branch: perl
3025            ! x2p/s2p.PL
3026 ____________________________________________________________________________
3027 [  7039] By: jhi                                   on 2000/09/08  14:19:49
3028         Log: Re-allow vec() for characters > 255.
3029              
3030              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
3031              From: Spider Boardman <spider@web.zk3.dec.com>
3032              Date: Fri, 08 Sep 2000 02:21:02 -0400
3033              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
3034      Branch: perl
3035            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3036            ! t/op/vec.t
3037 ____________________________________________________________________________
3038 [  7038] By: jhi                                   on 2000/09/08  14:14:18
3039         Log: Subject: [PATCH lib/Benchmark.pm]
3040              From: <abigail@foad.org>
3041              Date: Thu, 7 Sep 2000 15:03:20 -0400
3042              Message-ID: <20000907190320.888.qmail@foad.org>
3043      Branch: perl
3044            ! lib/Benchmark.pm
3045 ____________________________________________________________________________
3046 [  7037] By: jhi                                   on 2000/09/08  14:11:06
3047         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
3048              
3049              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
3050              From: Spider Boardman <spider@web.zk3.dec.com>
3051              Date: Fri, 08 Sep 2000 01:30:27 -0400
3052              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
3053      Branch: perl
3054            ! op.c
3055 ____________________________________________________________________________
3056 [  7036] By: jhi                                   on 2000/09/08  14:08:58
3057         Log: Subject: [ID 20000908.002] perlipc documentation bug.
3058              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
3059              Date: Fri, 08 Sep 2000 12:38:32 +0200
3060              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
3061      Branch: perl
3062            ! pod/perlipc.pod
3063 ____________________________________________________________________________
3064 [  7035] By: jhi                                   on 2000/09/08  14:03:12
3065         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3067              Date: Fri, 08 Sep 2000 11:47:34 +0200
3068              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
3069      Branch: perl
3070            ! hints/dec_osf.sh
3071 ____________________________________________________________________________
3072 [  7034] By: jhi                                   on 2000/09/08  13:59:35
3073         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
3074              From: Simon Cozens <simon@cozens.net>
3075              Date: Thu, 7 Sep 2000 20:40:38 +0100
3076              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
3077      Branch: perl
3078            ! pp_hot.c
3079 ____________________________________________________________________________
3080 [  7033] By: jhi                                   on 2000/09/08  04:03:03
3081         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
3082              From: "Larry W. Virden" <lvirden@cas.org>
3083              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
3084              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
3085      Branch: perl
3086            ! pod/perldiag.pod
3087 ____________________________________________________________________________
3088 [  7032] By: jhi                                   on 2000/09/07  22:18:30
3089         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
3090              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
3091              Date: Mon, 04 Sep 2000 13:16:38 -0700
3092              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
3093      Branch: perl
3094            ! lib/perl5db.pl
3095 ____________________________________________________________________________
3096 [  7031] By: jhi                                   on 2000/09/07  22:02:29
3097         Log: Fix the ccversion detection for 5.1 and beyond.
3098              
3099              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3100              From: Spider Boardman <spider@leggy.zk3.dec.com>
3101              Date: Thu, 7 Sep 2000 17:54:27 -0400
3102              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
3103      Branch: perl
3104            ! hints/dec_osf.sh
3105 ____________________________________________________________________________
3106 [  7030] By: jhi                                   on 2000/09/07  19:12:28
3107         Log: Fix for
3108              
3109              Subject: [ID 20000903.001] \w in utf8-strings
3110              From: Marc Lehmann <pcg@goof.com>
3111              Date: Sun, 03 Sep 2000 09:44:29 +0200
3112              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
3113              
3114              and various related nits.
3115      Branch: perl
3116            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
3117 ____________________________________________________________________________
3118 [  7029] By: jhi                                   on 2000/09/07  18:49:09
3119         Log: Fix the URL, but the server is still missing in action.
3120              
3121              Subject: [ID 20000905.002] perlfaq1.pod URL error
3122              From: "Larry W. Virden" <lvirden@cas.org>
3123              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
3124              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
3125      Branch: perl
3126            ! pod/perlfaq1.pod
3127 ____________________________________________________________________________
3128 [  7028] By: jhi                                   on 2000/09/07  18:47:13
3129         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
3130              From: Hugo <hv@crypt.compulink.co.uk>
3131              Date: Tue, 05 Sep 2000 14:13:37 +0100
3132              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
3133      Branch: perl
3134            ! toke.c
3135 ____________________________________________________________________________
3136 [  7027] By: jhi                                   on 2000/09/07  18:45:35
3137         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
3138              From: Daniel Chetlin <daniel@chetlin.com>
3139              Date: Tue, 5 Sep 2000 04:57:07 -0700
3140              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
3141      Branch: perl
3142            ! pod/perlfaq6.pod pod/perlop.pod
3143 ____________________________________________________________________________
3144 [  7026] By: jhi                                   on 2000/09/07  18:44:01
3145         Log: Document the new ref() semantics.
3146              
3147              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
3148              From: Gisle Aas <gisle@ActiveState.com>
3149              Date: 05 Sep 2000 08:10:30 +0200
3150              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
3151      Branch: perl
3152            ! pod/perldelta.pod
3153 ____________________________________________________________________________
3154 [  7025] By: jhi                                   on 2000/09/07  18:42:27
3155         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
3156              
3157              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
3158              From: Gisle Aas <gisle@ActiveState.com>
3159              Date: 05 Sep 2000 08:11:40 +0200
3160              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
3161      Branch: perl
3162            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
3163 ____________________________________________________________________________
3164 [  7024] By: jhi                                   on 2000/09/07  18:39:32
3165         Log: Subject: [PATCH] Modernize Opcode.pm documentation
3166              From: Gisle Aas <gisle@ActiveState.com>
3167              Date: 4 Sep 2000 00:18:55 -0000
3168              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
3169      Branch: perl
3170            ! ext/Opcode/Opcode.pm
3171 ____________________________________________________________________________
3172 [  7023] By: jhi                                   on 2000/09/07  18:37:42
3173         Log: Subject: [PATCH] Tied filehandle documentation
3174              From: Gisle Aas <gisle@ActiveState.com>
3175              Date: 4 Sep 2000 00:14:40 -0000
3176              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
3177      Branch: perl
3178            ! pod/perlfunc.pod pod/perltie.pod
3179 ____________________________________________________________________________
3180 [  7022] By: jhi                                   on 2000/09/07  18:35:37
3181         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
3182              From: Gisle Aas <gisle@ActiveState.com>
3183              Date: 4 Sep 2000 00:04:22 -0000
3184              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
3185      Branch: perl
3186            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
3187 ____________________________________________________________________________
3188 [  7021] By: jhi                                   on 2000/09/07  18:33:22
3189         Log: Subject: small apidoc fix
3190              From: Marc Lehmann <pcg@goof.com>
3191              Date: Sun, 3 Sep 2000 05:12:06 +0200
3192              Message-ID: <20000903051206.A5909@cerebro.laendle>
3193      Branch: perl
3194            ! pod/perlapi.pod utf8.c
3195 ____________________________________________________________________________
3196 [  7020] By: jhi                                   on 2000/09/07  16:14:57
3197         Log: Tiny perldelta nits.
3198      Branch: perl
3199            ! pod/perldelta.pod
3200 ____________________________________________________________________________
3201 [  7019] By: jhi                                   on 2000/09/07  16:04:20
3202         Log: Guard against bad string->int conversion for quads.
3203      Branch: perl
3204            ! t/op/64bitint.t
3205 ____________________________________________________________________________
3206 [  7018] By: jhi                                   on 2000/09/06  17:07:03
3207         Log: Update Unicode todo list.
3208      Branch: perl
3209            ! Todo-5.6
3210 ____________________________________________________________________________
3211 [  7017] By: jhi                                   on 2000/09/05  21:16:01
3212         Log: Document the SvIOK_.*UV().
3213      Branch: perl
3214            ! pod/perlapi.pod sv.h
3215 ____________________________________________________________________________
3216 [  7016] By: nick                                  on 2000/09/03  21:54:46
3217         Log: Hash lookup of constant strings optimization:
3218              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
3219              to string table (as per sharepvn). Add newSV_pvn_share to create such
3220              a thing. Make hv.c compare addresses of strings and skip string compare
3221              if equal. Make method_named and helem ops use these shared-string SVs
3222              when arg is constant. Make keys op return shared-string SVs (less clearly
3223              a win).
3224      Branch: perl
3225            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
3226            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3227            ! pod/perlintern.pod pp_hot.c proto.h sv.c
3228 ____________________________________________________________________________
3229 [  7015] By: jhi                                   on 2000/09/02  17:48:59
3230         Log: This is 5.7.0.
3231      Branch: perl
3232            ! Changes
3233 ____________________________________________________________________________
3234 [  7014] By: jhi                                   on 2000/09/02  17:35:45
3235         Log: Changes and patchlevel tweaks.
3236      Branch: perl
3237            ! Changes patchlevel.h
3238 ____________________________________________________________________________
3239 [  7013] By: jhi                                   on 2000/09/02  17:30:50
3240         Log: Update Changes.
3241      Branch: perl
3242            ! Changes patchlevel.h
3243 ____________________________________________________________________________
3244 [  7012] By: nick                                  on 2000/09/02  17:25:20
3245         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
3246      Branch: perl
3247            ! gv.c lib/overload.pm
3248 ____________________________________________________________________________
3249 [  7011] By: jhi                                   on 2000/09/02  17:16:25
3250         Log: Update perlhist.
3251      Branch: perl
3252            ! pod/perlhist.pod
3253 ____________________________________________________________________________
3254 [  7010] By: jhi                                   on 2000/09/02  17:01:35
3255         Log: perldelta nits.
3256      Branch: perl
3257            ! pod/perldelta.pod
3258 ____________________________________________________________________________
3259 [  7009] By: nick                                  on 2000/09/02  16:48:35
3260         Log: If overloaded %{} etc. return the object do not loop.
3261              Thus  sub deref { $_[0] } functions if object is wanted type.
3262      Branch: perl
3263            ! pp.h
3264 ____________________________________________________________________________
3265 [  7008] By: jhi                                   on 2000/09/02  16:26:11
3266         Log: Retab MANIFEST.
3267      Branch: perl
3268            ! ext/Storable/MANIFEST
3269 ____________________________________________________________________________
3270 [  7007] By: jhi                                   on 2000/09/02  16:23:02
3271         Log: Make certain cc is set before trying to run it.
3272      Branch: perl
3273            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3274 ____________________________________________________________________________
3275 [  7006] By: jhi                                   on 2000/09/02  15:45:41
3276         Log: Unicode notes.
3277      Branch: perl
3278            ! pod/perldelta.pod
3279 ____________________________________________________________________________
3280 [  7005] By: jhi                                   on 2000/09/02  15:42:11
3281         Log: Various Configure nits by Philip Newton,
3282              plus the ebcdic one by me.
3283      Branch: metaconfig
3284            + U/modified/pager.U
3285            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
3286      Branch: metaconfig/U/perl
3287            ! Devel.U quadfio.U
3288      Branch: perl
3289            ! Configure config_h.SH
3290 ____________________________________________________________________________
3291 [  7004] By: jhi                                   on 2000/09/02  15:06:14
3292         Log: Apparently avoiding the swapping is too costly.
3293              
3294              From: "Ben Tilly" <ben_tilly@hotmail.com>
3295              Subject: Re: the door is closed.
3296              Date: Fri, 01 Sep 2000 20:23:16 EDT
3297              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
3298      Branch: perl
3299            ! pod/perlfaq4.pod
3300 ____________________________________________________________________________
3301 [  7003] By: nick                                  on 2000/09/02  12:26:04
3302         Log: Undo part of change 6489 which looks like a bulk edit which
3303              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3304              The supressing of main:: on return from select() is undesirable.
3305      Branch: perl
3306            ! pp_sys.c
3307 ____________________________________________________________________________
3308 [  7002] By: jhi                                   on 2000/09/01  23:08:54
3309         Log: Update Changes.
3310      Branch: perl
3311            ! Changes patchlevel.h
3312 ____________________________________________________________________________
3313 [  7001] By: jhi                                   on 2000/09/01  23:00:13
3314         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3315              From: Peter Prymmer <pvhp@forte.com>
3316              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
3317              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
3318              
3319              plus rework the http: spots as suggested by Tom Christiansen,
3320              plus regen perltoc.
3321      Branch: perl
3322            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
3323            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
3324 ____________________________________________________________________________
3325 [  7000] By: jhi                                   on 2000/09/01  22:36:01
3326         Log: Only the first line, thank you very much.
3327      Branch: perl
3328            ! hints/solaris_2.sh
3329 ____________________________________________________________________________
3330 [  6999] By: gsar                                  on 2000/09/01  22:16:40
3331         Log: change#6791 accidentally clobbered change#6710, put it back
3332      Branch: perl
3333            ! win32/win32.c
3334 ____________________________________________________________________________
3335 [  6998] By: jhi                                   on 2000/09/01  22:14:16
3336         Log: Mention the HP-UX LP64 freak failure.
3337      Branch: perl
3338            ! pod/perldelta.pod
3339 ____________________________________________________________________________
3340 [  6997] By: jhi                                   on 2000/09/01  21:48:32
3341         Log: Detypo.
3342      Branch: perl
3343            ! hints/hpux.sh
3344 ____________________________________________________________________________
3345 [  6996] By: jhi                                   on 2000/09/01  21:27:10
3346         Log: Update Changes.
3347      Branch: perl
3348            ! Changes patchlevel.h
3349 ____________________________________________________________________________
3350 [  6995] By: jhi                                   on 2000/09/01  21:14:24
3351         Log: Mi splgn s gnin.g
3352      Branch: perl
3353            ! pp_ctl.c
3354 ____________________________________________________________________________
3355 [  6994] By: jhi                                   on 2000/09/01  21:09:54
3356         Log: Subject: http:// in L<>
3357              From: Nicholas Clark <nick@ccl4.org>
3358              Date: Fri, 1 Sep 2000 22:03:21 +0100
3359              Message-ID: <20000901220321.B72074@plum.flirble.org>
3360      Branch: perl
3361            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
3362 ____________________________________________________________________________
3363 [  6993] By: jhi                                   on 2000/09/01  21:06:54
3364         Log: Update to Storable 1.0, from Raphael Manfredi.
3365      Branch: perl
3366            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
3367            ! ext/Storable/Makefile.PL ext/Storable/README
3368            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3369            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3370            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
3371            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
3372            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
3373            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
3374 ____________________________________________________________________________
3375 [  6992] By: jhi                                   on 2000/09/01  20:43:05
3376         Log: Mention known sfio+linux buglet.
3377      Branch: perl
3378            ! pod/perldelta.pod
3379 ____________________________________________________________________________
3380 [  6991] By: jhi                                   on 2000/09/01  20:40:11
3381         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3382              From: Peter Prymmer <pvhp@forte.com>
3383              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
3384              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
3385      Branch: perl
3386            ! vms/vms.c
3387 ____________________________________________________________________________
3388 [  6990] By: jhi                                   on 2000/09/01  20:25:26
3389         Log: Retract #6986.
3390      Branch: perl
3391            ! hints/solaris_2.sh
3392 ____________________________________________________________________________
3393 [  6989] By: jhi                                   on 2000/09/01  20:23:00
3394         Log: Mergesort is back.
3395      Branch: perl
3396            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
3397 ____________________________________________________________________________
3398 [  6988] By: jhi                                   on 2000/09/01  19:37:40
3399         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
3400              From: Mike Guy <mjtg@cam.ac.uk>
3401              Date: Fri, 01 Sep 2000 17:43:33 +0100
3402              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
3403      Branch: perl
3404            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
3405            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
3406 ____________________________________________________________________________
3407 [  6987] By: jhi                                   on 2000/09/01  19:17:10
3408         Log: Regen perltoc.
3409      Branch: perl
3410            ! pod/perltoc.pod
3411 ____________________________________________________________________________
3412 [  6986] By: jhi                                   on 2000/09/01  18:51:10
3413         Log: Subject: Re: Solaris x86 has no SPARC libraries!
3414              From: Lupe Christoph <lupe@lupe-christoph.de>
3415              Date: Fri, 1 Sep 2000 20:41:20 +0200
3416              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
3417      Branch: perl
3418            ! hints/solaris_2.sh
3419 ____________________________________________________________________________
3420 [  6985] By: jhi                                   on 2000/09/01  18:28:10
3421         Log: Update Changes.
3422      Branch: perl
3423            ! Changes patchlevel.h
3424 ____________________________________________________________________________
3425 [  6984] By: jhi                                   on 2000/09/01  18:26:53
3426         Log: Feature ordering tweak.
3427      Branch: perl
3428            ! myconfig.SH
3429 ____________________________________________________________________________
3430 [  6983] By: jhi                                   on 2000/09/01  18:19:50
3431         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3432              From: <abigail@foad.org>
3433              Date: Fri, 1 Sep 2000 13:07:32 -0400
3434              Message-ID: <20000901170732.18249.qmail@foad.org>
3435      Branch: perl
3436            ! t/pragma/overload.t
3437 ____________________________________________________________________________
3438 [  6982] By: jhi                                   on 2000/09/01  18:17:54
3439         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
3440              so that case-ignoring systems like DCL can tell them from
3441              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
3442      Branch: metaconfig/U/perl
3443            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
3444      Branch: perl
3445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3446            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
3447            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
3448            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
3449            ! vos/config.def vos/config.h vos/config_h.SH_orig
3450            ! win32/config.bc win32/config.gc win32/config.vc
3451 ____________________________________________________________________________
3452 [  6981] By: nick                                  on 2000/09/01  17:21:57
3453         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
3454              warning when UNTIE exists and instead pass the cound of extra references to
3455              the UNTIE method.
3456      Branch: perl
3457            ! pod/perltie.pod pp_sys.c
3458 ____________________________________________________________________________
3459 [  6980] By: jhi                                   on 2000/09/01  16:54:44
3460         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
3461              From: Peter Prymmer <pvhp@forte.com>
3462              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
3463              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
3464      Branch: perl
3465            ! configure.com
3466 ____________________________________________________________________________
3467 [  6979] By: jhi                                   on 2000/09/01  16:06:20
3468         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
3469              From: Mike Guy <mjtg@cam.ac.uk> 
3470              Date: Fri, 01 Sep 2000 16:49:27 +0100
3471              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
3472      Branch: perl
3473            ! t/base/rs.t
3474 ____________________________________________________________________________
3475 [  6978] By: jhi                                   on 2000/09/01  16:00:42
3476         Log: Update to PodParser 1.18, from Brad Appleton.
3477      Branch: perl
3478            ! lib/Pod/Checker.pm t/pod/find.t
3479 ____________________________________________________________________________
3480 [  6977] By: jhi                                   on 2000/09/01  14:48:58
3481         Log: Subject: Nit in Configure (bleadperl@6961)
3482              From: Lupe Christoph <lupe@lupe-christoph.de>
3483              Date: Fri, 1 Sep 2000 16:34:29 +0200
3484              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
3485      Branch: metaconfig
3486            ! U/compline/ccflags.U
3487      Branch: perl
3488            ! Configure config_h.SH
3489 ____________________________________________________________________________
3490 [  6976] By: jhi                                   on 2000/09/01  14:39:52
3491         Log: Update Changes.
3492      Branch: perl
3493            ! Changes patchlevel.h
3494 ____________________________________________________________________________
3495 [  6975] By: jhi                                   on 2000/09/01  14:37:36
3496         Log: microperl config update.
3497      Branch: perl
3498            ! uconfig.h uconfig.sh
3499 ____________________________________________________________________________
3500 [  6974] By: jhi                                   on 2000/09/01  14:36:53
3501         Log: Document known deficiencies.
3502      Branch: perl
3503            ! pod/perldelta.pod
3504 ____________________________________________________________________________
3505 [  6973] By: jhi                                   on 2000/09/01  14:10:20
3506         Log: Mention warnings fixes and updates.
3507      Branch: perl
3508            ! pod/perldelta.pod
3509 ____________________________________________________________________________
3510 [  6972] By: jhi                                   on 2000/09/01  14:01:52
3511         Log: Drop unused argument.
3512              
3513              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
3514              From: Spider Boardman <spider@web.zk3.dec.com>
3515              Date: Thu, 31 Aug 2000 16:10:15 -0400
3516              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
3517      Branch: perl
3518            ! toke.c
3519 ____________________________________________________________________________
3520 [  6971] By: jhi                                   on 2000/09/01  13:59:24
3521         Log: Add the overload warnings to perldiag.
3522      Branch: perl
3523            ! lib/overload.pm pod/perldiag.pod
3524 ____________________________________________________________________________
3525 [  6970] By: jhi                                   on 2000/09/01  13:55:10
3526         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3527              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3528              Date: Fri, 1 Sep 2000 13:43:15 +0100 
3529              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
3530      Branch: perl
3531            ! lib/overload.pm t/pragma/overload.t
3532 ____________________________________________________________________________
3533 [  6969] By: jhi                                   on 2000/09/01  13:52:27
3534         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3535              From: <abigail@foad.org>
3536              Date: Fri, 1 Sep 2000 05:46:54 -0400
3537              Message-ID: <20000901094654.6476.qmail@foad.org>
3538      Branch: perl
3539            ! lib/overload.pm
3540 ____________________________________________________________________________
3541 [  6968] By: jhi                                   on 2000/09/01  13:50:05
3542         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3543              From: Daniel Chetlin <daniel@chetlin.com>
3544              Date: Fri, 1 Sep 2000 02:10:55 -0700
3545              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
3546      Branch: perl
3547            ! pod/perlretut.pod
3548 ____________________________________________________________________________
3549 [  6967] By: jhi                                   on 2000/09/01  13:47:54
3550         Log: Part of the solution.
3551              
3552              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3553              From: Mike Guy <mjtg@cam.ac.uk>
3554              Date: Fri, 01 Sep 2000 14:16:01 +0100
3555              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
3556      Branch: perl
3557            ! gv.c mg.c
3558 ____________________________________________________________________________
3559 [  6966] By: jhi                                   on 2000/09/01  13:46:17
3560         Log: Subject: CPAN.pm beta 1.57_57 for the core
3561              From: andreas.koenig@anima.de (Andreas J. Koenig)
3562              Date: 01 Sep 2000 15:16:31 +0200
3563              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
3564      Branch: perl
3565            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3566 ____________________________________________________________________________
3567 [  6965] By: jhi                                   on 2000/09/01  13:43:18
3568         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3569              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3570              Date: Fri, 01 Sep 2000 01:47:22 -0500
3571              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
3572      Branch: perl
3573            ! pod/perldelta.pod vms/vms.c
3574 ____________________________________________________________________________
3575 [  6964] By: jhi                                   on 2000/09/01  13:35:35
3576         Log: File::Temp patches from Andreas König,
3577              
3578              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
3579              From: andreas.koenig@anima.de (Andreas J. Koenig)
3580              Date: 01 Sep 2000 10:07:20 +0200
3581              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
3582              
3583              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
3584              From: andreas.koenig@anima.de (Andreas J. Koenig)
3585              Date: 31 Aug 2000 23:26:08 +0200
3586              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
3587      Branch: perl
3588            ! lib/File/Temp.pm t/lib/ftmp-security.t
3589 ____________________________________________________________________________
3590 [  6963] By: jhi                                   on 2000/09/01  02:22:24
3591         Log: Retract the mergesort code, way too incompatible licensing
3592              and copyrights.
3593      Branch: perl
3594            ! pod/perldelta.pod pp_ctl.c
3595 ____________________________________________________________________________
3596 [  6962] By: jhi                                   on 2000/08/31  23:27:32
3597         Log: Update Changes.
3598      Branch: perl
3599            ! Changes patchlevel.h
3600 ____________________________________________________________________________
3601 [  6961] By: jhi                                   on 2000/08/31  23:20:04
3602         Log: Small tweaks all over.
3603      Branch: metaconfig
3604            ! U/compline/d_gconvert.U
3605      Branch: perl
3606            ! AUTHORS Configure config_h.SH pp_ctl.c
3607 ____________________________________________________________________________
3608 [  6960] By: jhi                                   on 2000/08/31  22:39:36
3609         Log: Further rewording.
3610      Branch: perl
3611            ! pp_ctl.c
3612 ____________________________________________________________________________
3613 [  6959] By: jhi                                   on 2000/08/31  21:26:44
3614         Log: More address tweaking.
3615      Branch: perl
3616            ! AUTHORS Changes
3617 ____________________________________________________________________________
3618 [  6958] By: jhi                                   on 2000/08/31  20:47:25
3619         Log: AUTHORS tweaks, from Peter Prymmer.
3620              
3621              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
3622              From: Peter Prymmer <pvhp@forte.com>
3623              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
3624              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
3625      Branch: perl
3626            ! AUTHORS MAINTAIN
3627 ____________________________________________________________________________
3628 [  6957] By: jhi                                   on 2000/08/31  20:34:43
3629         Log: perldelta tweaks.
3630      Branch: perl
3631            ! pod/perldelta.pod
3632 ____________________________________________________________________________
3633 [  6956] By: jhi                                   on 2000/08/31  19:11:06
3634         Log: Regen perltoc.
3635      Branch: perl
3636            ! pod/perltoc.pod
3637 ____________________________________________________________________________
3638 [  6955] By: jhi                                   on 2000/08/31  19:06:30
3639         Log: Clarify the mergesort situation.
3640      Branch: perl
3641            ! pp_ctl.c
3642 ____________________________________________________________________________
3643 [  6954] By: jhi                                   on 2000/08/31  18:24:17
3644         Log: Move the Solaris 7 scan to use64bitall, make the
3645              failure to find 64-bot sparc libc to mention the
3646              possibility of being in an intel, from Lupe and Alan.
3647      Branch: perl
3648            ! hints/solaris_2.sh
3649 ____________________________________________________________________________
3650 [  6953] By: jhi                                   on 2000/08/31  18:09:20
3651         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
3652              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
3653      Branch: metaconfig
3654            ! U/compline/d_gconvert.U U/threads/archname.U
3655      Branch: metaconfig/U/perl
3656            ! perlxv.U
3657      Branch: perl
3658            ! Configure config_h.SH sv.c
3659 ____________________________________________________________________________
3660 [  6951] By: jhi                                   on 2000/08/31  17:02:05
3661         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
3662      Branch: perl
3663            ! perl.h
3664 ____________________________________________________________________________
3665 [  6950] By: jhi                                   on 2000/08/31  16:26:08
3666         Log: More author updates.
3667              
3668              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
3669              From: Simon Cozens <simon@cozens.net>
3670              Date: Thu, 31 Aug 2000 17:13:32 +0100
3671              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
3672      Branch: perl
3673            ! AUTHORS
3674 ____________________________________________________________________________
3675 [  6949] By: jhi                                   on 2000/08/31  16:04:49
3676         Log: POSIX doesn't report long double values under -Duselongdouble
3677              when the long doubles are "real" (bigger than doubles).
3678              
3679              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
3680              From: Spider Boardman <spider@peano.zk3.dec.com>
3681              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
3682              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
3683      Branch: perl
3684            ! ext/POSIX/POSIX.xs
3685 ____________________________________________________________________________
3686 [  6948] By: jhi                                   on 2000/08/31  15:25:10
3687         Log: Update Changes.
3688      Branch: perl
3689            ! Changes patchlevel.h
3690 ____________________________________________________________________________
3691 [  6947] By: jhi                                   on 2000/08/31  15:22:29
3692         Log: Document UNTIE in a very minimalistic way.
3693      Branch: perl
3694            ! pod/perlfunc.pod pod/perltie.pod
3695 ____________________________________________________________________________
3696 [  6946] By: jhi                                   on 2000/08/31  15:15:23
3697         Log: Document known failures.
3698      Branch: perl
3699            ! pod/perldelta.pod
3700 ____________________________________________________________________________
3701 [  6945] By: jhi                                   on 2000/08/31  15:07:00
3702         Log: Don't attach -ld to the archname if pointless.
3703      Branch: metaconfig
3704            ! U/threads/archname.U
3705      Branch: perl
3706            ! Configure config_h.SH
3707 ____________________________________________________________________________
3708 [  6944] By: jhi                                   on 2000/08/31  14:37:42
3709         Log: Wrap the test in eval.
3710              
3711              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
3712              From: Tim Jenness <timj@jach.hawaii.edu>
3713              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
3714              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
3715      Branch: perl
3716            ! t/lib/ftmp-security.t
3717 ____________________________________________________________________________
3718 [  6943] By: jhi                                   on 2000/08/31  14:30:57
3719         Log: Make -Dusemorebits find long doubles in Solaris.
3720      Branch: perl
3721            ! hints/solaris_2.sh
3722 ____________________________________________________________________________
3723 [  6942] By: jhi                                   on 2000/08/31  13:48:45
3724         Log: Clarify the third case of ftmp-security warnings.
3725      Branch: perl
3726            ! INSTALL
3727 ____________________________________________________________________________
3728 [  6941] By: jhi                                   on 2000/08/31  13:40:31
3729         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3730              From: <abigail@foad.org>
3731              Date: Thu, 31 Aug 2000 01:35:05 -0400
3732              Message-ID: <20000831053505.32120.qmail@foad.org>
3733      Branch: perl
3734            ! pod/perldelta.pod
3735 ____________________________________________________________________________
3736 [  6940] By: jhi                                   on 2000/08/31  13:38:48
3737         Log: Issue useful diagnostic on unknown pod commands.
3738              
3739              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3740              From: <abigail@foad.org>
3741              Date: Thu, 31 Aug 2000 03:41:18 -0400
3742              Message-ID: <20000831074118.24880.qmail@foad.org>
3743      Branch: perl
3744            ! lib/Pod/Man.pm
3745 ____________________________________________________________________________
3746 [  6939] By: jhi                                   on 2000/08/31  13:34:33
3747         Log: Reveal Borland's isnan.
3748              
3749              Subject: build with BC++ tweak
3750              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3751              Date: Thu, 31 Aug 2000 13:09:37 +0400
3752              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
3753      Branch: perl
3754            ! win32/win32.h
3755 ____________________________________________________________________________
3756 [  6938] By: jhi                                   on 2000/08/31  05:01:20
3757         Log: Update Changes.
3758      Branch: perl
3759            ! Changes patchlevel.h
3760 ____________________________________________________________________________
3761 [  6937] By: jhi                                   on 2000/08/31  04:26:23
3762         Log: sscanf() may be the only way to read long doubles from strings.
3763      Branch: metaconfig/U/perl
3764            ! longdblfio.U
3765      Branch: perl
3766            ! Configure config_h.SH perl.h util.c
3767 ____________________________________________________________________________
3768 [  6936] By: jhi                                   on 2000/08/31  04:18:19
3769         Log: The #6929 was too skimpy.
3770      Branch: perl
3771            ! sv.c
3772 ____________________________________________________________________________
3773 [  6935] By: jhi                                   on 2000/08/31  02:47:07
3774         Log: Subject: Re: typos in pods
3775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3776              Date: Wed, 30 Aug 2000 19:25:34 -0700
3777              Message-ID: <eIcr5gzkg25X092yn@efn.org>
3778      Branch: perl
3779            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
3780 ____________________________________________________________________________
3781 [  6934] By: jhi                                   on 2000/08/31  02:42:55
3782         Log: Missed one Unicode file.
3783      Branch: perl
3784            + lib/unicode/UCDFF301.html
3785 ____________________________________________________________________________
3786 [  6933] By: jhi                                   on 2000/08/30  23:42:27
3787         Log: Update Changes.
3788      Branch: perl
3789            ! Changes patchlevel.h
3790 ____________________________________________________________________________
3791 [  6932] By: jhi                                   on 2000/08/30  23:40:07
3792         Log: Mention UNTIE in perldelta.  Still needs documenting
3793              in perltie et alia.
3794      Branch: perl
3795            ! pod/perldelta.pod
3796 ____________________________________________________________________________
3797 [  6931] By: jhi                                   on 2000/08/30  23:36:02
3798         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
3799              From: <abigail@foad.org>
3800              Date: Wed, 30 Aug 2000 19:28:07 -0400
3801              Message-ID: <20000830232807.305.qmail@foad.org>
3802      Branch: perl
3803            ! pod/perldelta.pod
3804 ____________________________________________________________________________
3805 [  6930] By: jhi                                   on 2000/08/30  23:32:40
3806         Log: Update to Unicode 3.0.1.
3807      Branch: perl
3808            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3809            + lib/unicode/PropList.txt lib/unicode/README.perl
3810            + lib/unicode/UCD301.html lib/unicode/Unicode.301
3811            - lib/unicode/Props.txt lib/unicode/UCD300.html
3812            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3813            ! (edit 257 files)
3814 ____________________________________________________________________________
3815 [  6929] By: jhi                                   on 2000/08/30  22:38:18
3816         Log: Heap decorruption.
3817              
3818              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3819              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3820              Date: Wed, 30 Aug 2000 22:39:52 +0100
3821              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
3822      Branch: perl
3823            ! sv.c
3824 ____________________________________________________________________________
3825 [  6928] By: jhi                                   on 2000/08/30  22:29:34
3826         Log: Retract the dummy test, skip the security tests (instead of failing),
3827              explain what the warnings mean.
3828      Branch: perl
3829            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
3830 ____________________________________________________________________________
3831 [  6927] By: jhi                                   on 2000/08/30  22:14:13
3832         Log: Change the internal implementation of sort() to be mergesort
3833              instead of quicksort, from John Linderman <jpl@research.att.com>.
3834              Gives us better worst case, better average case, and stability.
3835              What's there not to like?  (Small fixes for threaded builds
3836              were required).
3837      Branch: perl
3838            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
3839 ____________________________________________________________________________
3840 [  6926] By: jhi                                   on 2000/08/30  20:55:20
3841         Log: A better fix for the Socket building problem from Craig Berry.
3842      Branch: perl
3843            ! vms/vms.c
3844 ____________________________________________________________________________
3845 [  6925] By: jhi                                   on 2000/08/30  20:20:25
3846         Log: Subject: [PATCH] Re: UNTIE method 
3847              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3848              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
3849              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
3850      Branch: perl
3851            ! pp_sys.c t/op/tie.t
3852 ____________________________________________________________________________
3853 [  6924] By: jhi                                   on 2000/08/30  20:17:11
3854         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3855              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3856              Date: Wed, 30 Aug 2000 15:03:14 -0500
3857              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
3858      Branch: perl
3859            ! vms/vms.c
3860 ____________________________________________________________________________
3861 [  6923] By: jhi                                   on 2000/08/30  20:15:18
3862         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3863              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3864              Date: Wed, 30 Aug 2000 13:30:36 -0500
3865              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
3866      Branch: perl
3867            ! vms/vms.c
3868 ____________________________________________________________________________
3869 [  6922] By: jhi                                   on 2000/08/30  19:54:43
3870         Log: Better options for rsync.
3871      Branch: perl
3872            ! pod/perlhack.pod
3873 ____________________________________________________________________________
3874 [  6921] By: jhi                                   on 2000/08/30  19:40:16
3875         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3876              From: Rick Delaney <rick@consumercontact.com>
3877              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
3878              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
3879      Branch: perl
3880            ! pod/perlfunc.pod
3881 ____________________________________________________________________________
3882 [  6920] By: jhi                                   on 2000/08/30  19:36:40
3883         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
3884              From: Peter Prymmer <pvhp@forte.com>
3885              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
3886              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
3887      Branch: perl
3888            ! configure.com
3889 ____________________________________________________________________________
3890 [  6919] By: jhi                                   on 2000/08/30  14:52:02
3891         Log: Update Changes.
3892      Branch: perl
3893            ! Changes patchlevel.h
3894 ____________________________________________________________________________
3895 [  6918] By: jhi                                   on 2000/08/30  14:48:34
3896         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
3897      Branch: perl
3898            ! lib/ExtUtils/typemap
3899 ____________________________________________________________________________
3900 [  6917] By: jhi                                   on 2000/08/30  14:46:34
3901         Log: Subject: typos in pods
3902              From: Nicholas Clark <nick@ccl4.org>
3903              Date: Wed, 30 Aug 2000 01:12:50 +0100
3904              Message-ID: <20000830011249.A61388@plum.flirble.org>
3905      Branch: perl
3906            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
3907            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
3908            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
3909            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
3910 ____________________________________________________________________________
3911 [  6916] By: jhi                                   on 2000/08/30  14:19:09
3912         Log: Document Storable problems on Crays.  (Will have
3913              to document all the other Storable problems, too.)
3914      Branch: perl
3915            ! pod/perldelta.pod
3916 ____________________________________________________________________________
3917 [  6915] By: jhi                                   on 2000/08/30  14:06:02
3918         Log: Subject: [PATCH] fix misc cast warnings
3919              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3920              Date: Tue, 29 Aug 2000 23:16:14 -0700
3921              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
3922      Branch: perl
3923            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
3924            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
3925            ! os2/os2ish.h
3926 ____________________________________________________________________________
3927 [  6914] By: jhi                                   on 2000/08/30  14:03:45
3928         Log: Timestamp mismatch again.  Need to fix this dependence on
3929              config_h.SH timestamp, since it's the contents of config_h.SH
3930              that matter.
3931      Branch: perl
3932            ! uconfig.h uconfig.sh
3933 ____________________________________________________________________________
3934 [  6913] By: jhi                                   on 2000/08/30  13:54:06
3935         Log: Don't say "Perl 5.0 source kit".
3936      Branch: perl
3937            ! perl.c
3938 ____________________________________________________________________________
3939 [  6912] By: jhi                                   on 2000/08/30  13:51:24
3940         Log: Reset archname and archname64 always, forcing them be
3941              recomputed at each Configure run, make Configure and
3942              the hints files agree on the naming of largefiles variables.
3943      Branch: metaconfig
3944            ! U/threads/archname.U
3945      Branch: metaconfig/U/perl
3946            ! use64bits.U
3947      Branch: perl
3948            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
3949            ! hints/linux.sh hints/solaris_2.sh
3950 ____________________________________________________________________________
3951 [  6911] By: jhi                                   on 2000/08/30  13:30:13
3952         Log: Put back the slice accidentally removed by #6907.
3953      Branch: perl
3954            ! hints/solaris_2.sh
3955 ____________________________________________________________________________
3956 [  6910] By: jhi                                   on 2000/08/30  01:24:26
3957         Log: Be consistent: other Net::get* do export theirs.
3958              
3959              Subject: Re: Net::protoent does not export 'getproto'
3960              From: Yasushi Nakajima <sey@jkc.co.jp>
3961              Date: Wed, 30 Aug 2000 09:53:14 +0900
3962              Message-Id: <200008300051.DAA24700@taku.hut.fi>
3963      Branch: perl
3964            ! lib/Net/protoent.pm
3965 ____________________________________________________________________________
3966 [  6909] By: jhi                                   on 2000/08/30  01:17:25
3967         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
3968              From: Gurusamy Sarathy <gsar@ActiveState.com>
3969              Date: Tue, 29 Aug 2000 17:17:07 -0700
3970              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
3971      Branch: perl
3972            ! cop.h
3973 ____________________________________________________________________________
3974 [  6908] By: jhi                                   on 2000/08/30  00:58:05
3975         Log: Update Changes.
3976      Branch: perl
3977            ! Changes patchlevel.h
3978 ____________________________________________________________________________
3979 [  6907] By: jhi                                   on 2000/08/30  00:57:22
3980         Log: Introduce ccname to keep track of what compiler kind of we have.
3981      Branch: metaconfig/U/perl
3982            ! Checkcc.U gccvers.U
3983      Branch: perl
3984            ! Configure config_h.SH hints/solaris_2.sh
3985 ____________________________________________________________________________
3986 [  6906] By: jhi                                   on 2000/08/30  00:25:47
3987         Log: Put back the flags dump as reasoned in
3988              
3989              Subject: Re: [PATCH] Glob dumping
3990              From: Mike Guy <mjtg@cam.ac.uk> 
3991              Date: Tue, 29 Aug 2000 21:41:32 +0100
3992              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
3993      Branch: perl
3994            ! dump.c t/lib/peek.t
3995 ____________________________________________________________________________
3996 [  6905] By: jhi                                   on 2000/08/30  00:16:17
3997         Log: Make the epsilon to be relative, not absolute.
3998              
3999              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
4000              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
4001              Date: Tue, 29 Aug 2000 19:58:56 -0400
4002              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
4003      Branch: perl
4004            ! t/lib/trig.t
4005 ____________________________________________________________________________
4006 [  6904] By: jhi                                   on 2000/08/30  00:13:09
4007         Log: From now on, Gisle is on my list of usual suspects :-)
4008              Retract #6902.
4009      Branch: perl
4010            ! ext/Opcode/Safe.pm
4011 ____________________________________________________________________________
4012 [  6903] By: jhi                                   on 2000/08/29  23:51:20
4013         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
4014              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4015              Date: Tue, 29 Aug 2000 18:43:26 -0500
4016              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
4017      Branch: perl
4018            + vms/vmspipe.com
4019            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
4020            ! vms/vms.c
4021 ____________________________________________________________________________
4022 [  6902] By: jhi                                   on 2000/08/29  23:44:14
4023         Log: Retry what #6882 attempted.
4024              
4025              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
4026              From: Gisle Aas <gisle@ActiveState.com>
4027              Date: 30 Aug 2000 00:33:09 +0200
4028              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
4029      Branch: perl
4030            ! ext/Opcode/Safe.pm
4031 ____________________________________________________________________________
4032 [  6901] By: jhi                                   on 2000/08/29  22:59:32
4033         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4034              From: Hugo <hv@crypt.compulink.co.uk>
4035              Date: Mon, 12 Jun 2000 19:36:08 +0100
4036              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
4037      Branch: perl
4038            ! sv.c
4039 ____________________________________________________________________________
4040 [  6900] By: jhi                                   on 2000/08/29  22:58:35
4041         Log: Admit that we are leaking scalars.
4042              
4043              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
4044              From: Spider Boardman <spider@leggy.zk3.dec.com>
4045              Date: Tue, 29 Aug 2000 18:48:29 -0400
4046              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
4047      Branch: perl
4048            ! t/pragma/warnings.t
4049 ____________________________________________________________________________
4050 [  6899] By: jhi                                   on 2000/08/29  20:53:13
4051         Log: Update Changes.
4052      Branch: perl
4053            ! Changes patchlevel.h
4054 ____________________________________________________________________________
4055 [  6898] By: jhi                                   on 2000/08/29  20:46:21
4056         Log: Undo namespace pollution of #6878.
4057              
4058              Subject: Re: Net::protoent does not export 'getproto'
4059              From: Mike Guy <mjtg@cam.ac.uk>
4060              Date: Tue, 29 Aug 2000 21:32:37 +0100
4061              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
4062      Branch: perl
4063            ! lib/Net/protoent.pm
4064 ____________________________________________________________________________
4065 [  6897] By: jhi                                   on 2000/08/29  20:44:29
4066         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
4067              From: Peter Prymmer <pvhp@forte.com>
4068              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
4069              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
4070      Branch: perl
4071            ! pod/perlebcdic.pod
4072 ____________________________________________________________________________
4073 [  6896] By: jhi                                   on 2000/08/29  20:40:57
4074         Log: There's no point repeating the 'revision' (5) of perl5.
4075      Branch: metaconfig/U/perl
4076            ! Devel.U patchlevel.U
4077      Branch: perl
4078            ! Configure config_h.SH
4079 ____________________________________________________________________________
4080 [  6895] By: jhi                                   on 2000/08/29  20:16:58
4081         Log: Regen Configure for #6894.
4082      Branch: metaconfig/U/perl
4083            ! perladmin.U
4084      Branch: perl
4085            ! Configure config_h.SH
4086 ____________________________________________________________________________
4087 [  6894] By: jhi                                   on 2000/08/29  19:59:52
4088         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4089              From: "Philip Newton" <Philip.Newton@gmx.net>
4090              Date: Tue, 29 Aug 2000 21:39:14 +0200
4091              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
4092      Branch: perl
4093            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
4094            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
4095            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
4096            ! utils/perlbug.PL
4097 ____________________________________________________________________________
4098 [  6893] By: jhi                                   on 2000/08/29  19:55:30
4099         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4100              From: "Philip Newton" <Philip.Newton@gmx.net>
4101              Date: Tue, 29 Aug 2000 21:39:14 +0200
4102              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
4103      Branch: perl
4104            ! installhtml
4105 ____________________________________________________________________________
4106 [  6892] By: jhi                                   on 2000/08/29  19:53:59
4107         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4108              From: "Philip Newton" <Philip.Newton@gmx.net>
4109              Date: Tue, 29 Aug 2000 21:48:18 +0200
4110              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
4111      Branch: perl
4112            ! lib/File/Temp.pm
4113 ____________________________________________________________________________
4114 [  6891] By: jhi                                   on 2000/08/29  18:30:03
4115         Log: Nail the ID 20000828.023.
4116      Branch: perl
4117            ! ext/Storable/Storable.xs
4118 ____________________________________________________________________________
4119 [  6890] By: jhi                                   on 2000/08/29  16:50:17
4120         Log: Under usethreads the dumped variable is IN_PAD.
4121              
4122              Subject: Re: [PATCH] Glob dumping
4123              From: Gisle Aas <gisle@ActiveState.com>
4124              Date: 29 Aug 2000 18:45:05 +0200
4125              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
4126      Branch: perl
4127            ! t/lib/peek.t
4128 ____________________________________________________________________________
4129 [  6889] By: jhi                                   on 2000/08/29  15:17:37
4130         Log: Update Changes.
4131      Branch: perl
4132            ! Changes patchlevel.h
4133 ____________________________________________________________________________
4134 [  6888] By: jhi                                   on 2000/08/29  14:49:59
4135         Log: Retract #6882, broke the safe tests.
4136      Branch: perl
4137            ! ext/Opcode/Safe.pm
4138 ____________________________________________________________________________
4139 [  6887] By: jhi                                   on 2000/08/29  14:47:06
4140         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
4141              From: Gisle Aas <gisle@ActiveState.com> 
4142              Date: 09 Jun 2000 20:00:11 +0200
4143              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
4144      Branch: perl
4145            ! utils/perldoc.PL
4146 ____________________________________________________________________________
4147 [  6886] By: jhi                                   on 2000/08/29  14:42:45
4148         Log: The #6881 removed one dump line.
4149      Branch: perl
4150            ! t/lib/peek.t
4151 ____________________________________________________________________________
4152 [  6885] By: jhi                                   on 2000/08/29  14:30:47
4153         Log: Don't forget to tidy up.
4154      Branch: perl
4155            ! t/lib/ftmp-security.t
4156 ____________________________________________________________________________
4157 [  6884] By: jhi                                   on 2000/08/29  14:25:17
4158         Log: Disabling the one test is a bit tricky.
4159      Branch: perl
4160            ! t/lib/ftmp-security.t
4161 ____________________________________________________________________________
4162 [  6883] By: jhi                                   on 2000/08/29  14:16:25
4163         Log: Disable one of the tests for now.
4164      Branch: perl
4165            ! t/lib/ftmp-security.t
4166 ____________________________________________________________________________
4167 [  6882] By: jhi                                   on 2000/08/29  14:05:50
4168         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
4169              From: gisle@aas.no
4170              Date: 29 Aug 2000 10:35:06 -0000
4171              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
4172      Branch: perl
4173            ! ext/Opcode/Safe.pm
4174 ____________________________________________________________________________
4175 [  6881] By: jhi                                   on 2000/08/29  14:03:51
4176         Log: Subject: [PATCH] Glob dumping
4177              From: Gisle Aas <gisle@ActiveState.com>
4178              Date: 29 Aug 2000 07:59:42 -0000
4179              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
4180      Branch: perl
4181            ! dump.c
4182 ____________________________________________________________________________
4183 [  6880] By: jhi                                   on 2000/08/29  14:02:01
4184         Log: Subject: [PATCH] Warnings in B::Deparse
4185              From: <abigail@foad.org>
4186              Date: Tue, 29 Aug 2000 00:00:01 -0400
4187              Message-ID: <20000829040001.2999.qmail@foad.org>
4188      Branch: perl
4189            ! ext/B/B/Deparse.pm
4190 ____________________________________________________________________________
4191 [  6879] By: jhi                                   on 2000/08/29  13:57:26
4192         Log: Missed a change in #6869.
4193      Branch: perl
4194            ! mg.c
4195 ____________________________________________________________________________
4196 [  6878] By: jhi                                   on 2000/08/29  13:45:04
4197         Log: Subject: Net::protoent does not export 'getproto'
4198              From: Yasushi Nakajima <sey@jkc.co.jp>
4199              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
4200      Branch: perl
4201            ! lib/Net/protoent.pm
4202 ____________________________________________________________________________
4203 [  6877] By: jhi                                   on 2000/08/29  13:39:19
4204         Log: Patches all over for people and the files they (hopefully) care about.
4205      Branch: perl
4206            ! AUTHORS Changes MAINTAIN
4207 ____________________________________________________________________________
4208 [  6876] By: jhi                                   on 2000/08/29  12:53:54
4209         Log: Fix for thinko in #6848.
4210              
4211              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4212              From: Lupe Christoph <lupe@lupe-christoph.de>
4213              Date: Tue, 29 Aug 2000 09:04:08 +0200
4214              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
4215      Branch: perl
4216            ! ext/Thread/Thread.xs
4217 ____________________________________________________________________________
4218 [  6875] By: jhi                                   on 2000/08/29  12:50:14
4219         Log: Update to Getopt::Long 2.24, from Johan Vromans.
4220      Branch: perl
4221            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
4222 ____________________________________________________________________________
4223 [  6874] By: jhi                                   on 2000/08/29  02:09:53
4224         Log: Use minimal @INC in tests, most of the time just '../lib',
4225              so that we simply can't pick up stuff from other Perls than
4226              the one we are testing.  Pointed out by
4227              
4228              From: Mike Guy <mjtg@cam.ac.uk>
4229              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
4230              Date: Fri, 25 Aug 2000 15:15:59 +0100
4231              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
4232      Branch: perl
4233            ! (edit 185 files)
4234 ____________________________________________________________________________
4235 [  6873] By: jhi                                   on 2000/08/29  01:07:11
4236         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
4237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4238              Date: Mon, 28 Aug 2000 17:45:52 -0700
4239              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
4240      Branch: perl
4241            ! Makefile.SH hints/os2.sh
4242 ____________________________________________________________________________
4243 [  6872] By: jhi                                   on 2000/08/28  23:33:39
4244         Log: Subject: [PATCH bleedperl@6866] spellings
4245              From: marcel@codewerk.com (Marcel Grunauer)
4246              Date: Tue, 29 Aug 2000 01:19:59 +0200
4247              Message-Id: <200008282319.BAA29862@gandalf.local>
4248      Branch: perl
4249            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
4250            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
4251            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
4252 ____________________________________________________________________________
4253 [  6871] By: jhi                                   on 2000/08/28  23:22:09
4254         Log: Take out the SUIDMAIL thing, that will not be
4255              a problem in 5.7.*.
4256      Branch: perl
4257            ! patchlevel.h
4258 ____________________________________________________________________________
4259 [  6870] By: jhi                                   on 2000/08/28  23:19:30
4260         Log: -S is the silent flag, -s is the strip flag.
4261              
4262              Subject: [PATCH] Re: [PATCH] make no-install          
4263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4264              Date: Mon, 28 Aug 2000 15:12:55 -0700
4265              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
4266      Branch: perl
4267            ! Makefile.SH
4268 ____________________________________________________________________________
4269 [  6869] By: jhi                                   on 2000/08/28  23:12:05
4270         Log: Subject: [PATCH bleedperl@6856] warnings fixes
4271              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4272              Date: Mon, 28 Aug 2000 23:55:06 +0100
4273              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
4274      Branch: perl
4275            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
4276            ! warnings.h warnings.pl
4277 ____________________________________________________________________________
4278 [  6868] By: jhi                                   on 2000/08/28  21:38:22
4279         Log: Potential cruft.
4280      Branch: perl
4281            ! Makefile.SH
4282 ____________________________________________________________________________
4283 [  6867] By: jhi                                   on 2000/08/28  21:35:36
4284         Log: Update Changes.
4285      Branch: perl
4286            ! Changes patchlevel.h
4287 ____________________________________________________________________________
4288 [  6866] By: jhi                                   on 2000/08/28  21:33:49
4289         Log: Subject: hv.h Doc Patch
4290              From: Fisher Mark <fisherm@tce.com>
4291              Date: Mon, 28 Aug 2000 16:24:59 -0500
4292              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
4293      Branch: perl
4294            ! hv.h
4295 ____________________________________________________________________________
4296 [  6865] By: jhi                                   on 2000/08/28  21:02:15
4297         Log: Add -ld to archname on long tr...double platforms.
4298      Branch: metaconfig
4299            ! U/threads/archname.U
4300      Branch: perl
4301            ! Configure config_h.SH
4302 ____________________________________________________________________________
4303 [  6864] By: jhi                                   on 2000/08/28  20:38:59
4304         Log: An attempt to fix the problem reported in
4305              
4306              Subject: Building perl@6856 using gcc/AIX 4.3.3 
4307              From: Daniel Muino <dmuino@afip.gov.ar> 
4308              Date: Mon, 28 Aug 2000 15:50:01 -0300   
4309              Message-ID: <20000828155001.A14403@con2-dgi>
4310              
4311              I can't test this properly since the gcc installation I have
4312              access to seems to be botched (gcc is calling the AIX cpp,
4313              a losing proposition...)
4314      Branch: perl
4315            ! hints/aix.sh
4316 ____________________________________________________________________________
4317 [  6863] By: jhi                                   on 2000/08/28  18:57:52
4318         Log: Fix for ID 20000828.001, long doubles were not formatted
4319              correctly (showed up in $], which stopped installing perl).
4320      Branch: perl
4321            ! sv.c
4322 ____________________________________________________________________________
4323 [  6862] By: jhi                                   on 2000/08/28  18:07:15
4324         Log: Typo in #6858.
4325      Branch: perl
4326            ! lib/Cwd.pm
4327 ____________________________________________________________________________
4328 [  6861] By: jhi                                   on 2000/08/28  17:57:27
4329         Log: opmini.o may be left around if a build is interrupted.
4330      Branch: perl
4331            ! Makefile.SH
4332 ____________________________________________________________________________
4333 [  6860] By: jhi                                   on 2000/08/28  16:52:50
4334         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4335              From: Daniel Chetlin <daniel@chetlin.com>
4336              Date: Mon, 28 Aug 2000 01:14:18 -0700
4337              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
4338      Branch: perl
4339            ! lib/overload.pm
4340 ____________________________________________________________________________
4341 [  6859] By: jhi                                   on 2000/08/28  16:08:46
4342         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4343              From: Nicholas Clark <nick@ccl4.org>
4344              Date: Mon, 28 Aug 2000 16:03:27 +0100
4345              Message-Id: <20000828160327.C49785@plum.flirble.org>
4346      Branch: perl
4347            ! ext/ByteLoader/bytecode.h
4348 ____________________________________________________________________________
4349 [  6858] By: jhi                                   on 2000/08/28  16:02:10
4350         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4351              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
4352              Date: Mon, 28 Aug 2000 13:08:30 +0200
4353              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
4354      Branch: perl
4355            ! lib/Cwd.pm
4356 ____________________________________________________________________________
4357 [  6857] By: jhi                                   on 2000/08/28  15:42:47
4358         Log: display_format used as a class method without arguments was broken,
4359              reported in
4360              
4361              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4362              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
4363              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
4364              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
4365      Branch: perl
4366            ! lib/Math/Complex.pm t/lib/complex.t
4367 ____________________________________________________________________________
4368 [  6856] By: jhi                                   on 2000/08/27  22:09:48
4369         Log: Update Changes.
4370      Branch: perl
4371            ! Changes patchlevel.h
4372 ____________________________________________________________________________
4373 [  6855] By: jhi                                   on 2000/08/27  21:59:21
4374         Log: Retract #6853 (false alarm).
4375      Branch: perl
4376            ! lib/ExtUtils/xsubpp
4377 ____________________________________________________________________________
4378 [  6854] By: jhi                                   on 2000/08/27  21:37:44
4379         Log: Update Changes.
4380      Branch: perl
4381            ! Changes patchlevel.h
4382 ____________________________________________________________________________
4383 [  6853] By: jhi                                   on 2000/08/27  21:37:16
4384         Log: Subject: [PATCH perl@6850] workaround for xsubpp
4385              From: Hugo <hv@crypt.compulink.co.uk>
4386              Date: Sun, 27 Aug 2000 22:30:25 +0100
4387              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
4388      Branch: perl
4389            ! lib/ExtUtils/xsubpp
4390 ____________________________________________________________________________
4391 [  6852] By: jhi                                   on 2000/08/27  21:33:58
4392         Log: Big-endian 64-bit patch from Raphael Manfredi.
4393      Branch: perl
4394            ! ext/Storable/Storable.xs
4395 ____________________________________________________________________________
4396 [  6851] By: jhi                                   on 2000/08/27  21:22:21
4397         Log: More ruthless editing from Hugo van der Sanden.
4398      Branch: perl
4399            ! pod/perldelta.pod
4400 ____________________________________________________________________________
4401 [  6850] By: jhi                                   on 2000/08/27  16:11:46
4402         Log: Update Changes.
4403      Branch: perl
4404            ! Changes patchlevel.h
4405 ____________________________________________________________________________
4406 [  6849] By: jhi                                   on 2000/08/27  16:11:05
4407         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
4408      Branch: perl
4409            ! configpm pod/perldelta.pod
4410 ____________________________________________________________________________
4411 [  6848] By: jhi                                   on 2000/08/27  15:35:08
4412         Log: Use the actual thread type, not the pointer-to-struct.
4413      Branch: perl
4414            ! ext/Thread/Thread.xs
4415 ____________________________________________________________________________
4416 [  6847] By: jhi                                   on 2000/08/27  15:30:49
4417         Log: Test nit.
4418      Branch: perl
4419            ! t/pragma/warn/pp_sys
4420 ____________________________________________________________________________
4421 [  6846] By: jhi                                   on 2000/08/27  15:19:02
4422         Log: Passing -R in ldflags makes now it to appear in the default
4423              for lddlflags, just like with -L.
4424              
4425              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4426              From: Lupe Christoph <lupe@lupe-christoph.de>
4427              Date: Sun, 27 Aug 2000 10:28:21 +0200
4428              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
4429      Branch: metaconfig/U/perl
4430            ! dlsrc.U
4431      Branch: perl
4432            ! Configure
4433 ____________________________________________________________________________
4434 [  6845] By: jhi                                   on 2000/08/27  15:08:54
4435         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4436              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4437              Date: Sat, 26 Aug 2000 22:23:27 +0100
4438              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
4439      Branch: perl
4440            ! lib/ExtUtils/MM_Unix.pm
4441 ____________________________________________________________________________
4442 [  6844] By: jhi                                   on 2000/08/27  15:02:37
4443         Log: DJGPP update from Laszlo Molnar.
4444              
4445              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
4446              From: ml1050 <ml1050@freemail.hu>
4447              Date: Sat, 26 Aug 2000 23:24:40 +0200
4448              Message-Id: <20000826232440.A439@freemail.hu>
4449      Branch: perl
4450            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
4451            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
4452 ____________________________________________________________________________
4453 [  6843] By: jhi                                   on 2000/08/27  14:53:58
4454         Log: Subject: installman buglet
4455              From: Lupe Christoph <lupe@lupe-christoph.de>
4456              Date: Sun, 27 Aug 2000 14:38:59 +0200
4457              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
4458      Branch: perl
4459            ! installman
4460 ____________________________________________________________________________
4461 [  6842] By: jhi                                   on 2000/08/27  14:52:08
4462         Log: Can't get the test to reliably work thanks to the
4463              inaccurateness of floating point.  "Resolves" bug ids
4464              20000826.003, 20000826.009, 20000826.010,
4465      Branch: perl
4466            ! t/lib/trig.t
4467 ____________________________________________________________________________
4468 [  6841] By: jhi                                   on 2000/08/26  15:53:58
4469         Log: Update Changes.
4470      Branch: perl
4471            ! Changes patchlevel.h
4472 ____________________________________________________________________________
4473 [  6840] By: jhi                                   on 2000/08/26  14:23:03
4474         Log: grep -e isn't portable.
4475              
4476              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4477              From: chris@broadband.att.com
4478              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
4479              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
4480      Branch: perl
4481            ! hints/solaris_2.sh
4482 ____________________________________________________________________________
4483 [  6839] By: jhi                                   on 2000/08/26  14:12:23
4484         Log: no-install target a la make -n.
4485              
4486              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4487              From: <abigail@foad.org>
4488              Date: Sat, 26 Aug 2000 03:57:34 -0400
4489              Message-ID: <20000826075735.18912.qmail@foad.org>
4490      Branch: perl
4491            ! Makefile.SH installman installperl
4492 ____________________________________________________________________________
4493 [  6838] By: jhi                                   on 2000/08/26  14:06:33
4494         Log: Retract #6826 as the #6828 should be do the same
4495              in a More Correct Way.
4496      Branch: perl
4497            ! installperl
4498 ____________________________________________________________________________
4499 [  6837] By: jhi                                   on 2000/08/26  05:24:00
4500         Log: More casting.
4501      Branch: perl
4502            ! ext/Storable/Storable.xs
4503 ____________________________________________________________________________
4504 [  6836] By: jhi                                   on 2000/08/26  05:05:46
4505         Log: Nicer in decimal.
4506      Branch: perl
4507            ! ext/Storable/Storable.xs
4508 ____________________________________________________________________________
4509 [  6835] By: jhi                                   on 2000/08/26  05:03:50
4510         Log: There be no UVdf.
4511      Branch: perl
4512            ! ext/Storable/Storable.xs
4513 ____________________________________________________________________________
4514 [  6834] By: jhi                                   on 2000/08/26  05:00:18
4515         Log: Continue IVdfing and UVxfing.
4516      Branch: perl
4517            ! ext/Storable/Storable.xs
4518 ____________________________________________________________________________
4519 [  6833] By: jhi                                   on 2000/08/26  04:53:14
4520         Log: Use IVdf.
4521      Branch: perl
4522            ! ext/Storable/Storable.xs
4523 ____________________________________________________________________________
4524 [  6832] By: jhi                                   on 2000/08/26  04:40:41
4525         Log: Document PTR2XX and INT2PTR.
4526      Branch: perl
4527            ! pod/perlguts.pod
4528 ____________________________________________________________________________
4529 [  6831] By: jhi                                   on 2000/08/26  04:33:18
4530         Log: Use UVxf, PTR2UV, NVff.
4531      Branch: perl
4532            ! ext/Storable/Storable.xs
4533 ____________________________________________________________________________
4534 [  6830] By: jhi                                   on 2000/08/26  04:31:32
4535         Log: Update the test count.
4536      Branch: perl
4537            ! t/lib/trig.t
4538 ____________________________________________________________________________
4539 [  6829] By: jhi                                   on 2000/08/26  03:05:50
4540         Log: Subject: [PATCH] installation not quite silent yet.
4541              From: <abigail@foad.org>
4542              Date: Fri, 25 Aug 2000 20:07:53 -0400
4543              Message-ID: <20000826000753.7822.qmail@foad.org>
4544      Branch: perl
4545            ! installman installperl
4546 ____________________________________________________________________________
4547 [  6828] By: jhi                                   on 2000/08/26  03:05:14
4548         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4549              From: Spider Boardman <spider@web.zk3.dec.com>
4550              Date: Fri, 25 Aug 2000 19:12:40 -0400
4551              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
4552      Branch: perl
4553            ! gv.c
4554 ____________________________________________________________________________
4555 [  6827] By: jhi                                   on 2000/08/25  23:54:34
4556         Log: Support preserving extremely big/small angles.
4557      Branch: perl
4558            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
4559 ____________________________________________________________________________
4560 [  6826] By: jhi                                   on 2000/08/25  23:01:20
4561         Log: Patch installperl to be long double-aware.
4562              
4563              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4564              From: Spider Boardman <spider@web.zk3.dec.com>
4565              Date: Fri, 25 Aug 2000 18:15:23 -0400
4566              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
4567      Branch: perl
4568            ! installperl
4569 ____________________________________________________________________________
4570 [  6825] By: jhi                                   on 2000/08/25  22:58:25
4571         Log: Remove duplicately applied patch shards.
4572              
4573              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4574              From: Spider Boardman <spider@leggy.zk3.dec.com>
4575              Date: Fri, 25 Aug 2000 16:45:03 -0400
4576              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
4577      Branch: perl
4578            ! t/lib/cgi-html.t
4579 ____________________________________________________________________________
4580 [  6824] By: jhi                                   on 2000/08/25  22:57:00
4581         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4582              From: Daniel Chetlin <daniel@chetlin.com>
4583              Date: Fri, 25 Aug 2000 12:23:16 -0700
4584              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
4585              
4586              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4587              From: Daniel Chetlin <daniel@chetlin.com>
4588              Date: Fri, 25 Aug 2000 14:47:19 -0700
4589              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
4590      Branch: perl
4591            ! installman
4592 ____________________________________________________________________________
4593 [  6823] By: jhi                                   on 2000/08/25  22:44:17
4594         Log: Timestamp problem?
4595      Branch: perl
4596            ! uconfig.h uconfig.sh
4597 ____________________________________________________________________________
4598 [  6822] By: jhi                                   on 2000/08/25  19:01:06
4599         Log: One forgotten file from #6816.
4600      Branch: perl
4601            ! vos/config.h
4602 ____________________________________________________________________________
4603 [  6821] By: jhi                                   on 2000/08/25  18:56:39
4604         Log: Regen Changes.
4605      Branch: perl
4606            ! Changes patchlevel.h
4607 ____________________________________________________________________________
4608 [  6820] By: jhi                                   on 2000/08/25  18:52:35
4609         Log: Fix Changes ordering.
4610      Branch: perl
4611            ! Changes
4612 ____________________________________________________________________________
4613 [  6819] By: jhi                                   on 2000/08/25  18:50:25
4614         Log: Update Changes.
4615      Branch: perl
4616            ! Changes patchlevel.h
4617 ____________________________________________________________________________
4618 [  6818] By: jhi                                   on 2000/08/25  18:47:45
4619         Log: Tweak the sfio/useperlio logic, hopefully as wished in
4620              
4621              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4622              From: Nicholas Clark <nick@babyhippo.co.uk>
4623              Date: Fri, 25 Aug 2000 12:01:45 +0100
4624              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
4625      Branch: metaconfig/U/perl
4626            ! d_sfio.U
4627      Branch: perl
4628            ! Configure
4629 ____________________________________________________________________________
4630 [  6817] By: jhi                                   on 2000/08/25  18:32:51
4631         Log: Allow microperl to assume <math.h>, without it the math
4632              functions like floor() are assumed to return int, which makes
4633              for core dumps in machines where integer and floating register
4634              don't mix.
4635      Branch: perl
4636            ! uconfig.h uconfig.sh
4637 ____________________________________________________________________________
4638 [  6816] By: jhi                                   on 2000/08/25  18:27:17
4639         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4640              the problem reported in
4641              
4642              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4643              From: danhale@us.ibm.com
4644              Date: Fri, 25 Aug 2000 10:58:06 -0400
4645              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
4646      Branch: metaconfig/U/perl
4647            + d_socks5_init.U
4648      Branch: perl
4649            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
4650            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
4651            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
4652            ! win32/config.gc win32/config.vc
4653 ____________________________________________________________________________
4654 [  6815] By: jhi                                   on 2000/08/25  17:43:31
4655         Log: A solution for the retrieve_fd autosplit warning,
4656              idea suggested by Mike Guy.
4657      Branch: perl
4658            ! ext/Storable/Storable.pm
4659 ____________________________________________________________________________
4660 [  6814] By: jhi                                   on 2000/08/25  17:16:03
4661         Log: Add install-silent target.
4662      Branch: perl
4663            ! Makefile.SH
4664 ____________________________________________________________________________
4665 [  6813] By: jhi                                   on 2000/08/25  17:14:23
4666         Log: Subject: Re: [PATCH] More silencing of installman.
4667              From: <abigail@foad.org>
4668              Date: Thu, 24 Aug 2000 19:27:03 -0400
4669              Message-ID: <20000824232703.7001.qmail@foad.org>
4670              
4671              Subject: Re: [PATCH] More silencing of installman.
4672              From: <abigail@foad.org>
4673              Date: Fri, 25 Aug 2000 03:00:58 -0400
4674              Message-ID: <20000825070058.10697.qmail@foad.org>
4675      Branch: perl
4676            ! installman
4677 ____________________________________________________________________________
4678 [  6812] By: jhi                                   on 2000/08/25  17:11:28
4679         Log: installperl --verbose and --silent.
4680              
4681              Subject: Re: [PATCH] More silencing of installman.
4682              From: <abigail@foad.org>
4683              Message-ID: <20000825064430.9719.qmail@foad.org>
4684              Date: Fri, 25 Aug 2000 02:44:30 -0400
4685      Branch: perl
4686            ! installperl
4687 ____________________________________________________________________________
4688 [  6811] By: jhi                                   on 2000/08/25  17:05:43
4689         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4690              From: "Peter J. Farley III" <pjfarley@banet.net>
4691              Date: Thu, 24 Aug 2000 21:58:03 -0400
4692              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
4693              
4694              (applied slightly modified)
4695      Branch: perl
4696            ! lib/ExtUtils/MM_Unix.pm
4697 ____________________________________________________________________________
4698 [  6810] By: jhi                                   on 2000/08/25  17:01:18
4699         Log: Missing parts of 
4700              
4701              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4702              From: Peter Prymmer <pvhp@forte.com>
4703              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
4704              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
4705      Branch: perl
4706            ! t/lib/cgi-html.t
4707 ____________________________________________________________________________
4708 [  6809] By: jhi                                   on 2000/08/25  16:46:32
4709         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4710              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4711              Date: Thu, 24 Aug 2000 19:13:11 -0500
4712              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
4713      Branch: perl
4714            ! vms/vms.c
4715 ____________________________________________________________________________
4716 [  6808] By: jhi                                   on 2000/08/25  16:39:22
4717         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
4718              From: Peter Prymmer <pvhp@forte.com>
4719              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
4720              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
4721      Branch: perl
4722            ! configure.com
4723 ____________________________________________________________________________
4724 [  6807] By: jhi                                   on 2000/08/25  16:36:37
4725         Log: Better wording for the vec lvalue diagnostic.
4726              
4727              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4728              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4729              Date: Wed, 23 Aug 2000 14:12:16 -0400
4730              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
4731      Branch: perl
4732            ! pod/perldiag.pod
4733 ____________________________________________________________________________
4734 [  6806] By: jhi                                   on 2000/08/24  18:17:22
4735         Log: Subject: [PATCH] More silencing of installman.
4736              From: <abigail@foad.org>
4737              Date: Thu, 24 Aug 2000 14:01:44 -0400
4738              Message-ID: <20000824180144.20062.qmail@foad.org>
4739      Branch: perl
4740            ! installman
4741 ____________________________________________________________________________
4742 [  6805] By: jhi                                   on 2000/08/24  15:00:31
4743         Log: Update Changes.
4744      Branch: perl
4745            ! Changes patchlevel.h
4746 ____________________________________________________________________________
4747 [  6804] By: jhi                                   on 2000/08/24  14:59:07
4748         Log: Regen perltoc.
4749      Branch: perl
4750            ! pod/perltoc.pod
4751 ____________________________________________________________________________
4752 [  6803] By: jhi                                   on 2000/08/24  14:44:39
4753         Log: Show the doc file, not the temp file.
4754      Branch: perl
4755            ! installman
4756 ____________________________________________________________________________
4757 [  6802] By: jhi                                   on 2000/08/24  14:41:53
4758         Log: Continue silencing.
4759      Branch: perl
4760            ! installman
4761 ____________________________________________________________________________
4762 [  6801] By: jhi                                   on 2000/08/24  14:34:40
4763         Log: Actually do something with the silencer option.
4764      Branch: perl
4765            ! installman
4766 ____________________________________________________________________________
4767 [  6800] By: jhi                                   on 2000/08/24  14:26:22
4768         Log: Make installman to recognize the silence flag -S.
4769      Branch: perl
4770            ! installman
4771 ____________________________________________________________________________
4772 [  6799] By: jhi                                   on 2000/08/24  13:49:38
4773         Log: DOS patches and portability/porting notes, from Tim Jenness.
4774      Branch: perl
4775            ! lib/File/Temp.pm
4776 ____________________________________________________________________________
4777 [  6798] By: jhi                                   on 2000/08/24  13:48:27
4778         Log: Create directories in silence.
4779              
4780              Subject: [PATCH] Another silencer for MakeMaker
4781              From: andreas.koenig@anima.de (Andreas J. Koenig)
4782              Date: 24 Aug 2000 14:18:52 +0200
4783              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
4784      Branch: perl
4785            ! lib/ExtUtils/Command.pm
4786 ____________________________________________________________________________
4787 [  6797] By: jhi                                   on 2000/08/24  13:46:42
4788         Log: More liberal parsing of version numbers.
4789              
4790              Subject: Re: CPAN.pm beta for testing available
4791              From: andreas.koenig@anima.de (Andreas J. Koenig)
4792              Date: 24 Aug 2000 13:51:57 +0200
4793              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
4794      Branch: perl
4795            ! lib/CPAN.pm
4796 ____________________________________________________________________________
4797 [  6796] By: jhi                                   on 2000/08/24  13:44:36
4798         Log: Make "make install" by default silent.  A new "install-verbose"
4799              target is verbose.
4800      Branch: perl
4801            ! Makefile.SH
4802 ____________________________________________________________________________
4803 [  6795] By: jhi                                   on 2000/08/24  13:39:14
4804         Log: Add silencer flags to installperl.
4805              
4806              Subject: [PATCH] Making installperl silent.
4807              From: <abigail@foad.org>
4808              Date: Thu, 24 Aug 2000 05:01:45 -0400
4809              Message-ID: <20000824090145.13141.qmail@foad.org>
4810      Branch: perl
4811            ! installperl
4812 ____________________________________________________________________________
4813 [  6794] By: jhi                                   on 2000/08/24  13:35:50
4814         Log: installperl couldn't tell whether it had run tests or not.
4815              
4816              Subject: [PATCH] Re: installperl and t/TEST
4817              From: <abigail@foad.org>
4818              Date: Thu, 24 Aug 2000 04:00:53 -0400
4819              Message-ID: <20000824080053.2494.qmail@foad.org>
4820      Branch: perl
4821            ! Makefile.SH installperl
4822 ____________________________________________________________________________
4823 [  6793] By: jhi                                   on 2000/08/24  13:27:50
4824         Log: Drop the separate perlbc, perlcc -b should be enough.
4825      Branch: perl
4826            - utils/perlbc.PL
4827            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
4828 ____________________________________________________________________________
4829 [  6792] By: jhi                                   on 2000/08/24  04:41:30
4830         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
4831              plus the typo fix from Peter Prymmer.
4832      Branch: perl
4833            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4834            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4835 ____________________________________________________________________________
4836 [  6791] By: jhi                                   on 2000/08/24  02:10:43
4837         Log: Replace #6705 with a minimal doc patch.
4838              
4839              Subject: [PATCH 5.6.0] replace change #6705
4840              From: Jan Dubois <jand@ActiveState.com>
4841              Date: Wed, 23 Aug 2000 18:31:51 -0700
4842              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
4843      Branch: perl
4844            ! lib/Win32.pod win32/win32.c
4845 ____________________________________________________________________________
4846 [  6790] By: jhi                                   on 2000/08/23  17:52:00
4847         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4848              From: Mike Guy <mjtg@cam.ac.uk>
4849              Date: Wed, 23 Aug 2000 18:38:46 +0100
4850              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
4851      Branch: perl
4852            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
4853 ____________________________________________________________________________
4854 [  6789] By: jhi                                   on 2000/08/23  15:34:21
4855         Log: Update Changes.
4856      Branch: perl
4857            ! Changes patchlevel.h
4858 ____________________________________________________________________________
4859 [  6788] By: jhi                                   on 2000/08/23  15:33:40
4860         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4861              From: Wilfredo Sánchez <wsanchez@apple.com>
4862              Date: Tue, 22 Aug 2000 19:31:27 -0700
4863              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
4864      Branch: perl
4865            ! perl.h
4866 ____________________________________________________________________________
4867 [  6787] By: jhi                                   on 2000/08/23  15:29:31
4868         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4869              From: Spider Boardman <spider@leggy.zk3.dec.com>
4870              Date: Wed, 23 Aug 2000 10:33:23 -0400
4871              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
4872      Branch: perl
4873            ! lib/Pod/Html.pm
4874 ____________________________________________________________________________
4875 [  6786] By: jhi                                   on 2000/08/23  15:28:11
4876         Log: Bad makefile.
4877      Branch: perl
4878            ! ext/B/Makefile.PL
4879 ____________________________________________________________________________
4880 [  6785] By: jhi                                   on 2000/08/23  14:37:04
4881         Log: Update Changes.
4882      Branch: perl
4883            ! Changes patchlevel.h
4884 ____________________________________________________________________________
4885 [  6784] By: jhi                                   on 2000/08/23  13:58:41
4886         Log: Portability fix from Hugo van der Sanden.
4887      Branch: perl
4888            ! ext/re/Makefile.PL
4889 ____________________________________________________________________________
4890 [  6783] By: jhi                                   on 2000/08/23  13:53:53
4891         Log: Storable support, v-version fixes.
4892              
4893              Subject: CPAN.pm beta for testing available
4894              From: andreas.koenig@anima.de (Andreas J. Koenig)
4895              Date: 22 Aug 2000 23:31:33 +0200
4896              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
4897      Branch: perl
4898            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4899 ____________________________________________________________________________
4900 [  6782] By: jhi                                   on 2000/08/23  13:51:26
4901         Log: Mac and other portability updates from Chris Nandor.
4902      Branch: perl
4903            ! pod/perlmodinstall.pod
4904 ____________________________________________________________________________
4905 [  6781] By: jhi                                   on 2000/08/23  13:47:33
4906         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
4907              From: Peter Prymmer <pvhp@forte.com>
4908              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
4909              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
4910      Branch: perl
4911            ! ext/Storable/Storable.xs
4912 ____________________________________________________________________________
4913 [  6780] By: jhi                                   on 2000/08/23  13:33:34
4914         Log: VMS MMS (make) wants null action.
4915      Branch: perl
4916            ! ext/B/Makefile.PL
4917 ____________________________________________________________________________
4918 [  6779] By: jhi                                   on 2000/08/22  19:44:47
4919         Log: Forgot portability nit.
4920      Branch: perl
4921            ! t/lib/st-forgive.t
4922 ____________________________________________________________________________
4923 [  6778] By: jhi                                   on 2000/08/22  19:35:25
4924         Log: Be portable.
4925      Branch: perl
4926            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
4927            ! t/lib/st-store.t
4928 ____________________________________________________________________________
4929 [  6777] By: jhi                                   on 2000/08/22  18:50:53
4930         Log: Update Changes.
4931      Branch: perl
4932            ! Changes patchlevel.h
4933 ____________________________________________________________________________
4934 [  6776] By: jhi                                   on 2000/08/22  18:44:46
4935         Log: cSVOPo_*v things index into the current PL_curpad
4936              under ithreads, which is different from the curpad
4937              used by the XSUB.  (In other words, the code as-is
4938              before this patch wouldn't work under ithreads.)
4939              From Sarathy.
4940      Branch: perl
4941            ! ext/B/B.xs
4942 ____________________________________________________________________________
4943 [  6775] By: jhi                                   on 2000/08/22  18:18:37
4944         Log: Make the selection of NVff et al stricter.
4945      Branch: metaconfig/U/perl
4946            ! perlxvf.U
4947      Branch: perl
4948            ! Configure config_h.SH
4949 ____________________________________________________________________________
4950 [  6774] By: jhi                                   on 2000/08/22  17:19:42
4951         Log: perldelta nits.
4952      Branch: perl
4953            ! pod/perldelta.pod
4954 ____________________________________________________________________________
4955 [  6773] By: jhi                                   on 2000/08/22  17:06:26
4956         Log: Long double fixes from Spider Boardman.
4957              
4958              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
4959              From: system PRIVILEGED account <root@peano.zk3.dec.com>
4960              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
4961              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
4962      Branch: perl
4963            ! t/lib/bigfltpm.t t/lib/st-06compat.t
4964 ____________________________________________________________________________
4965 [  6772] By: jhi                                   on 2000/08/22  15:04:53
4966         Log: Update Changes.
4967      Branch: perl
4968            ! Changes patchlevel.h
4969 ____________________________________________________________________________
4970 [  6771] By: jhi                                   on 2000/08/22  15:01:44
4971         Log: perldelta fixes from Hugo van der Sanden.
4972      Branch: perl
4973            ! pod/perldelta.pod
4974 ____________________________________________________________________________
4975 [  6770] By: jhi                                   on 2000/08/22  14:34:49
4976         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
4977              From: Hugo <hv@crypt.compulink.co.uk>
4978              Date: Tue, 22 Aug 2000 11:21:53 +0100
4979              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
4980      Branch: perl
4981            ! regcomp.c
4982 ____________________________________________________________________________
4983 [  6769] By: jhi                                   on 2000/08/22  14:30:02
4984         Log: Add Yitzchak, reformat.
4985      Branch: perl
4986            ! Changes config_h.SH
4987 ____________________________________________________________________________
4988 [  6768] By: jhi                                   on 2000/08/22  14:21:35
4989         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
4990              and Spider Boardman.
4991      Branch: metaconfig
4992            ! U/compline/d_gconvert.U
4993      Branch: perl
4994            ! Configure
4995 ____________________________________________________________________________
4996 [  6767] By: jhi                                   on 2000/08/22  14:11:24
4997         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
4998              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4999              Date: Mon, 21 Aug 2000 19:08:31 -0700
5000              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
5001      Branch: perl
5002            - ext/Storable/patchlevel.h
5003            ! MANIFEST ext/Storable/MANIFEST
5004 ____________________________________________________________________________
5005 [  6766] By: jhi                                   on 2000/08/22  13:49:29
5006         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
5007              From: Peter Prymmer <pvhp@forte.com>
5008              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
5009              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
5010      Branch: perl
5011            ! configure.com ext/Storable/Makefile.PL
5012 ____________________________________________________________________________
5013 [  6765] By: jhi                                   on 2000/08/22  13:44:59
5014         Log: Subject: [PATCH blead] B:: missing dependency
5015              From: Hugo <hv@crypt.compulink.co.uk>
5016              Date: Tue, 22 Aug 2000 06:44:33 +0100
5017              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
5018      Branch: perl
5019            ! ext/B/Makefile.PL
5020 ____________________________________________________________________________
5021 [  6764] By: jhi                                   on 2000/08/22  13:38:12
5022         Log: More bytecompiler.
5023      Branch: perl
5024            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
5025 ____________________________________________________________________________
5026 [  6763] By: jhi                                   on 2000/08/22  13:36:44
5027         Log: Bytecompiler patches from Benjamin Stuhl.
5028      Branch: perl
5029            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
5030            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
5031            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
5032            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5033            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
5034            ! perl.c perlapi.h pod/perldelta.pod
5035 ____________________________________________________________________________
5036 [  6762] By: jhi                                   on 2000/08/21  23:43:40
5037         Log: An obsoleted diagnostic.
5038      Branch: perl
5039            ! pod/perldelta.pod
5040 ____________________________________________________________________________
5041 [  6761] By: jhi                                   on 2000/08/21  23:01:45
5042         Log: The #6759 wasn't quite right.
5043      Branch: perl
5044            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
5045            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
5046            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5047            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5048            ! t/lib/st-tieditems.t
5049 ____________________________________________________________________________
5050 [  6760] By: jhi                                   on 2000/08/21  22:35:49
5051         Log: Be verydeepclean.
5052      Branch: perl
5053            ! Makefile.SH
5054 ____________________________________________________________________________
5055 [  6759] By: jhi                                   on 2000/08/21  22:25:40
5056         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
5057              From: Peter Prymmer <pvhp@forte.com>
5058              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
5059              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
5060      Branch: perl
5061            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
5062            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
5063            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5064            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5065            ! t/lib/st-tieditems.t
5066 ____________________________________________________________________________
5067 [  6758] By: jhi                                   on 2000/08/21  22:22:32
5068         Log: Few more casts, need reported in
5069              
5070              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
5071              From: Mike Stok <mike@stok.co.uk>
5072              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
5073              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
5074              
5075              and
5076              
5077              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
5078              From: abigail@foad.org
5079              Date: 21 Aug 2000 21:31:34 -0000
5080              Message-Id: <20000821213134.30170.qmail@foad.org>
5081      Branch: perl
5082            ! ext/Storable/Storable.xs
5083 ____________________________________________________________________________
5084 [  6757] By: jhi                                   on 2000/08/21  18:37:07
5085         Log: Update Changes.
5086      Branch: perl
5087            ! Changes patchlevel.h
5088 ____________________________________________________________________________
5089 [  6756] By: jhi                                   on 2000/08/21  18:34:02
5090         Log: A pod nit.
5091              
5092              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5093              From: <abigail@foad.org>
5094              Date: Mon, 21 Aug 2000 14:00:16 -0400
5095              Message-ID: <20000821180016.28627.qmail@foad.org>
5096      Branch: perl
5097            ! pod/perlre.pod
5098 ____________________________________________________________________________
5099 [  6755] By: jhi                                   on 2000/08/21  18:30:56
5100         Log: Use PodParser 1.18 new test.
5101      Branch: perl
5102            ! t/pod/special_seqs.t t/pod/special_seqs.xr
5103 ____________________________________________________________________________
5104 [  6754] By: jhi                                   on 2000/08/21  18:28:35
5105         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
5106              patches cannot be applied since #6712 conflicts.
5107      Branch: perl
5108            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
5109 ____________________________________________________________________________
5110 [  6753] By: jhi                                   on 2000/08/21  18:15:11
5111         Log: Weed out some smaller changes.
5112      Branch: perl
5113            ! pod/perldelta.pod
5114 ____________________________________________________________________________
5115 [  6752] By: jhi                                   on 2000/08/21  18:02:30
5116         Log: Also under djgpp the timestamps are funky.
5117      Branch: perl
5118            ! t/op/stat.t
5119 ____________________________________________________________________________
5120 [  6751] By: jhi                                   on 2000/08/21  17:55:56
5121         Log: Tweak the floating point output routine preferences.
5122      Branch: metaconfig
5123            ! U/compline/d_gconvert.U
5124      Branch: perl
5125            ! Configure
5126 ____________________________________________________________________________
5127 [  6750] By: jhi                                   on 2000/08/21  17:51:29
5128         Log: Unicos/mk requires elaborate paranoia.
5129      Branch: perl
5130            ! lib/Math/Complex.pm
5131 ____________________________________________________________________________
5132 [  6749] By: gsar                                  on 2000/08/21  16:53:31
5133         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5134      Branch: perl
5135            ! lib/Cwd.pm
5136 ____________________________________________________________________________
5137 [  6748] By: gsar                                  on 2000/08/21  16:22:19
5138         Log: free TLS slot properly on Windows
5139      Branch: perl
5140            ! thread.h win32/perllib.c win32/win32thread.h
5141 ____________________________________________________________________________
5142 [  6747] By: jhi                                   on 2000/08/21  16:20:58
5143         Log: Rename the macro argument because some preprocessors
5144              can't tell the difference and expand arguments also inside
5145              double quoted strings.
5146      Branch: perl
5147            ! regcomp.c
5148 ____________________________________________________________________________
5149 [  6746] By: jhi                                   on 2000/08/21  16:09:41
5150         Log: Support long doubles in Storable.
5151              
5152              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
5153              From: Radu Greab <radu@netsoft.ro>
5154              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
5155              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
5156      Branch: perl
5157            ! ext/Storable/Storable.xs
5158 ____________________________________________________________________________
5159 [  6745] By: jhi                                   on 2000/08/21  15:51:40
5160         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5161              From: "Fifer, Eric" <EFifer@sanwaint.com>
5162              Date: Mon, 21 Aug 2000 15:34:49 +0100
5163              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
5164      Branch: perl
5165            ! t/pragma/warn/9enabled
5166 ____________________________________________________________________________
5167 [  6744] By: jhi                                   on 2000/08/21  15:39:35
5168         Log: Document the endianness of Alpha more precisely.
5169      Branch: perl
5170            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
5171            ! pod/perlport.pod
5172 ____________________________________________________________________________
5173 [  6743] By: jhi                                   on 2000/08/21  14:47:05
5174         Log: perldelta fixes from the p5p crowd.
5175      Branch: perl
5176            ! pod/perldelta.pod pod/perlop.pod
5177 ____________________________________________________________________________
5178 [  6742] By: jhi                                   on 2000/08/21  13:34:51
5179         Log: Update to Pod::LaTeX 0.53.
5180              
5181              Subject: [PATCH] lib/Pod/LaTeX.pm updates
5182              From: Tim Jenness <timj@jach.hawaii.edu>
5183              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
5184              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
5185      Branch: perl
5186            ! lib/Pod/LaTeX.pm
5187 ____________________________________________________________________________
5188 [  6741] By: jhi                                   on 2000/08/21  13:33:01
5189         Log: Subject: [PATCH] os2.c fix for use64bitint
5190              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5191              Date: Mon, 21 Aug 2000 01:32:25 -0700
5192              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
5193      Branch: perl
5194            ! os2/os2.c
5195 ____________________________________________________________________________
5196 [  6740] By: jhi                                   on 2000/08/21  13:28:52
5197         Log: Array context keeps slithering in.
5198              
5199              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5200              From: Daniel Chetlin <daniel@chetlin.com>
5201              Date: Sun, 20 Aug 2000 21:40:25 -0700
5202              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
5203      Branch: perl
5204            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
5205            ! pod/perldebtut.pod
5206 ____________________________________________________________________________
5207 [  6739] By: jhi                                   on 2000/08/21  13:23:55
5208         Log: Big-endian quad fixes for Storable from Radu Greab,
5209              plus few explicit null casts for picky compilers.
5210      Branch: perl
5211            ! ext/Storable/Storable.xs
5212 ____________________________________________________________________________
5213 [  6738] By: gsar                                  on 2000/08/21  05:56:13
5214         Log: small tweaks for change#6705: avoid C++ style comments in C code;
5215              use Perl's malloc API rather than the low level system one
5216      Branch: perl
5217            ! win32/win32.c
5218 ____________________________________________________________________________
5219 [  6737] By: gsar                                  on 2000/08/21  05:35:41
5220         Log: add Storable to list of extensions on Windows
5221      Branch: perl
5222            ! win32/Makefile win32/makefile.mk
5223 ____________________________________________________________________________
5224 [  6736] By: jhi                                   on 2000/08/21  02:57:53
5225         Log: Update Changes.
5226      Branch: perl
5227            ! Changes patchlevel.h
5228 ____________________________________________________________________________
5229 [  6735] By: jhi                                   on 2000/08/21  02:57:20
5230         Log: Draft 0.
5231      Branch: perl
5232            ! pod/perldelta.pod
5233 ____________________________________________________________________________
5234 [  6734] By: jhi                                   on 2000/08/21  02:57:03
5235         Log: Add Storable 0.7.2 from Raphael Manfredi,
5236              plus the patch from
5237              
5238              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
5239              From: Radu Greab <radu@netsoft.ro>
5240              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
5241              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
5242              
5243              plus changes to get Storable to compile with
5244              picky ANSI compilers.
5245      Branch: perl
5246            + ext/Storable/ChangeLog ext/Storable/MANIFEST
5247            + ext/Storable/Makefile.PL ext/Storable/README
5248            + ext/Storable/Storable.pm ext/Storable/Storable.xs
5249            + ext/Storable/patchlevel.h t/lib/st-06compat.t
5250            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
5251            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
5252            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5253            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5254            + t/lib/st-tieditems.t
5255            ! MANIFEST
5256 ____________________________________________________________________________
5257 [  6733] By: jhi                                   on 2000/08/21  02:29:09
5258         Log: The correct cleaning order is an art.
5259      Branch: perl
5260            ! Makefile.SH
5261 ____________________________________________________________________________
5262 [  6732] By: jhi                                   on 2000/08/21  01:23:39
5263         Log: The #6724 is here.
5264      Branch: perl
5265            ! t/lib/ftmp-security.t
5266 ____________________________________________________________________________
5267 [  6731] By: jhi                                   on 2000/08/20  23:17:03
5268         Log: s/this one/the 5.6.0 release/
5269      Branch: perl
5270            ! pod/perl56delta.pod
5271 ____________________________________________________________________________
5272 [  6730] By: jhi                                   on 2000/08/20  23:07:34
5273         Log: Mention perlebcdic and perlposix-bc.
5274      Branch: perl
5275            ! pod/perlport.pod
5276 ____________________________________________________________________________
5277 [  6729] By: jhi                                   on 2000/08/20  21:32:59
5278         Log: Document the number of exponent digits.
5279      Branch: perl
5280            ! pod/perlfunc.pod
5281 ____________________________________________________________________________
5282 [  6728] By: jhi                                   on 2000/08/20  21:16:47
5283         Log: Use File::Spec->tmpdir().
5284              
5285              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
5286              From: Tim Jenness <timj@jach.hawaii.edu>
5287              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
5288              MIME-Version: 1.0
5289              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
5290      Branch: perl
5291            ! utils/perlbug.PL
5292 ____________________________________________________________________________
5293 [  6727] By: jhi                                   on 2000/08/20  20:43:32
5294         Log: Update Changes.
5295      Branch: perl
5296            ! Changes patchlevel.h
5297 ____________________________________________________________________________
5298 [  6726] By: jhi                                   on 2000/08/20  20:41:44
5299         Log: The veryclean target needs to clobber.
5300      Branch: perl
5301            ! Makefile.SH
5302 ____________________________________________________________________________
5303 [  6725] By: jhi                                   on 2000/08/20  20:37:38
5304         Log: Document odd vs even subreleases and -Dusedevel.
5305      Branch: perl
5306            ! INSTALL
5307 ____________________________________________________________________________
5308 [  6724] By: jhi                                   on 2000/08/20  19:58:05
5309         Log: Use temporary directory instead of current directory.
5310              
5311              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5312              From: Tim Jenness <timj@jach.hawaii.edu>
5313              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
5314              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
5315      Branch: perl
5316            ! t/lib/ftmp-security.t
5317 ____________________________________________________________________________
5318 [  6723] By: jhi                                   on 2000/08/20  19:55:55
5319         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
5320              From: andreas.koenig@anima.de (Andreas J. Koenig)
5321              Date: 20 Aug 2000 15:52:03 +0200
5322              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
5323      Branch: perl
5324            ! lib/ExtUtils/MM_Unix.pm
5325 ____________________________________________________________________________
5326 [  6722] By: jhi                                   on 2000/08/20  19:46:01
5327         Log: Update to CGI 2.72, from Lincoln Stein.
5328      Branch: perl
5329            ! lib/CGI.pm
5330 ____________________________________________________________________________
5331 [  6721] By: jhi                                   on 2000/08/20  19:43:54
5332         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5333              From: Radu Greab <radu@netsoft.ro>
5334              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
5335              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
5336      Branch: perl
5337            ! ext/GDBM_File/GDBM_File.xs
5338 ____________________________________________________________________________
5339 [  6720] By: jhi                                   on 2000/08/20  19:42:01
5340         Log: pp_open() could pass an uninitialized filename down to do_open9().
5341      Branch: perl
5342            ! pp_sys.c
5343 ____________________________________________________________________________
5344 [  6719] By: jhi                                   on 2000/08/20  14:06:41
5345         Log: UTF8 concat fixes.
5346              
5347              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5348              From: Hugo <hv@crypt.compulink.co.uk>
5349              Date: Sun, 20 Aug 2000 07:30:46 +0100
5350              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
5351      Branch: perl
5352            ! pp_hot.c t/op/append.t
5353 ____________________________________________________________________________
5354 [  6718] By: jhi                                   on 2000/08/20  02:09:37
5355         Log: Let's try #6717 again.
5356      Branch: perl
5357            ! lib/File/Temp.pm
5358 ____________________________________________________________________________
5359 [  6717] By: jhi                                   on 2000/08/20  01:56:55
5360         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5361              From: "Craig A. Berry" <craig.berry@metamorgs.com>
5362              Date: Sat, 19 Aug 2000 18:15:39 -0500
5363              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
5364      Branch: perl
5365            ! lib/File/Temp.pm
5366 ____________________________________________________________________________
5367 [  6716] By: jhi                                   on 2000/08/19  15:50:11
5368         Log: Update Changes.
5369      Branch: perl
5370            ! Changes patchlevel.h
5371 ____________________________________________________________________________
5372 [  6715] By: jhi                                   on 2000/08/19  15:39:09
5373         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
5374              From: Jonathan D Johnston <jdjohnston2@juno.com>
5375              Date: Thu, 17 Aug 2000 23:13:01 -0400       
5376              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
5377      Branch: perl
5378            ! pod/perlfunc.pod
5379 ____________________________________________________________________________
5380 [  6714] By: jhi                                   on 2000/08/19  15:34:04
5381         Log: Introduce a 'veryclean' target that is like 'distclean'
5382              but also removes *~ and *.orig.
5383      Branch: perl
5384            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
5385            ! utils/Makefile x2p/Makefile.SH
5386 ____________________________________________________________________________
5387 [  6713] By: jhi                                   on 2000/08/19  14:15:45
5388         Log: Put back the long double avoidance code to POSIX.xs
5389              because VMS seems to need it still.
5390      Branch: perl
5391            ! ext/POSIX/POSIX.xs
5392 ____________________________________________________________________________
5393 [  6712] By: jhi                                   on 2000/08/19  14:10:41
5394         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5395              From: Peter Prymmer <pvhp@forte.com>
5396              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
5397              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
5398      Branch: perl
5399            ! lib/Pod/Find.pm t/pod/find.t
5400 ____________________________________________________________________________
5401 [  6711] By: jhi                                   on 2000/08/19  14:09:19
5402         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5403              From: Peter Prymmer <pvhp@forte.com>
5404              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
5405              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
5406              cc: vmsperl@perl.org
5407      Branch: perl
5408            ! t/lib/peek.t
5409 ____________________________________________________________________________
5410 [  6710] By: jhi                                   on 2000/08/19  14:08:01
5411         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5412              From: Jan Dubois <jand@ActiveState.com>
5413              Date: Fri, 18 Aug 2000 16:31:48 -0700
5414              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
5415      Branch: perl
5416            ! win32/win32.c
5417 ____________________________________________________________________________
5418 [  6709] By: jhi                                   on 2000/08/19  14:06:57
5419         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
5420              
5421              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5422              From: Spider.Boardman@Orb.Nashua.NH.US
5423              Date: Fri, 18 Aug 2000 18:41:14 -0400
5424              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
5425      Branch: perl
5426            ! regcomp.c
5427 ____________________________________________________________________________
5428 [  6708] By: jhi                                   on 2000/08/18  22:04:49
5429         Log: Update Changes.
5430      Branch: perl
5431            ! Changes patchlevel.h
5432 ____________________________________________________________________________
5433 [  6707] By: jhi                                   on 2000/08/18  21:55:14
5434         Log: Add warnif(), check warnings further up the stack,
5435              all the warnings functions now can take an optional object reference.
5436              
5437              Subject: [PATCH bleedperl@6691] warnings pragma update
5438              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5439              Date: Fri, 18 Aug 2000 22:42:06 +0100
5440              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
5441      Branch: perl
5442            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
5443            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
5444            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
5445 ____________________________________________________________________________
5446 [  6706] By: jhi                                   on 2000/08/18  21:41:45
5447         Log: Typo in pp_complement().
5448              
5449              Subject: [PATCH perl-current] Deparse
5450              From: Peter Scott <Peter@PSDT.com>
5451              Date: Fri, 18 Aug 2000 12:44:37 -0700
5452              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
5453      Branch: perl
5454            ! ext/B/B/Deparse.pm
5455 ____________________________________________________________________________
5456 [  6705] By: jhi                                   on 2000/08/18  21:25:59
5457         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5458              From: Jan Dubois <jand@ActiveState.com>
5459              Date: Fri, 18 Aug 2000 14:22:51 -0700
5460              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
5461      Branch: perl
5462            ! lib/Win32.pod win32/win32.c
5463 ____________________________________________________________________________
5464 [  6704] By: jhi                                   on 2000/08/18  21:16:14
5465         Log: Don't eat leading os from index entries.
5466              
5467              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5468              From: Russ Allbery <rra@stanford.edu>
5469              Date: 10 Aug 2000 20:49:25 -0700
5470              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
5471      Branch: perl
5472            ! lib/Pod/Man.pm
5473 ____________________________________________________________________________
5474 [  6703] By: jhi                                   on 2000/08/18  21:07:06
5475         Log: Add [[:blank:]] as suggested in
5476              
5477              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5478              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
5479              Date: Sun, 16 Jul 2000 17:55:29 -0700
5480              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
5481              
5482              (the [=cc=] has already been taken care of by #6439
5483              so the whole bug report can be closed)
5484              
5485              and make [[:space:]] to be equivalent to isspace(3)
5486              (as opposed to \s, which is isSPACE()).  The difference
5487              is that now [[:space:]] matches the mythical vertical tab,
5488              while \s doesn't.
5489      Branch: perl
5490            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
5491            ! regexec.c t/op/pat.t
5492 ____________________________________________________________________________
5493 [  6702] By: jhi                                   on 2000/08/18  18:47:47
5494         Log: The new tests were missing from #6415.
5495      Branch: perl
5496            ! t/op/bop.t
5497 ____________________________________________________________________________
5498 [  6701] By: jhi                                   on 2000/08/18  18:20:40
5499         Log: Document the NDBM_File and ODBM_File as SDBM_File
5500              was documented in #6417.
5501      Branch: perl
5502            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5503            ! ext/SDBM_File/SDBM_File.pm
5504 ____________________________________________________________________________
5505 [  6700] By: jhi                                   on 2000/08/18  18:10:39
5506         Log: Subject: [PATCH perl@6698] cygwin port
5507              From: "Fifer, Eric" <EFifer@sanwaint.com>
5508              Date: Fri, 18 Aug 2000 17:30:05 +0100
5509              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
5510      Branch: perl
5511            ! lib/File/Temp.pm
5512 ____________________________________________________________________________
5513 [  6699] By: jhi                                   on 2000/08/18  16:21:49
5514         Log: Document code point which makes if (defined %stash::) to work
5515              (noted by Spider Boardman).
5516      Branch: perl
5517            ! op.c
5518 ____________________________________________________________________________
5519 [  6698] By: jhi                                   on 2000/08/18  13:43:27
5520         Log: Update Changes.
5521      Branch: perl
5522            ! Changes patchlevel.h
5523 ____________________________________________________________________________
5524 [  6697] By: jhi                                   on 2000/08/18  13:35:57
5525         Log: Tiny Getopt::Long patch from Johan Vromans.
5526      Branch: perl
5527            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5528 ____________________________________________________________________________
5529 [  6696] By: jhi                                   on 2000/08/18  13:26:14
5530         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5531              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
5532              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
5533              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
5534      Branch: perl
5535            ! pod/perldiag.pod pod/perlsyn.pod
5536 ____________________________________________________________________________
5537 [  6695] By: jhi                                   on 2000/08/18  13:13:26
5538         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5539              From: Daniel Chetlin <daniel@chetlin.com>
5540              Date: Fri, 18 Aug 2000 03:13:36 -0700
5541              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
5542      Branch: perl
5543            ! pod/perlfunc.pod
5544 ____________________________________________________________________________
5545 [  6694] By: jhi                                   on 2000/08/18  13:08:05
5546         Log: Subject: [PATCH] perltrap.pod spring cleaning
5547              From: Daniel Chetlin <daniel@chetlin.com>
5548              Date: Fri, 18 Aug 2000 03:06:54 -0700
5549              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
5550              
5551              plus Mike Guy's nitfix.
5552      Branch: perl
5553            ! pod/perltrap.pod
5554 ____________________________________________________________________________
5555 [  6693] By: jhi                                   on 2000/08/18  13:00:26
5556         Log: Unbuffer the output.
5557              
5558              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
5559              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5560              Date: Thu, 17 Aug 2000 18:39:29 -0700
5561              Message-ID: <RPJn5gzkgydf092yn@efn.org>
5562      Branch: perl
5563            ! t/op/fork.t
5564 ____________________________________________________________________________
5565 [  6692] By: jhi                                   on 2000/08/18  05:19:17
5566         Log: Delete the image, too, not just its MANIFEStation.
5567      Branch: perl
5568            - lib/CGI/eg/wilogo.gif
5569 ____________________________________________________________________________
5570 [  6691] By: jhi                                   on 2000/08/18  05:10:26
5571         Log: Propagate new Configure vars.
5572      Branch: perl
5573            ! configure.com epoc/config.sh uconfig.h uconfig.sh
5574            ! vos/config.def vos/config.h vos/config_h.SH_orig
5575            ! win32/config.bc win32/config.gc win32/config.vc
5576            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5577 ____________________________________________________________________________
5578 [  6690] By: jhi                                   on 2000/08/18  04:30:56
5579         Log: Update Changes.
5580      Branch: perl
5581            ! Changes patchlevel.h
5582 ____________________________________________________________________________
5583 [  6689] By: jhi                                   on 2000/08/18  04:12:30
5584         Log: Fix the lib/complex failure of
5585              
5586              From: abigail@foad.org
5587              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5588              Date: 15 Aug 2000 04:06:38 -0000
5589              Message-Id: <20000815040638.8524.qmail@foad.org> 
5590              
5591              Linux long double accuracy issue: something that
5592              when printed with %g looks like "2" but int() of it is 1.
5593      Branch: perl
5594            ! lib/Math/Complex.pm
5595 ____________________________________________________________________________
5596 [  6688] By: jhi                                   on 2000/08/18  03:15:35
5597         Log: The byteorder code in #6671 was wrong.
5598      Branch: perl
5599            ! configpm
5600 ____________________________________________________________________________
5601 [  6687] By: jhi                                   on 2000/08/18  02:08:42
5602         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
5603              From: Jan Dubois <jand@ActiveState.com>
5604              Date: Thu, 17 Aug 2000 18:31:55 -0700
5605              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
5606      Branch: perl
5607            ! sv.c
5608 ____________________________________________________________________________
5609 [  6686] By: jhi                                   on 2000/08/18  02:04:15
5610         Log: Use NVs in POSIX math, not doubles.
5611              
5612              From: abigail@foad.org
5613              Subject: [ID 20000817.014] POSIX & modfl
5614              Date: 17 Aug 2000 20:49:18 -0000
5615              Message-Id: <20000817204918.23123.qmail@foad.org>
5616      Branch: perl
5617            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5618 ____________________________________________________________________________
5619 [  6685] By: jhi                                   on 2000/08/18  02:02:12
5620         Log: Introduce NVef, NVff, and NVgf, use the middle one.
5621              (helps for lib/peek + Linux + long doubles)  Reported in
5622              
5623              From: abigail@foad.org
5624              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5625              Date: 15 Aug 2000 04:06:38 -0000
5626              Message-Id: <20000815040638.8524.qmail@foad.org> 
5627              
5628              (note: the lib/complex failure has not yet been addressed)
5629      Branch: metaconfig/U/perl
5630            ! perlxvf.U
5631      Branch: perl
5632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5633            ! config_h.SH dump.c perl.h pod/perlguts.pod
5634 ____________________________________________________________________________
5635 [  6684] By: jhi                                   on 2000/08/17  23:22:19
5636         Log: Add byteorder to the myconfig output.
5637      Branch: perl
5638            ! myconfig.SH
5639 ____________________________________________________________________________
5640 [  6683] By: jhi                                   on 2000/08/17  23:20:19
5641         Log: The image doth not exist, spotted by Johan Vromans.
5642      Branch: perl
5643            ! MANIFEST
5644 ____________________________________________________________________________
5645 [  6682] By: jhi                                   on 2000/08/17  22:38:16
5646         Log: Document what the backtick returns if the command fails.
5647      Branch: perl
5648            ! pod/perlop.pod
5649 ____________________________________________________________________________
5650 [  6681] By: jhi                                   on 2000/08/17  22:33:12
5651         Log: Do not use prototyping here.
5652              
5653              Subject: [ID 20000817.016] [PATCH] Peek.xs
5654              From: abigail@foad.org
5655              Date: 17 Aug 2000 20:55:56 -0000
5656              Message-Id: <20000817205556.24270.qmail@foad.org>
5657      Branch: perl
5658            ! ext/Devel/Peek/Makefile.PL
5659 ____________________________________________________________________________
5660 [  6680] By: jhi                                   on 2000/08/17  19:46:43
5661         Log: Don't propose using modules built for 5.005 if no binary
5662              compatibility with 5.005 is attempted.
5663              
5664              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5665              Subject: Minor nit with 5.7.0 (6655)
5666              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
5667              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
5668      Branch: metaconfig
5669            ! U/installdirs/inc_version_list.U
5670      Branch: perl
5671            ! Configure config_h.SH
5672 ____________________________________________________________________________
5673 [  6679] By: jhi                                   on 2000/08/17  19:16:39
5674         Log: Microperl config update.
5675      Branch: perl
5676            ! uconfig.h uconfig.sh
5677 ____________________________________________________________________________
5678 [  6678] By: jhi                                   on 2000/08/17  19:16:13
5679         Log: The #6648 wasn't protective enough for limited platforms
5680              (like microperl).
5681      Branch: perl
5682            ! dump.c sv.c
5683 ____________________________________________________________________________
5684 [  6677] By: jhi                                   on 2000/08/17  14:46:35
5685         Log: Update Changes.
5686      Branch: perl
5687            ! Changes patchlevel.h
5688 ____________________________________________________________________________
5689 [  6676] By: jhi                                   on 2000/08/17  14:44:02
5690         Log: Add perlebcdic from Peter Prymmer, regen toc.
5691      Branch: perl
5692            + pod/perlebcdic.pod
5693            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5694 ____________________________________________________________________________
5695 [  6675] By: jhi                                   on 2000/08/17  14:41:52
5696         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5697      Branch: perl
5698            ! pod/perldebtut.pod
5699 ____________________________________________________________________________
5700 [  6674] By: jhi                                   on 2000/08/17  14:29:43
5701         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
5702              
5703              Subject: [ID 20000724.006] -DLEAKTEST problem
5704              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
5705              Date: Tue, 25 Jul 2000 00:36:32 -0500
5706              Message-Id: <20000725003632.A26186@www.llamacom.com>
5707              
5708              Reminder sent
5709              
5710              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
5711              From: Hugo <hv@crypt.compulink.co.uk>
5712              Date: Thu, 17 Aug 2000 15:23:42 +0100
5713              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
5714      Branch: perl
5715            ! util.c
5716 ____________________________________________________________________________
5717 [  6673] By: jhi                                   on 2000/08/17  04:07:10
5718         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5719              From: John Peacock <JPeacock@UnivPress.com>
5720              Date: Tue, 01 Aug 2000 09:38:12 -0400
5721              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
5722      Branch: perl
5723            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
5724 ____________________________________________________________________________
5725 [  6672] By: jhi                                   on 2000/08/17  03:04:35
5726         Log: Subject: [PATCH] Cwd.pm now uses strict
5727              From: Tim Jenness <timj@jach.hawaii.edu>
5728              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
5729              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
5730      Branch: perl
5731            ! lib/Cwd.pm
5732 ____________________________________________________________________________
5733 [  6671] By: jhi                                   on 2000/08/17  02:16:35
5734         Log: Make $Config{byteorder} more magical so that it is
5735              dynamically computed: nice for 'fat binaries'.
5736              
5737              Subject: [PATCH]: default byteorder
5738              From: Wilfredo Sánchez <wsanchez@apple.com>
5739              Date: Mon, 31 Jul 2000 19:45:31 -0700
5740              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
5741      Branch: perl
5742            ! configpm
5743 ____________________________________________________________________________
5744 [  6670] By: gsar                                  on 2000/08/17  01:22:21
5745         Log: move WNOHANG definition to where other such things are
5746      Branch: perl
5747            ! win32/win32.h
5748 ____________________________________________________________________________
5749 [  6669] By: jhi                                   on 2000/08/17  01:19:17
5750         Log: Update Changes.
5751      Branch: perl
5752            ! Changes patchlevel.h
5753 ____________________________________________________________________________
5754 [  6668] By: jhi                                   on 2000/08/17  01:16:29
5755         Log: Doc nits spotted by Richard Soderberg.
5756      Branch: perl
5757            ! README.posix-bc README.vmesa
5758 ____________________________________________________________________________
5759 [  6667] By: jhi                                   on 2000/08/17  01:12:11
5760         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5761              From: "Casey R. Tweten" <crt@kiski.net>
5762              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
5763              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
5764      Branch: perl
5765            ! pod/perldebtut.pod
5766 ____________________________________________________________________________
5767 [  6666] By: jhi                                   on 2000/08/17  01:09:31
5768         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5769              From: "Casey R. Tweten" <crt@kiski.net>
5770              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
5771              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
5772      Branch: perl
5773            ! lib/Shell.pm
5774 ____________________________________________________________________________
5775 [  6665] By: gsar                                  on 2000/08/17  01:03:52
5776         Log: add "ok" targets from change#6632 in makefile.mk
5777      Branch: perl
5778            ! pod/perlport.pod win32/Makefile win32/makefile.mk
5779 ____________________________________________________________________________
5780 [  6664] By: gsar                                  on 2000/08/17  00:56:11
5781         Log: avoid warnings from dense compiler
5782      Branch: perl
5783            ! win32/win32.c
5784 ____________________________________________________________________________
5785 [  6663] By: jhi                                   on 2000/08/17  00:51:49
5786         Log: Tweak the regex compilation errors once more.
5787      Branch: perl
5788            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5789            ! t/op/regmesg.t t/pragma/warn/regcomp
5790 ____________________________________________________________________________
5791 [  6662] By: gsar                                  on 2000/08/17  00:28:19
5792         Log: trailing new %ENV entries weren't being pushed into the real
5793              environment of subprocesses on Windows
5794      Branch: perl
5795            ! t/op/magic.t win32/perlhost.h
5796 ____________________________________________________________________________
5797 [  6661] By: gsar                                  on 2000/08/17  00:19:20
5798         Log: waitpid() now handles externally spawned pids correctly;
5799              fixes for backtick/wait/waitpid failures on Windows 9x
5800              
5801              these changes make the pid returned by process functions on
5802              Windows 9x always positive by clearing the high bit (which
5803              is always set on Win9x); pseudo-process PIDs are likewise
5804              always negative now on Win9x (just as on NT/2000)
5805      Branch: perl
5806            ! pp_sys.c win32/perlhost.h win32/win32.c
5807 ____________________________________________________________________________
5808 [  6660] By: jhi                                   on 2000/08/17  00:04:32
5809         Log: Retract #6645.
5810      Branch: perl
5811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5812            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5813            ! t/op/sprintf.t
5814 ____________________________________________________________________________
5815 [  6659] By: gsar                                  on 2000/08/16  23:59:28
5816         Log: on windows, the return values from wait() and waitpid() don't
5817              match those of pseudo-pids
5818      Branch: perl
5819            ! pp_sys.c t/op/fork.t util.c win32/win32.c
5820 ____________________________________________________________________________
5821 [  6658] By: gsar                                  on 2000/08/16  23:56:14
5822         Log: pod nit seen in passing
5823      Branch: perl
5824            ! pod/perlfunc.pod
5825 ____________________________________________________________________________
5826 [  6657] By: gsar                                  on 2000/08/16  23:53:42
5827         Log: change#6328 could make close(SOCKET) return false on windows
5828              when it shouldn't
5829      Branch: perl
5830            ! win32/win32sck.c
5831 ____________________________________________________________________________
5832 [  6656] By: gsar                                  on 2000/08/16  23:46:57
5833         Log: check that the number pseudo children doesn't exceed
5834              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5835              the WaitForMultipleObjects() limit that would cause wait()
5836              to crash)
5837              
5838              wait() and waitpid() could potentially be rewritten to use
5839              more than one thread to do the waiting to eliminate this
5840              limitation
5841      Branch: perl
5842            ! win32/perlhost.h
5843 ____________________________________________________________________________
5844 [  6655] By: jhi                                   on 2000/08/16  14:11:05
5845         Log: Update Changes.
5846      Branch: perl
5847            ! Changes patchlevel.h
5848 ____________________________________________________________________________
5849 [  6654] By: jhi                                   on 2000/08/16  14:10:12
5850         Log: Update to perldebtut 1.9, from Richard Foley.
5851      Branch: perl
5852            ! pod/perldebtut.pod
5853 ____________________________________________________________________________
5854 [  6653] By: jhi                                   on 2000/08/16  14:08:17
5855         Log: Change the regx compilation error markers to use = instead of <
5856              since pod makes using the latter quite messy.  Reported in
5857              ID 20000814.006 by Abigail and in
5858              Subject: Unknown escape E<> ?
5859              From: Lupe Christoph <lupe@lupe-christoph.de>
5860              Date: Fri, 11 Aug 2000 00:30:27 +0200
5861              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
5862      Branch: perl
5863            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5864            ! t/op/regmesg.t t/pragma/warn/regcomp
5865 ____________________________________________________________________________
5866 [  6652] By: jhi                                   on 2000/08/16  13:25:31
5867         Log: Change the perlbug address to perl.org since it's more forgiving.
5868              
5869              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
5870              From: abigail@foad.org
5871              Date: 15 Aug 2000 04:15:40 -0000
5872              Message-Id: <20000815041540.8633.qmail@foad.org>
5873      Branch: perl
5874            ! utils/perlbug.PL
5875 ____________________________________________________________________________
5876 [  6651] By: jhi                                   on 2000/08/16  13:22:35
5877         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5878              From: Tim Jenness <timj@jach.hawaii.edu>
5879              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
5880              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
5881      Branch: perl
5882            ! lib/Cwd.pm
5883 ____________________________________________________________________________
5884 [  6650] By: jhi                                   on 2000/08/16  13:18:13
5885         Log: Update to CPAN 1.57.
5886              
5887              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
5888              From: andreas.koenig@anima.de (Andreas J. Koenig)
5889              Date: 16 Aug 2000 15:09:46 +0200
5890              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
5891      Branch: perl
5892            ! lib/CPAN.pm
5893 ____________________________________________________________________________
5894 [  6649] By: jhi                                   on 2000/08/16  13:12:31
5895         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
5896              From: "Larry W. Virden" <lvirden@cas.org>
5897              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
5898              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
5899      Branch: perl
5900            ! README.hpux
5901 ____________________________________________________________________________
5902 [  6648] By: jhi                                   on 2000/08/16  13:03:53
5903         Log: The numeric locale was reset to "C" by s?printf and never restored.
5904              
5905              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5906              From: Christian Kirsch <ck@held.mind.de>
5907              Date: Wed, 9 Aug 2000 17:05:17 +0200
5908              Message-Id: <20000809170517.A25389@held>
5909              
5910              No test since adding the failing example to locale.t
5911              does not fail -- probably because the locale settings are so
5912              thoroughly tweaked by that time.  Running the example standalone
5913              does fail, though.  UPDATE: test case added at change #7540.
5914      Branch: perl
5915            ! dump.c perl.h pp.c pp_ctl.c sv.c
5916 ____________________________________________________________________________
5917 [  6647] By: jhi                                   on 2000/08/16  00:07:54
5918         Log: Update Changes and test semi-automatic patchlevel updating.
5919      Branch: perl
5920            ! Changes patchlevel.h
5921 ____________________________________________________________________________
5922 [  6646] By: jhi                                   on 2000/08/15  23:35:07
5923         Log: Fix a dependency problem.
5924              
5925              Subject: [PATCH: 6640] VMS Makefile.SH update
5926              From: Peter Prymmer <pvhp@forte.com>
5927              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
5928              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
5929      Branch: perl
5930            ! vms/descrip_mms.template
5931 ____________________________________________________________________________
5932 [  6645] By: jhi                                   on 2000/08/15  23:33:23
5933         Log: (Retracted by #6660)
5934              
5935              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
5936              From: Dominic Dunlop <domo@computer.org>
5937              Date: Tue, 15 Aug 2000 22:20:52 +0200
5938              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
5939      Branch: metaconfig/U/perl
5940            + d_printfed.U
5941      Branch: perl
5942            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5943            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5944            ! t/op/sprintf.t
5945 ____________________________________________________________________________
5946 [  6644] By: jhi                                   on 2000/08/15  21:17:20
5947         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5948              From: abigail@foad.org
5949              Date: 15 Aug 2000 20:12:41 -0000
5950              Message-Id: <20000815201241.25556.qmail@foad.org>
5951      Branch: perl
5952            ! INSTALL
5953 ____________________________________________________________________________
5954 [  6643] By: jhi                                   on 2000/08/15  21:15:28
5955         Log: (an already applied patch)
5956      Branch: perl
5957            ! lib/CGI.pm
5958 ____________________________________________________________________________
5959 [  6642] By: gsar                                  on 2000/08/15  19:54:05
5960         Log: magic callbacks all need to have same type signature
5961      Branch: perl
5962            ! embed.pl mg.c proto.h
5963 ____________________________________________________________________________
5964 [  6641] By: jhi                                   on 2000/08/15  17:56:27
5965         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)
5966              From: Mike Guy <mjtg@cam.ac.uk>
5967              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
5968              Date: Tue, 15 Aug 2000 18:26:45 +0100
5969              
5970              Only the peek.t part applied, not the hash quality part.
5971      Branch: perl
5972            ! t/lib/peek.t
5973 ____________________________________________________________________________
5974 [  6640] By: jhi                                   on 2000/08/15  16:37:37
5975         Log: Update Changes.
5976      Branch: perl
5977            ! Changes
5978 ____________________________________________________________________________
5979 [  6639] By: jhi                                   on 2000/08/15  16:34:55
5980         Log: Missed a file from #6638.
5981      Branch: perl
5982            ! lib/File/Temp.pm
5983 ____________________________________________________________________________
5984 [  6638] By: jhi                                   on 2000/08/15  16:33:19
5985         Log: Subject: [PATCH perl@6620] cygwin port
5986              From: "Fifer, Eric" <EFifer@sanwaint.com>
5987              Date: Tue, 15 Aug 2000 17:00:49 +0100
5988              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
5989      Branch: perl
5990            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
5991 ____________________________________________________________________________
5992 [  6637] By: jhi                                   on 2000/08/15  16:29:22
5993         Log: Subject: [PATCH] debugger exit code should reflect user exit code
5994              From: Mike Guy <mjtg@cam.ac.uk>
5995              Date: Tue, 15 Aug 2000 16:55:59 +0100
5996              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
5997      Branch: perl
5998            ! lib/perl5db.pl
5999 ____________________________________________________________________________
6000 [  6636] By: jhi                                   on 2000/08/15  15:30:58
6001         Log: Update Changes.
6002      Branch: perl
6003            ! Changes
6004 ____________________________________________________________________________
6005 [  6635] By: jhi                                   on 2000/08/15  15:27:21
6006         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
6007      Branch: metaconfig
6008            ! U/mkglossary U/mksample
6009      Branch: metaconfig/U/perl
6010            ! Devel.U
6011      Branch: perl
6012            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6013 ____________________________________________________________________________
6014 [  6634] By: jhi                                   on 2000/08/15  14:11:55
6015         Log: Don't blow limited stacks, a lower number is enough to
6016              tickle the lookbehind limit.
6017              
6018              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
6019              From: Dominic Dunlop <domo@computer.org>
6020              Date: Tue, 15 Aug 2000 13:51:24 +0200
6021              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
6022      Branch: perl
6023            ! t/op/regmesg.t
6024 ____________________________________________________________________________
6025 [  6633] By: jhi                                   on 2000/08/15  14:01:46
6026         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
6027              From: Mike Guy <mjtg@cam.ac.uk>
6028              Date: Tue, 15 Aug 2000 12:10:50 +0100
6029              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
6030      Branch: perl
6031            ! utils/perldoc.PL
6032 ____________________________________________________________________________
6033 [  6632] By: jhi                                   on 2000/08/15  13:58:48
6034         Log: make ok etc also for win32.
6035              
6036              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
6037              From: Prymmer/Kahn <pvhp@best.com>
6038              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
6039              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
6040      Branch: perl
6041            ! win32/Makefile
6042 ____________________________________________________________________________
6043 [  6631] By: jhi                                   on 2000/08/15  13:45:03
6044         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
6045      Branch: perl
6046            ! lib/Test.pm
6047 ____________________________________________________________________________
6048 [  6630] By: jhi                                   on 2000/08/15  03:25:09
6049         Log: Update Changes.
6050      Branch: perl
6051            ! Changes
6052 ____________________________________________________________________________
6053 [  6629] By: jhi                                   on 2000/08/15  03:23:53
6054         Log: magic_regdatum_set() is void, not int.
6055      Branch: perl
6056            ! embed.pl mg.c proto.h
6057 ____________________________________________________________________________
6058 [  6628] By: jhi                                   on 2000/08/15  03:08:02
6059         Log: Make the user to give up his firstborn, err, to knowingly
6060              verify installing an unstable developer release.  Also bump
6061              the release to 5.7.0, but leave a patch tag in the local
6062              patches saying that this is not yet the real thing.
6063      Branch: metaconfig
6064            ! U/modified/Instruct.U
6065      Branch: metaconfig/U/perl
6066            + Devel.U
6067      Branch: perl
6068            ! Configure patchlevel.h
6069 ____________________________________________________________________________
6070 [  6627] By: jhi                                   on 2000/08/14  22:32:52
6071         Log: README.os2 update.
6072              
6073              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
6074              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6075              Date: Wed, 02 Aug 2000 21:55:09 -0700
6076              Message-ID: <tsPi5gzkgegX092yn@efn.org>
6077      Branch: perl
6078            ! README.os2
6079 ____________________________________________________________________________
6080 [  6626] By: jhi                                   on 2000/08/14  21:00:02
6081         Log: Subject: Re: File::Temp problems on VMS in bleedperl
6082              From: Tim Jenness <timj@jach.hawaii.edu>
6083              cc: vmsperl@perl.org
6084              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
6085              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
6086      Branch: perl
6087            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
6088 ____________________________________________________________________________
6089 [  6625] By: jhi                                   on 2000/08/14  20:52:16
6090         Log: Add SUIDMAIL as was done for the CERT alert.
6091      Branch: perl
6092            ! patchlevel.h
6093 ____________________________________________________________________________
6094 [  6624] By: jhi                                   on 2000/08/14  20:48:50
6095         Log: Subject: sfio2000
6096              From: Daniel Muino <dmuino@afip.gov.ar>
6097              Date: Mon, 14 Aug 2000 16:58:11 -0300
6098              Message-ID: <20000814165811.B16368@con2-dgi>
6099      Branch: perl
6100            ! perlsdio.h perlsfio.h
6101 ____________________________________________________________________________
6102 [  6623] By: jhi                                   on 2000/08/14  20:47:36
6103         Log: Subject: warning: storage class after type is obsolescent
6104              From: Daniel Muino <dmuino@afip.gov.ar>
6105              Date: Mon, 14 Aug 2000 16:42:47 -0300
6106              Message-ID: <20000814164247.A16368@con2-dgi>
6107      Branch: perl
6108            ! regcomp.pl regnodes.h
6109 ____________________________________________________________________________
6110 [  6622] By: jhi                                   on 2000/08/14  20:43:05
6111         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
6112              From: abigail@foad.org
6113              Date: 14 Aug 2000 20:00:10 -0000
6114              Message-Id: <20000814200010.27271.qmail@foad.org>
6115      Branch: perl
6116            ! Changes
6117 ____________________________________________________________________________
6118 [  6621] By: jhi                                   on 2000/08/14  15:23:05
6119         Log: Update Changes.
6120      Branch: perl
6121            ! Changes
6122 ____________________________________________________________________________
6123 [  6620] By: jhi                                   on 2000/08/14  15:22:14
6124         Log: Subject: Re: [PATCH] @+, @- readonly
6125              From: Mike Guy <mjtg@cam.ac.uk>
6126              Date: Mon, 14 Aug 2000 15:26:55 +0100
6127              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
6128      Branch: perl
6129            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
6130            ! sv.c t/op/pat.t
6131 ____________________________________________________________________________
6132 [  6619] By: jhi                                   on 2000/08/14  14:12:08
6133         Log: Update Changes.
6134      Branch: perl
6135            ! Changes
6136 ____________________________________________________________________________
6137 [  6618] By: jhi                                   on 2000/08/14  14:09:34
6138         Log: For now remove the mail code.
6139      Branch: perl
6140            ! perl.c
6141 ____________________________________________________________________________
6142 [  6617] By: jhi                                   on 2000/08/14  14:08:28
6143         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
6144      Branch: perl
6145            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
6146            ! pod/perlfaq8.pod pod/perlsec.pod
6147 ____________________________________________________________________________
6148 [  6616] By: jhi                                   on 2000/08/14  14:00:11
6149         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6150              From: Mike Guy <mjtg@cam.ac.uk>
6151              Date: Mon, 14 Aug 2000 08:26:02 +0100
6152              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
6153      Branch: perl
6154            ! lib/perl5db.pl
6155 ____________________________________________________________________________
6156 [  6615] By: jhi                                   on 2000/08/14  13:58:45
6157         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
6158              From: Mike Guy <mjtg@cam.ac.uk>
6159              Date: Mon, 14 Aug 2000 08:04:22 +0100
6160              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
6161      Branch: perl
6162            ! gv.c mg.c t/op/pat.t
6163 ____________________________________________________________________________
6164 [  6614] By: jhi                                   on 2000/08/14  13:56:45
6165         Log: Subject: Test fails / warnings with perl-current #6612
6166              From: Mike Guy <mjtg@cam.ac.uk>
6167              Date: Mon, 14 Aug 2000 07:57:23 +0100
6168              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
6169      Branch: perl
6170            ! t/lib/b.t t/lib/peek.t
6171 ____________________________________________________________________________
6172 [  6613] By: jhi                                   on 2000/08/14  13:45:33
6173         Log: VMS configure.com update continues.
6174      Branch: perl
6175            - vms/configure.com
6176            ! MANIFEST configure.com
6177 ____________________________________________________________________________
6178 [  6612] By: jhi                                   on 2000/08/13  22:13:35
6179         Log: Update Changes.
6180      Branch: perl
6181            ! Changes
6182 ____________________________________________________________________________
6183 [  6611] By: jhi                                   on 2000/08/13  16:21:45
6184         Log: Upgrade to CGI 2.71, from Lincoln Stein.
6185      Branch: perl
6186            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
6187 ____________________________________________________________________________
6188 [  6610] By: jhi                                   on 2000/08/13  15:09:16
6189         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
6190              From: Mike Guy <mjtg@cam.ac.uk>
6191              Date: Sun, 13 Aug 2000 13:45:51 +0100
6192              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
6193      Branch: perl
6194            ! t/op/regmesg.t
6195 ____________________________________________________________________________
6196 [  6609] By: jhi                                   on 2000/08/13  14:31:26
6197         Log: Andreas says that 1.56 is fine, so reverting back to it.
6198      Branch: perl
6199            ! lib/CPAN.pm
6200 ____________________________________________________________________________
6201 [  6608] By: jhi                                   on 2000/08/13  05:34:20
6202         Log: Update Changes.
6203      Branch: perl
6204            ! Changes
6205 ____________________________________________________________________________
6206 [  6607] By: jhi                                   on 2000/08/13  05:32:01
6207         Log: Put back the \z changes of #5406 to CPAN.pm.
6208      Branch: perl
6209            ! lib/CPAN.pm
6210 ____________________________________________________________________________
6211 [  6606] By: jhi                                   on 2000/08/13  05:20:16
6212         Log: Fix-n-skip the tests under 5005threads.
6213      Branch: perl
6214            ! t/lib/b.t
6215 ____________________________________________________________________________
6216 [  6605] By: jhi                                   on 2000/08/13  05:07:48
6217         Log: Fix the test for 5005threads.
6218      Branch: perl
6219            ! t/lib/peek.t
6220 ____________________________________________________________________________
6221 [  6604] By: jhi                                   on 2000/08/13  03:35:37
6222         Log: Should have deleted this in #6603.
6223      Branch: perl
6224            - vms/subconfigure.com
6225 ____________________________________________________________________________
6226 [  6603] By: jhi                                   on 2000/08/12  18:29:32
6227         Log: Rewrite of vms/subconfigure.com as configure.com,
6228              from Peter Prymmer and the vmsperl crew.
6229      Branch: perl
6230            + vms/configure.com
6231            ! MANIFEST
6232 ____________________________________________________________________________
6233 [  6602] By: jhi                                   on 2000/08/11  13:00:01
6234         Log: PlainText.pm is dead.
6235      Branch: perl
6236            - lib/Pod/PlainText.pm
6237            ! MANIFEST
6238 ____________________________________________________________________________
6239 [  6601] By: jhi                                   on 2000/08/11  04:06:45
6240         Log: Update Changes.
6241      Branch: perl
6242            ! Changes
6243 ____________________________________________________________________________
6244 [  6600] By: jhi                                   on 2000/08/11  04:06:10
6245         Log: Add a few missing files, update MANIFEST.
6246      Branch: perl
6247            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
6248            + lib/Pod/PlainText.pm t/pod/find.t
6249            ! MANIFEST t/op/regmesg.t
6250 ____________________________________________________________________________
6251 [  6599] By: jhi                                   on 2000/08/11  03:31:10
6252         Log: Add Perl debugging tutorial, regen toc. 
6253              
6254              Subject: perldebtut.pod
6255              From: Richard Foley <Richard.Foley@m.dasa.de>
6256              Date: Wed, 09 Aug 2000 10:17:15 +0200
6257              Message-id: <3991138B.262247B8@m.dasa.de>
6258      Branch: perl
6259            + pod/perldebtut.pod
6260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6261 ____________________________________________________________________________
6262 [  6598] By: jhi                                   on 2000/08/11  02:48:56
6263         Log: tiny Changes edit
6264      Branch: perl
6265            ! Changes
6266 ____________________________________________________________________________
6267 [  6597] By: jhi                                   on 2000/08/11  02:39:04
6268         Log: Tests for #6589.
6269              
6270              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6271              From: simon@brecon.co.uk (Simon Cozens)
6272              Date: 11 Aug 2000 02:24:52 GMT
6273              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
6274      Branch: perl
6275            ! t/lib/b.t
6276 ____________________________________________________________________________
6277 [  6596] By: jhi                                   on 2000/08/11  01:50:07
6278         Log: Update Changes.
6279      Branch: perl
6280            ! Changes
6281 ____________________________________________________________________________
6282 [  6595] By: jhi                                   on 2000/08/11  01:47:16
6283         Log: nitfix
6284      Branch: perl
6285            ! Changes
6286 ____________________________________________________________________________
6287 [  6594] By: jhi                                   on 2000/08/11  01:36:16
6288         Log: Subject: Getting perlio and threads to compile
6289              From: Lupe Christoph <lupe@lupe-christoph.de>
6290              Date: Wed, 9 Aug 2000 11:35:54 +0200
6291              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
6292              
6293              (the Solaris version changes in Configure skipped)
6294      Branch: perl
6295            ! hints/solaris_2.sh thread.h
6296 ____________________________________________________________________________
6297 [  6593] By: jhi                                   on 2000/08/11  01:30:16
6298         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
6299              From: simon@brecon.co.uk (Simon Cozens)
6300              Date: 1 Aug 2000 06:55:19 GMT
6301              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
6302      Branch: perl
6303            ! lib/utf8.pm
6304 ____________________________________________________________________________
6305 [  6592] By: jhi                                   on 2000/08/11  01:26:39
6306         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
6307              From: Peter Scott <Peter@PeterScott.com>
6308              Date: Thu, 10 Aug 2000 08:23:27 -0700
6309              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
6310      Branch: perl
6311            ! lib/perl5db.pl
6312 ____________________________________________________________________________
6313 [  6591] By: jhi                                   on 2000/08/11  01:22:02
6314         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
6315              From: Hugo <hv@crypt.compulink.co.uk>
6316              Date: Thu, 10 Aug 2000 19:23:04 +0100
6317              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
6318      Branch: perl
6319            ! regexec.c t/op/pat.t
6320 ____________________________________________________________________________
6321 [  6590] By: jhi                                   on 2000/08/11  01:19:19
6322         Log: Preprocessing and postprocessing for File::Find.
6323              
6324              Subject: Patch to Find::File.pm to allow alphabetical results
6325              From: Joe Smith <jsmith@inwap.com>
6326              Date: Wed, 9 Aug 2000 02:44:54 -0700
6327              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
6328      Branch: perl
6329            ! lib/File/Find.pm
6330 ____________________________________________________________________________
6331 [  6589] By: jhi                                   on 2000/08/11  01:12:39
6332         Log: B::Deparse didn't do sub attributes.
6333              
6334              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6335              From: simon@brecon.co.uk (Simon Cozens)
6336              Date: 9 Aug 2000 04:49:20 GMT
6337              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
6338      Branch: perl
6339            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
6340 ____________________________________________________________________________
6341 [  6588] By: jhi                                   on 2000/08/11  01:06:40
6342         Log: Subject: debugger "d" command doesnt check line number
6343              From: Mike Guy <mjtg@cam.ac.uk>
6344              Date: Tue, 08 Aug 2000 21:54:29 +0100
6345              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
6346      Branch: perl
6347            ! lib/perl5db.pl mg.c pod/perldiag.pod
6348 ____________________________________________________________________________
6349 [  6587] By: jhi                                   on 2000/08/11  00:45:03
6350         Log: sleep(1) does not necessarily return 1.
6351              
6352              Subject: [PATCH bleadperl] op/lex_assign.t  
6353              From: Hugo <hv@crypt.compulink.co.uk>
6354              Date: Thu, 03 Aug 2000 14:34:22 +0100        
6355              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
6356      Branch: perl
6357            ! t/op/lex_assign.t
6358 ____________________________________________________________________________
6359 [  6586] By: jhi                                   on 2000/08/11  00:31:50
6360         Log: Document the IO::Select timeout.
6361      Branch: perl
6362            ! ext/IO/lib/IO/Select.pm
6363 ____________________________________________________________________________
6364 [  6585] By: jhi                                   on 2000/08/11  00:13:54
6365         Log: Forgot contributor.
6366      Branch: perl
6367            ! Changes
6368 ____________________________________________________________________________
6369 [  6584] By: jhi                                   on 2000/08/11  00:09:19
6370         Log: detypo
6371      Branch: perl
6372            ! Changes
6373 ____________________________________________________________________________
6374 [  6583] By: jhi                                   on 2000/08/11  00:07:53
6375         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
6376              
6377              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
6378              From: Mike Guy <mjtg@cam.ac.uk> 
6379              Date: Thu, 10 Aug 2000 15:50:54 +0100
6380              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
6381      Branch: perl
6382            ! sv.c t/op/int.t
6383 ____________________________________________________________________________
6384 [  6582] By: jhi                                   on 2000/08/10  23:29:32
6385         Log: Update Changes.
6386      Branch: perl
6387            ! Changes
6388 ____________________________________________________________________________
6389 [  6581] By: jhi                                   on 2000/08/10  23:26:16
6390         Log: Put back the std @INC thing.
6391      Branch: perl
6392            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
6393            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
6394            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6395            ! t/lib/gol-oo.t
6396 ____________________________________________________________________________
6397 [  6580] By: jhi                                   on 2000/08/10  23:03:34
6398         Log: Update to CGI 2.70, from Lincoln Stein.
6399      Branch: perl
6400            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6401            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6402            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
6403            ! t/lib/cgi-request.t
6404 ____________________________________________________________________________
6405 [  6579] By: jhi                                   on 2000/08/10  22:41:50
6406         Log: Update to CPAN 1.56, from Andreas König.
6407      Branch: perl
6408            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6409 ____________________________________________________________________________
6410 [  6578] By: jhi                                   on 2000/08/10  22:38:13
6411         Log: Update to Pod::Parser 1.17, from Brad Appleton.
6412      Branch: perl
6413            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
6414            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6415            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
6416            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6417            ! t/pod/include.t t/pod/included.t t/pod/lref.t
6418            ! t/pod/multiline_items.t t/pod/nested_items.t
6419            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6420            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
6421            ! t/pod/special_seqs.t
6422 ____________________________________________________________________________
6423 [  6577] By: jhi                                   on 2000/08/10  22:35:41
6424         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
6425      Branch: perl
6426            ! AUTHORS MAINTAIN
6427 ____________________________________________________________________________
6428 [  6576] By: jhi                                   on 2000/08/10  22:24:54
6429         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
6430      Branch: perl
6431            + t/lib/gol-oo.t
6432            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
6433            ! t/lib/gol-compat.t t/lib/gol-linkage.t
6434 ____________________________________________________________________________
6435 [  6575] By: jhi                                   on 2000/08/10  22:02:07
6436         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
6437      Branch: perl
6438            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
6439 ____________________________________________________________________________
6440 [  6574] By: jhi                                   on 2000/08/10  21:55:03
6441         Log: Iterating perl6 description.
6442      Branch: perl
6443            ! pod/perlfaq1.pod
6444 ____________________________________________________________________________
6445 [  6573] By: jhi                                   on 2000/08/10  21:48:26
6446         Log: Revert the sv.c part of #6559, a better fix is needed.
6447      Branch: perl
6448            ! sv.c
6449 ____________________________________________________________________________
6450 [  6572] By: jhi                                   on 2000/08/10  20:33:43
6451         Log: It's the 2ndO'ROSSC.
6452      Branch: perl
6453            ! pod/perlfaq1.pod
6454 ____________________________________________________________________________
6455 [  6571] By: jhi                                   on 2000/08/10  15:55:48
6456         Log: detypo
6457      Branch: perl
6458            ! pod/perlfaq1.pod
6459 ____________________________________________________________________________
6460 [  6570] By: jhi                                   on 2000/08/10  14:11:17
6461         Log: An exceptionally sticky typo.
6462      Branch: perl
6463            ! Changes
6464 ____________________________________________________________________________
6465 [  6569] By: jhi                                   on 2000/08/10  14:09:33
6466         Log: detypo (and test Changes updating script)
6467      Branch: perl
6468            ! Changes
6469 ____________________________________________________________________________
6470 [  6568] By: jhi                                   on 2000/08/10  14:07:07
6471         Log: Update Changes.
6472      Branch: perl
6473            ! Changes
6474 ____________________________________________________________________________
6475 [  6567] By: jhi                                   on 2000/08/10  14:06:19
6476         Log: Amend the description of Perl6.
6477              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
6478              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6479              Date: Wed, 9 Aug 2000 22:11:06 -0500
6480              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
6481      Branch: perl
6482            ! pod/perlfaq1.pod
6483 ____________________________________________________________________________
6484 [  6566] By: jhi                                   on 2000/08/10  13:58:57
6485         Log: Subject: Remove dead entry in perldiag
6486              From: Mike Guy <mjtg@cam.ac.uk>
6487              Date: Thu, 10 Aug 2000 14:19:19 +0100
6488              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
6489      Branch: perl
6490            ! pod/perldiag.pod
6491 ____________________________________________________________________________
6492 [  6565] By: jhi                                   on 2000/08/10  13:51:48
6493         Log: Zero entries were skipped, fix from Adrian Goalby
6494              <argoalby@yahoo.co.uk>
6495      Branch: perl
6496            ! lib/unicode/Number.pl lib/unicode/mktables.PL
6497 ____________________________________________________________________________
6498 [  6564] By: jhi                                   on 2000/08/10  13:00:12
6499         Log: Subject: [PATCH 5.6.0] cygwin port
6500              From: "Fifer, Eric" <EFifer@sanwaint.com>
6501              Date: Thu, 10 Aug 2000 13:15:36 +0100
6502              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
6503      Branch: perl
6504            ! README.cygwin hints/cygwin.sh
6505 ____________________________________________________________________________
6506 [  6563] By: jhi                                   on 2000/08/10  12:55:16
6507         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
6508      Branch: perl
6509            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
6510 ____________________________________________________________________________
6511 [  6562] By: gsar                                  on 2000/08/10  08:38:39
6512         Log: warn is a macro, avoid using at a variable to avoid warnings
6513              in some configurations; readdir.t is too conservative in
6514              estimating number of *.t's
6515      Branch: perl
6516            ! t/op/readdir.t util.c
6517 ____________________________________________________________________________
6518 [  6561] By: jhi                                   on 2000/08/09  23:35:42
6519         Log: Update Changes.
6520      Branch: perl
6521            ! Changes
6522 ____________________________________________________________________________
6523 [  6560] By: jhi                                   on 2000/08/09  23:05:47
6524         Log: Subject: Re: enhanced(?) regex error messages
6525              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6526              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
6527              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
6528              
6529              (plus two small patches sent privately)
6530              (this still seems to leave few test failures)
6531      Branch: perl
6532            + t/op/regmesg.t
6533            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
6534            ! t/pragma/warn/regcomp
6535 ____________________________________________________________________________
6536 [  6559] By: jhi                                   on 2000/08/09  20:41:18
6537         Log: (The fix did work but was not right, retracted in #6573)
6538              
6539              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6540              From: Christian Kirsch <ck@held.mind.de>
6541              Date: Wed, 9 Aug 2000 17:05:17 +0200
6542              Message-Id: <20000809170517.A25389@held>
6543      Branch: perl
6544            ! sv.c t/pragma/locale.t
6545 ____________________________________________________________________________
6546 [  6558] By: jhi                                   on 2000/08/08  22:34:08
6547         Log: Tiny updates on the contributors list.
6548      Branch: perl
6549            ! Changes
6550 ____________________________________________________________________________
6551 [  6557] By: jhi                                   on 2000/08/08  19:34:28
6552         Log: Double check that we have a dirhandle.
6553      Branch: perl
6554            ! util.c
6555 ____________________________________________________________________________
6556 [  6556] By: jhi                                   on 2000/08/08  19:01:51
6557         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
6558              May be repopulated with fresh maintained examples.
6559      Branch: perl
6560            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
6561            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
6562            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
6563            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
6564            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
6565            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
6566            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
6567            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
6568            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
6569            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
6570            + lib/CGI/eg/wilogo_gif.uu
6571            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6572            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6573            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6574            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6575            - eg/cgi/frameset.cgi eg/cgi/index.html
6576            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6577            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6578            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6579            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6580            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6581            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6582            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6583            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6584            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6585            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6586            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6587            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6588            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6589            - eg/van/vanish eg/who eg/wrapsuid
6590            ! MANIFEST
6591 ____________________________________________________________________________
6592 [  6555] By: jhi                                   on 2000/08/08  18:51:08
6593         Log: Delete chat2 as requested by Randal.
6594              
6595              Subject: Re: perlfaq8 coyness
6596              From: merlyn@stonehenge.com (Randal L. Schwartz) 
6597              Date: 15 May 2000 18:52:42 -0700 
6598              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
6599      Branch: perl
6600            - lib/chat2.pl
6601            ! MANIFEST
6602 ____________________________________________________________________________
6603 [  6554] By: jhi                                   on 2000/08/08  18:31:35
6604         Log: Regen global.sym.
6605      Branch: perl
6606            ! global.sym
6607 ____________________________________________________________________________
6608 [  6553] By: jhi                                   on 2000/08/08  18:28:13
6609         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
6610              (either perlbug or p5p ate the original), plus regen
6611              perlapi and perltoc. 
6612      Branch: perl
6613            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
6614            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
6615            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6616            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
6617            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
6618            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
6619            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
6620            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
6621            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
6622            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
6623 ____________________________________________________________________________
6624 [  6552] By: jhi                                   on 2000/08/08  18:06:29
6625         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
6626              From: Mike Guy <mjtg@cam.ac.uk>
6627              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
6628              Date: Tue, 08 Aug 2000 15:51:27 +0100
6629      Branch: perl
6630            ! doop.c sv.h t/op/join.t t/pragma/overload.t
6631 ____________________________________________________________________________
6632 [  6551] By: jhi                                   on 2000/08/08  18:01:11
6633         Log: Re-apply #6549.
6634      Branch: perl
6635            ! lib/perl5db.pl
6636 ____________________________________________________________________________
6637 [  6550] By: jhi                                   on 2000/08/08  17:43:08
6638         Log: Accidental retraction of #6549.
6639      Branch: perl
6640            ! lib/perl5db.pl
6641 ____________________________________________________________________________
6642 [  6549] By: jhi                                   on 2000/08/08  17:40:04
6643         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6644              From: Mike Guy <mjtg@cam.ac.uk>
6645              Date: Mon, 07 Aug 2000 21:49:58 +0100
6646              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
6647      Branch: perl
6648            ! lib/perl5db.pl
6649 ____________________________________________________________________________
6650 [  6548] By: jhi                                   on 2000/08/08  17:37:57
6651         Log: Document here-doc better.
6652              
6653              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
6654              From: Mike Guy <mjtg@cam.ac.uk>
6655              Date: Mon, 07 Aug 2000 14:02:09 +0100
6656              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
6657      Branch: perl
6658            ! pod/perldata.pod
6659 ____________________________________________________________________________
6660 [  6547] By: jhi                                   on 2000/08/08  17:33:34
6661         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
6662              From: "Randy J. Ray" <rjray@redhat.com>
6663              Date: Mon, 07 Aug 2000 19:12:25 -0700
6664              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
6665      Branch: perl
6666            ! perl.c pod/perlrun.pod
6667 ____________________________________________________________________________
6668 [  6546] By: jhi                                   on 2000/08/08  17:29:26
6669         Log: Subject: Re: enhanced(?) regex error messages 
6670              From: Hugo <hv@crypt.compulink.co.uk>
6671              Date: Tue, 08 Aug 2000 03:25:51 +0100
6672              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
6673              
6674              plus Capitalize the error messages, plus perldiag them.
6675      Branch: perl
6676            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
6677 ____________________________________________________________________________
6678 [  6545] By: jhi                                   on 2000/08/08  13:59:28
6679         Log: Augment #6539 a bit: don't croak if there's magic in the air.
6680              
6681              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
6682              From: Hugo <hv@crypt.compulink.co.uk>
6683              Date: Tue, 08 Aug 2000 03:02:03 +0100
6684              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
6685      Branch: perl
6686            ! pp.c t/op/bless.t
6687 ____________________________________________________________________________
6688 [  6544] By: jhi                                   on 2000/08/07  21:11:52
6689         Log: Make the test -w clean.
6690      Branch: perl
6691            ! t/op/bless.t
6692 ____________________________________________________________________________
6693 [  6543] By: jhi                                   on 2000/08/07  19:49:53
6694         Log: use warnings instead of $^W.
6695      Branch: perl
6696            ! t/op/bless.t
6697 ____________________________________________________________________________
6698 [  6542] By: jhi                                   on 2000/08/07  17:41:41
6699         Log: Disable a portability warning Because We Know What We Are Doing.
6700      Branch: perl
6701            ! t/op/bless.t
6702 ____________________________________________________________________________
6703 [  6541] By: jhi                                   on 2000/08/07  17:29:51
6704         Log: Tiny tidying on report_evil_fh().
6705      Branch: perl
6706            ! util.c
6707 ____________________________________________________________________________
6708 [  6540] By: jhi                                   on 2000/08/07  16:37:38
6709         Log: Make regular expression parse error messages easier to understand.
6710              
6711              Subject: Re: enhanced(?) regex error messages
6712              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6713              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
6714              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
6715      Branch: perl
6716            ! regcomp.c
6717 ____________________________________________________________________________
6718 [  6539] By: jhi                                   on 2000/08/07  16:12:27
6719         Log: Make bless(REF, REF) a fatal error, add bless tests.
6720              
6721              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
6722              From: Hugo <hv@crypt.compulink.co.uk>
6723              Date: Mon, 07 Aug 2000 16:59:38 +0100
6724              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
6725      Branch: perl
6726            + t/op/bless.t
6727            ! MANIFEST pod/perldiag.pod pp.c sv.c
6728 ____________________________________________________________________________
6729 [  6538] By: jhi                                   on 2000/08/07  15:59:43
6730         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
6731              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
6732              Date: Thu, 3 Aug 2000 14:29:21 -0700
6733              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
6734      Branch: perl
6735            ! lib/lib_pm.PL
6736 ____________________________________________________________________________
6737 [  6537] By: jhi                                   on 2000/08/07  15:47:18
6738         Log: Retract #6419 for now since it breaks in AFS and MachTen.
6739      Branch: perl
6740            ! lib/Cwd.pm
6741 ____________________________________________________________________________
6742 [  6536] By: jhi                                   on 2000/08/07  15:05:29
6743         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
6744              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
6745              The security hole exists only in suidperls, which isn't
6746              installed or even built by default.
6747      Branch: perl
6748            ! perl.c
6749 ____________________________________________________________________________
6750 [  6535] By: jhi                                   on 2000/08/07  14:45:14
6751         Log: tr memory corruption fix from Simon Cozens.
6752      Branch: perl
6753            ! doop.c
6754 ____________________________________________________________________________
6755 [  6534] By: jhi                                   on 2000/08/06  11:38:16
6756         Log: Document a bit that UDP is not what you might think.
6757              
6758              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
6759              From: Lupe Christoph <lupe@lupe-christoph.de>
6760              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
6761              Date: Mon, 24 Jul 2000 08:59:15 +0200
6762      Branch: perl
6763            ! pod/perlipc.pod
6764 ____________________________________________________________________________
6765 [  6533] By: jhi                                   on 2000/08/06  11:35:01
6766         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
6767              From: Jeff Pinyan <jeffp@hut.crusoe.net>
6768              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
6769              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
6770      Branch: perl
6771            ! pod/perlfunc.pod
6772 ____________________________________________________________________________
6773 [  6532] By: jhi                                   on 2000/08/06  03:45:41
6774         Log: Have symbols for the IoTYPEs.
6775      Branch: perl
6776            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
6777 ____________________________________________________________________________
6778 [  6531] By: jhi                                   on 2000/08/06  01:33:55
6779         Log: Continue fixing the io warnings.  This also
6780              sort of fixes bug ID 20000802.003: the core dump
6781              is no more.  Whether the current behaviour is correct
6782              (giving a warning: "Not a format reference"), is another matter.
6783      Branch: perl
6784            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
6785            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6786 ____________________________________________________________________________
6787 [  6530] By: jhi                                   on 2000/08/05  21:33:12
6788         Log: Change the Policy policy: now -Dprefix= with an existing
6789              Policy.sh and prefix == siteprefix == vendorprefix, then all
6790              of them follow along the new prefix.
6791              
6792              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
6793              From: Andy Dougherty <doughera@lafayette.edu>
6794              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
6795              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
6796      Branch: perl
6797            ! Policy_sh.SH
6798 ____________________________________________________________________________
6799 [  6529] By: jhi                                   on 2000/08/05  18:57:28
6800         Log: Zap lib/Sys directory when cleaning up.
6801      Branch: perl
6802            ! Makefile.SH
6803 ____________________________________________________________________________
6804 [  6528] By: jhi                                   on 2000/08/05  18:40:44
6805         Log: Essential prototype changes were missing from #6527.
6806              Also make report_evil_fh() more bomb-proof.
6807      Branch: perl
6808            ! embed.h util.c
6809 ____________________________________________________________________________
6810 [  6527] By: jhi                                   on 2000/08/05  03:22:05
6811         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
6812              From: "Ronald F. Guilmette" <rfg@monkeys.com>
6813              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
6814              Message-Id: <200007242247.PAA52177@monkeys.com>
6815      Branch: perl
6816            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
6817 ____________________________________________________________________________
6818 [  6526] By: jhi                                   on 2000/08/04  21:23:27
6819         Log: gcc versions might have (parentheses) in them.
6820      Branch: metaconfig/U/perl
6821            ! gccvers.U
6822      Branch: perl
6823            ! Configure config_h.SH
6824 ____________________________________________________________________________
6825 [  6525] By: jhi                                   on 2000/08/04  20:23:12
6826         Log: Weed buglets pointed out by
6827              
6828              From: Lupe Christoph <lupe@lupe-christoph.de>
6829              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
6830              Date: Fri, 4 Aug 2000 17:34:39 +0200
6831              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
6832      Branch: metaconfig/U/perl
6833            ! gccvers.U uselfs.U
6834      Branch: perl
6835            ! Configure config_h.SH
6836 ____________________________________________________________________________
6837 [  6524] By: jhi                                   on 2000/08/04  19:02:08
6838         Log: Warn under -w if lstat(FH) is attempted.
6839              
6840              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
6841              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
6842              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
6843              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
6844      Branch: perl
6845            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6846            ! t/pragma/warn/pp_sys
6847 ____________________________________________________________________________
6848 [  6523] By: jhi                                   on 2000/08/04  12:31:11
6849         Log: Subject: New perlcc, take 2
6850              From: simon@brecon.co.uk (Simon Cozens)
6851              Date: 4 Aug 2000 06:21:04 GMT
6852              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
6853      Branch: perl
6854            ! utils/perlcc.PL
6855 ____________________________________________________________________________
6856 [  6522] By: jhi                                   on 2000/08/04  12:26:33
6857         Log: Subject: Re: Array vs. List context
6858              From: Daniel Chetlin <daniel@chetlin.com>
6859              Date: Fri, 4 Aug 2000 00:22:44 -0700
6860              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
6861      Branch: perl
6862            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
6863            ! pod/perlfaq4.pod
6864 ____________________________________________________________________________
6865 [  6521] By: jhi                                   on 2000/08/04  12:22:38
6866         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6867              From: Raymund Will <ray@caldera.de>
6868              Date: Fri, 4 Aug 2000 12:07:09 +0200
6869              Message-Id: <20000804120709.A14982@caldera.de>
6870      Branch: perl
6871            ! configure.gnu
6872 ____________________________________________________________________________
6873 [  6520] By: jhi                                   on 2000/08/04  04:09:06
6874         Log: After the #6519 a warning about stat() is just that,
6875              not about a filetest, which now have their own warning.
6876      Branch: perl
6877            ! pod/perldiag.pod
6878 ____________________________________________________________________________
6879 [  6519] By: jhi                                   on 2000/08/04  04:06:30
6880         Log: In the warnings call filehandles consistently so;
6881              add "unopened" warning for stat().
6882      Branch: perl
6883            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6884            ! t/pragma/warn/pp_sys
6885 ____________________________________________________________________________
6886 [  6518] By: jhi                                   on 2000/08/04  02:55:35
6887         Log: Subject: Minor tweak to perlvar.pod
6888              From: "Stephen P. Potter" <spp@ds.net>
6889              Date: Tue, 18 Apr 2000 09:26:03 -0400
6890              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
6891      Branch: perl
6892            ! pod/perlvar.pod
6893 ____________________________________________________________________________
6894 [  6517] By: jhi                                   on 2000/08/04  02:50:08
6895         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
6896              From: "Clinton Pierce" <cpierce1@ford.com>
6897              Date: Wed, 21 Jul 1999 16:45:31 -0400
6898              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
6899              
6900              Fix by Stephen Potter (visible in the bug db but not in p5p?)
6901      Branch: perl
6902            ! pod/perlfunc.pod pod/perlop.pod
6903 ____________________________________________________________________________
6904 [  6516] By: jhi                                   on 2000/08/04  02:09:25
6905         Log: This is 6512.  Really.
6906      Branch: perl
6907            ! dump.c
6908 ____________________________________________________________________________
6909 [  6515] By: jhi                                   on 2000/08/04  01:25:50
6910         Log: mention the idea of @( and @)
6911      Branch: perl
6912            ! Todo-5.6
6913 ____________________________________________________________________________
6914 [  6513] By: jhi                                   on 2000/08/04  01:18:18
6915         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6916              From: Mark Dickinson <dickins3@fas.harvard.edu>
6917              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
6918              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
6919      Branch: perl
6920            ! t/op/grent.t t/op/pwent.t
6921 ____________________________________________________________________________
6922 [  6512] By: jhi                                   on 2000/08/04  01:14:06
6923         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6924              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6925              Date: Wed, 02 Aug 2000 10:51:01 +0100
6926              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
6927      Branch: perl
6928            ! sv.c
6929 ____________________________________________________________________________
6930 [  6511] By: jhi                                   on 2000/08/04  00:57:00
6931         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
6932              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6933              Date: Thu, 03 Aug 2000 17:20:04 -0700
6934              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
6935      Branch: metaconfig
6936            ! U/modified/Cppsym.U
6937      Branch: perl
6938            ! Configure config_h.SH
6939 ____________________________________________________________________________
6940 [  6510] By: jhi                                   on 2000/08/04  00:25:28
6941         Log: detypo
6942      Branch: perl
6943            ! Makefile.SH
6944 ____________________________________________________________________________
6945 [  6509] By: jhi                                   on 2000/08/03  23:43:18
6946         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6947              From: Dominic Dunlop <domo@computer.org>
6948              Date: Thu, 3 Aug 2000 22:16:46 +0200
6949              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
6950      Branch: perl
6951            ! t/op/sprintf.t
6952 ____________________________________________________________________________
6953 [  6508] By: jhi                                   on 2000/08/03  23:40:37
6954         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6955              From: Hugo <hv@crypt.compulink.co.uk>
6956              Date: Thu, 03 Aug 2000 18:25:30 +0100
6957              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
6958      Branch: perl
6959            ! regcomp.c t/op/re_tests
6960 ____________________________________________________________________________
6961 [  6507] By: jhi                                   on 2000/08/03  23:38:28
6962         Log: Subject: [PATCH] sv.h documentation - SvLEN
6963              From: Mike Guy <mjtg@cam.ac.uk>
6964              Date: Thu, 03 Aug 2000 14:43:09 +0100
6965              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
6966      Branch: perl
6967            ! sv.h
6968 ____________________________________________________________________________
6969 [  6506] By: jhi                                   on 2000/08/03  15:49:14
6970         Log: Disable the fix_pl hack for now.
6971      Branch: perl
6972            ! Makefile.SH
6973 ____________________________________________________________________________
6974 [  6505] By: jhi                                   on 2000/08/03  13:49:04
6975         Log: Add a URL for FSF.
6976              
6977              Subject: Patch for README
6978              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6979              Date: Wed, 2 Aug 2000 13:25:09 -0500
6980              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
6981      Branch: perl
6982            ! README
6983 ____________________________________________________________________________
6984 [  6504] By: jhi                                   on 2000/08/03  13:29:19
6985         Log: Be more informative on what is skipped and why,
6986              also repeat the list at the end.
6987      Branch: perl
6988            ! Porting/p4desc
6989 ____________________________________________________________________________
6990 [  6503] By: jhi                                   on 2000/08/03  13:07:05
6991         Log: Circumvent the removal of .patch by fix_pl.
6992              
6993              Subject: Re: [ID 20000802.011] unable to 'make test'          
6994              From: simon@brecon.co.uk (Simon Cozens) 
6995              Date: 3 Aug 2000 04:17:00 GMT
6996              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
6997      Branch: perl
6998            ! Makefile.SH
6999 ____________________________________________________________________________
7000 [  6501] By: jhi                                   on 2000/08/03  00:00:26
7001         Log: The subtest 4 may fail also on VOBS, as pointed out
7002              by Nick Ing-Simmons in November 1999, bug id 19991124.003
7003              (but the failure in that bug report isn't the subtest 4).
7004      Branch: perl
7005            ! t/op/stat.t
7006 ____________________________________________________________________________
7007 [  6500] By: jhi                                   on 2000/08/02  23:49:30
7008         Log: Better skip message for the test; one of the two problems in
7009              
7010              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
7011              From: Lupe Christoph <lupe@lupe-christoph.de>
7012              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
7013              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
7014      Branch: perl
7015            ! t/op/numconvert.t
7016 ____________________________________________________________________________
7017 [  6499] By: jhi                                   on 2000/08/02  22:49:16
7018         Log: Allow "no Module;" even if there is no 'unimport'.
7019              
7020              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
7021              From: mjd@plover.com
7022              Date: 24 Mar 2000 15:24:34 -0000
7023              Message-Id: <20000324152434.15160.qmail@plover.com>
7024      Branch: perl
7025            ! gv.c
7026 ____________________________________________________________________________
7027 [  6498] By: jhi                                   on 2000/08/02  22:42:58
7028         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
7029              that are hopefully soon put into use.
7030      Branch: perl
7031            ! opcode.h opcode.pl opnames.h
7032 ____________________________________________________________________________
7033 [  6497] By: gsar                                  on 2000/08/02  22:28:59
7034         Log: require.t needs binmode() to work on windows
7035      Branch: perl
7036            ! t/comp/require.t
7037 ____________________________________________________________________________
7038 [  6496] By: jhi                                   on 2000/08/02  22:08:51
7039         Log: Document the IVdf UVuf UVof UVxf.
7040      Branch: perl
7041            ! pod/perlguts.pod
7042 ____________________________________________________________________________
7043 [  6495] By: jhi                                   on 2000/08/02  21:54:26
7044         Log: detypo #6494
7045      Branch: perl
7046            ! ext/Data/Dumper/Dumper.xs
7047 ____________________________________________________________________________
7048 [  6494] By: jhi                                   on 2000/08/02  21:49:17
7049         Log: Dump UVs as UVs in Data::Dumper.
7050              
7051              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
7052              From: Gurusamy Sarathy <gsar@ActiveState.com>
7053              Date: Thu, 27 Apr 2000 12:26:25 -0700
7054              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
7055      Branch: perl
7056            ! ext/Data/Dumper/Dumper.xs
7057 ____________________________________________________________________________
7058 [  6493] By: jhi                                   on 2000/08/02  17:01:58
7059         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
7060              From: Hugo <hv@crypt.compulink.co.uk>
7061              Date: Wed, 02 Aug 2000 14:53:56 +0100
7062              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
7063      Branch: perl
7064            ! regexec.c t/op/re_tests
7065 ____________________________________________________________________________
7066 [  6492] By: jhi                                   on 2000/08/02  15:02:46
7067         Log: The new setproctitle() feature is available only in 
7068              bleeding edge FreeBSD.  From Paul Saab.
7069      Branch: perl
7070            ! mg.c
7071 ____________________________________________________________________________
7072 [  6491] By: jhi                                   on 2000/08/02  13:34:36
7073         Log: The tr utf8 patching continues.
7074              
7075              Subject: Re: #6469, too many tests claimed in require.t
7076              From: simon@brecon.co.uk (Simon Cozens)
7077              Date: 2 Aug 2000 02:37:17 GMT
7078              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
7079              
7080              (the logic of the test was the wrong way round in the patch)
7081      Branch: perl
7082            ! doop.c
7083 ____________________________________________________________________________
7084 [  6490] By: jhi                                   on 2000/08/02  13:27:38
7085         Log: The name of a filehandle does not have <these>.
7086      Branch: perl
7087            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
7088            ! t/pragma/warn/pp_sys util.c
7089 ____________________________________________________________________________
7090 [  6489] By: jhi                                   on 2000/08/02  04:26:46
7091         Log: Remove the extraneous "main::" prefix from all the
7092              "opened only for", "on closed", and "never opened" warnings.
7093              
7094              Subject: Re: inappropriate warning
7095              From: Gurusamy Sarathy <gsar@ActiveState.com>
7096              Date: Mon, 20 Mar 2000 11:28:02 -0800
7097              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
7098      Branch: perl
7099            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
7100            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
7101            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
7102 ____________________________________________________________________________
7103 [  6488] By: jhi                                   on 2000/08/02  03:02:57
7104         Log: memcpy has n o in it, as pinted ut by Sarathy.
7105      Branch: perl
7106            ! pod/perlguts.pod
7107 ____________________________________________________________________________
7108 [  6487] By: jhi                                   on 2000/08/02  02:44:51
7109         Log: Document in one place the memory abstractions used in Perl core.
7110              
7111              Subject: Re: Memory abstraction
7112              From: simon@brecon.co.uk (Simon Cozens)
7113              Date: 2 Aug 2000 02:20:23 GMT
7114              Organization: Earth.li Origins
7115      Branch: perl
7116            ! pod/perlguts.pod
7117 ____________________________________________________________________________
7118 [  6486] By: jhi                                   on 2000/08/02  02:41:57
7119         Log: regen_headers, regen perltoc.
7120      Branch: perl
7121            ! perlapi.c pod/perltoc.pod
7122 ____________________________________________________________________________
7123 [  6485] By: jhi                                   on 2000/08/02  01:43:33
7124         Log: "This little thing tests for a file .patch, and if it contains
7125              a number, pops into patchlevel.h" (making it easier to track
7126              which development version people are reporting bugs against)
7127              
7128              Subject: Patchlevel autogeneration for repository perls
7129              From: simon@brecon.co.uk (Simon Cozens)
7130              Date: 14 Jul 2000 07:12:15 GMT
7131              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
7132      Branch: perl
7133            + fix_pl
7134            ! MANIFEST Makefile.SH
7135 ____________________________________________________________________________
7136 [  6484] By: jhi                                   on 2000/08/02  01:32:54
7137         Log: FreeBSD 3.* updates from
7138              
7139              From: Paul Saab <ps@yahoo-inc.com>
7140              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
7141              Date: Tue, 1 Aug 2000 15:41:39 -0700
7142              Message-Id: <20000801154139.A53740@yahoo-inc.com>
7143      Branch: perl
7144            ! hints/freebsd.sh
7145 ____________________________________________________________________________
7146 [  6483] By: jhi                                   on 2000/08/02  01:27:44
7147         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
7148              instead one must use setproctitle().  This was already addressed
7149              by change #6457, but the below has a new variant for FreeBSD 4.0
7150              or later, and the matter is also documented more.
7151              
7152              From: Paul Saab <ps@yahoo-inc.com>
7153              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
7154              Date: Tue, 1 Aug 2000 15:41:39 -0700
7155              Message-Id: <20000801154139.A53740@yahoo-inc.com>
7156      Branch: metaconfig/U/perl
7157            + i_libutil.U
7158      Branch: perl
7159            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
7160 ____________________________________________________________________________
7161 [  6482] By: jhi                                   on 2000/08/01  22:17:32
7162         Log: The test from this
7163              
7164              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
7165              Date: Sat, 15 Apr 2000 17:03:44 +0100
7166              From: Tom Hughes <tom@compton.nu>
7167              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
7168              
7169              was missing, the code change went in as #5989
7170              (which had a different test?)
7171      Branch: perl
7172            ! t/op/misc.t
7173 ____________________________________________________________________________
7174 [  6481] By: jhi                                   on 2000/08/01  21:48:38
7175         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
7176              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7177              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
7178              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
7179      Branch: perl
7180            ! perl.h
7181 ____________________________________________________________________________
7182 [  6480] By: jhi                                   on 2000/08/01  18:05:28
7183         Log: Make p4desc to skip non-mainperl branches by default.
7184      Branch: perl
7185            ! Porting/p4desc
7186 ____________________________________________________________________________
7187 [  6479] By: jhi                                   on 2000/08/01  17:29:19
7188         Log: If gccosandvers is equal to osname, clear gccosandvers.
7189      Branch: metaconfig/U/perl
7190            ! gccvers.U
7191      Branch: perl
7192            ! Configure config_h.SH
7193 ____________________________________________________________________________
7194 [  6478] By: jhi                                   on 2000/08/01  15:54:08
7195         Log: BOM patching from Simon Cozens.
7196      Branch: perl
7197            ! toke.c
7198 ____________________________________________________________________________
7199 [  6477] By: jhi                                   on 2000/08/01  04:50:33
7200         Log: Stash away the largefiles flags and libswanted.
7201      Branch: perl
7202            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
7203 ____________________________________________________________________________
7204 [  6476] By: gsar                                  on 2000/08/01  04:24:24
7205         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
7206              on Windows)
7207      Branch: perl
7208            ! t/pragma/utf8.t utf8.c win32/win32.c
7209 ____________________________________________________________________________
7210 [  6475] By: jhi                                   on 2000/08/01  03:35:24
7211         Log: Make chr() for values >127 to create utf8 when under utf8.
7212              
7213              Subject: Re: uft8/chr()
7214              From: simon@brecon.co.uk (Simon Cozens)
7215              Date: 1 Aug 2000 02:37:02 GMT
7216              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
7217      Branch: perl
7218            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
7219 ____________________________________________________________________________
7220 [  6474] By: jhi                                   on 2000/08/01  02:36:18
7221         Log: In Digital UNIX warn if gcc explicitly chosen because even
7222              2.95.2 is known to cause problems.
7223      Branch: perl
7224            ! hints/dec_osf.sh
7225 ____________________________________________________________________________
7226 [  6473] By: jhi                                   on 2000/08/01  02:00:56
7227         Log: Make the safety catch for buggy gccs work with triple version
7228              numbers like 2.95.2.  Reported in
7229              
7230              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
7231              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
7232              Date: Mon, 31 Jul 2000 14:55:06 +0200
7233              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
7234      Branch: perl
7235            ! hints/dec_osf.sh
7236 ____________________________________________________________________________
7237 [  6472] By: jhi                                   on 2000/08/01  01:13:33
7238         Log: Subject: fix and question re: waitpid() under win32
7239              From: Brian Clarke <clarke@appliedmeta.com>
7240              Date: Fri, 28 Jul 2000 15:18:29 -0400
7241              Message-ID: <3981DC85.290314EB@appliedmeta.com>
7242              
7243              Slightly reformatted and WNOHANG # define moved to win32.h
7244              so that also POSIX.xs sees it, as suggsted by Sarathy.
7245      Branch: perl
7246            ! win32/win32.c win32/win32.h
7247 ____________________________________________________________________________
7248 [  6471] By: jhi                                   on 2000/08/01  00:55:05
7249         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
7250              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7251              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
7252              Date: Mon, 31 Jul 2000 13:28:51 +0100
7253              
7254              (aka ID 20000730.002)
7255      Branch: perl
7256            ! op.c t/op/tr.t
7257 ____________________________________________________________________________
7258 [  6470] By: jhi                                   on 2000/07/31  23:34:42
7259         Log: Document the problem with -P in HP-UX and its workaround.
7260              
7261              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
7262              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
7263              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
7264              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
7265      Branch: perl
7266            ! README.hpux
7267 ____________________________________________________________________________
7268 [  6469] By: jhi                                   on 2000/07/31  04:15:02
7269         Log: The swallow_bom() saga continues.  The #23 of require.t
7270              (UTF16-LE) still fails (silently, no output) but the #22
7271              (UTF16-BE) seems to be working now.  The root of the
7272              failure may be in sv_gets(): is it UTF-16LE-aware,
7273              especially when it comes to line endings? 
7274      Branch: perl
7275            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
7276            ! t/comp/require.t toke.c utf8.c
7277 ____________________________________________________________________________
7278 [  6468] By: jhi                                   on 2000/07/30  19:05:48
7279         Log: Find green threads before native threads.
7280              
7281              Subject: Re: Patch to jpl/JNI/Makefile.PL
7282              From: Jens Thomsen <jens@fiend.cis.com>
7283              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
7284              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
7285      Branch: perl
7286            ! jpl/JNI/Makefile.PL
7287 ____________________________________________________________________________
7288 [  6467] By: jhi                                   on 2000/07/30  18:36:22
7289         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
7290      Branch: perl
7291            ! doop.c
7292 ____________________________________________________________________________
7293 [  6466] By: jhi                                   on 2000/07/30  04:37:29
7294         Log: A new version of the "remove UPPERACSE string comparison"
7295              operators.  The problem with the previous one (change #6454)
7296              was that it was for Perl 5.6.0.  From Paul Marquess.
7297      Branch: perl
7298            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
7299            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
7300            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7301 ____________________________________________________________________________
7302 [  6465] By: jhi                                   on 2000/07/29  22:39:56
7303         Log: Do not upgrade SVs into utf8 just because they participate
7304              in eq or cmp.  Reported and fix suggested in
7305              
7306              Subject: [ID 20000720.009] sv_eq UTF8 bug
7307              From: "Simon Cozens" <simon@othersideofthe.earth.li>
7308              Date: 21 Jul 2000 04:37:29 -0000
7309              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
7310              
7311              Exercise for the kind reader: should we or should we not
7312              cache the utf8 conversion alonside the SV? (as magic,
7313              as thestrxfrm()ed version is cached under use locale)
7314              Argue both for and against.
7315      Branch: perl
7316            ! sv.c
7317 ____________________________________________________________________________
7318 [  6464] By: jhi                                   on 2000/07/29  22:36:22
7319         Log: Subject: UTF8 concat
7320              From: simon@brecon.co.uk (Simon Cozens) 
7321              Date: 30 Jun 2000 06:13:25 GMT
7322              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
7323              
7324              (with a memory leak fixed, plus a few casts added)
7325              
7326              This also seems to help for
7327              
7328              Subject: [ID 20000716.015] join UTF8 weirdness
7329              From: root <root@ak-71.mind.de> 
7330              Date: Sat, 15 Jul 2000 15:29:54 +0200
7331              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
7332              
7333              (from Andreas König)
7334      Branch: perl
7335            ! pp_hot.c
7336 ____________________________________________________________________________
7337 [  6463] By: jhi                                   on 2000/07/29  00:55:39
7338         Log: Tune the comments and hopefully stop a memory leak.
7339      Branch: perl
7340            ! toke.c utf8.c
7341 ____________________________________________________________________________
7342 [  6462] By: jhi                                   on 2000/07/29  00:16:53
7343         Log: The problem described in this
7344              
7345              Subject: [ID 20000322.018] named chars aren't magical enough
7346              From: root <root@dixie.cscaper.com>     
7347              Date: Wed, 22 Mar 2000 18:37:42 -0700
7348              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
7349              
7350              has been fixed in perl 5.6.0 but just in case added a test
7351              to keep it away.  (The report from Joseph Hall.)
7352      Branch: perl
7353            ! t/lib/charnames.t
7354 ____________________________________________________________________________
7355 [  6461] By: jhi                                   on 2000/07/28  23:56:36
7356         Log: Tiny fixes for #6460.
7357      Branch: metaconfig/U/perl
7358            ! gccvers.U
7359      Branch: perl
7360            ! Configure config_h.SH
7361 ____________________________________________________________________________
7362 [  6460] By: jhi                                   on 2000/07/28  23:24:41
7363         Log: Warn if the version of the operating system used to compile gcc
7364              differs from the current version of the operating system.
7365              Also display the gcc compilation os and version in myconfig.
7366              Inspiration from
7367              
7368              Subject: Re: [ID 20000710.003] ERRORS!!         
7369              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7370              Date: Mon, 10 Jul 2000 15:54:16 -0400
7371              Message-ID: <20000710155416.A1384@O2.chapin.edu>
7372      Branch: metaconfig/U/perl
7373            ! gccvers.U
7374      Branch: perl
7375            ! Configure config_h.SH myconfig.SH
7376 ____________________________________________________________________________
7377 [  6459] By: jhi                                   on 2000/07/28  22:00:32
7378         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
7379              letter to $Config{osvers}.
7380      Branch: metaconfig
7381            ! U/modified/Oldconfig.U
7382      Branch: perl
7383            ! Configure config_h.SH
7384 ____________________________________________________________________________
7385 [  6458] By: jhi                                   on 2000/07/28  04:15:39
7386         Log: Back out #6454, doesn't seem to work.
7387              (Reason: that patch was for perl 5.6.0, not perl-current)
7388              (A version of the patch for perl-current came in later as #6466)
7389      Branch: perl
7390            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
7391            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
7392            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7393 ____________________________________________________________________________
7394 [  6457] By: jhi                                   on 2000/07/27  23:31:49
7395         Log: Use setproctitle() if available to modify $0.
7396              
7397              Subject: setting $* on BSD4 broken
7398              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7399              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
7400              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
7401      Branch: metaconfig
7402            ! U/modified/Myinit.U
7403      Branch: perl
7404            ! Configure config_h.SH mg.c
7405 ____________________________________________________________________________
7406 [  6456] By: jhi                                   on 2000/07/27  14:50:47
7407         Log: Allow "no AutoLoader;", based on change #6444,
7408              suggested by Graham Barr.
7409      Branch: perl
7410            ! lib/AutoLoader.pm
7411 ____________________________________________________________________________
7412 [  6455] By: jhi                                   on 2000/07/27  14:19:10
7413         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
7414              From: rspier@pobox.com (Robert Spier)
7415              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
7416              Message-ID: <14720.15855.787664.424783@rls.cx>
7417      Branch: perl
7418            ! pod/perldiag.pod
7419 ____________________________________________________________________________
7420 [  6454] By: jhi                                   on 2000/07/27  14:03:02
7421         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
7422              for a long time).
7423              
7424              Reported in
7425              
7426              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
7427              From: Ryan Herbert <rherbert@sycamorehq.com>
7428              Date: Mon, 17 Jul 2000 11:40:42 -0400
7429              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
7430              
7431              Patched in
7432              
7433              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
7434              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7435              Date: Wed, 26 Jul 2000 23:40:18 +0100
7436              Message-ID: <000001bff752$79511880$0a17073e@tiny>
7437              
7438              based on an earlier patch from Stephen P. Potter.
7439              
7440              (Removed later by change #6458 because this patch was for
7441              perl 5.6.0, not perl-current)
7442      Branch: perl
7443            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
7444            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
7445            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7446 ____________________________________________________________________________
7447 [  6453] By: jhi                                   on 2000/07/27  13:48:02
7448         Log: Subject: [PATCH] fixes bug 20000508.004
7449              From: Michael Stevens <mstevens@globnix.org>
7450              Date: Thu, 27 Jul 2000 13:49:04 +0100
7451              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
7452      Branch: perl
7453            ! pod/perldata.pod
7454 ____________________________________________________________________________
7455 [  6452] By: jhi                                   on 2000/07/26  23:51:26
7456         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
7457              and Craig A. Berry.
7458      Branch: perl
7459            ! lib/File/Temp.pm pod/perlport.pod
7460 ____________________________________________________________________________
7461 [  6451] By: jhi                                   on 2000/07/26  19:43:30
7462         Log: Be wary of close()s, too.
7463              
7464              Subject: Re: [PATCH] perlbug cleanup
7465              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7466              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
7467              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
7468      Branch: perl
7469            ! utils/perlbug.PL
7470 ____________________________________________________________________________
7471 [  6450] By: jhi                                   on 2000/07/26  18:41:40
7472         Log: Subject: Minor doc patch: handy.h
7473              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
7474              Date: Wed, 26 Jul 2000 15:34:25 -0300
7475              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
7476      Branch: perl
7477            ! handy.h pod/perlapi.pod
7478 ____________________________________________________________________________
7479 [  6449] By: jhi                                   on 2000/07/26  18:23:55
7480         Log: Subject: [PATCH] minor doc change - perlguts
7481              From: Michael Stevens <mstevens@globnix.org>
7482              Date: Thu, 13 Jul 2000 12:39:18 +0100
7483              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
7484      Branch: perl
7485            ! pod/perlguts.pod
7486 ____________________________________________________________________________
7487 [  6448] By: jhi                                   on 2000/07/26  18:20:30
7488         Log: open() wariness in perlbug.
7489              
7490              Subject: [PATCH] perlbug cleanup
7491              From: Michael Stevens <mstevens@globnix.org>
7492              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
7493              Date: Thu, 13 Jul 2000 15:52:23 +0100
7494      Branch: perl
7495            ! utils/perlbug.PL
7496 ____________________________________________________________________________
7497 [  6447] By: jhi                                   on 2000/07/26  18:13:04
7498         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
7499      Branch: perl
7500            ! lib/File/Temp.pm t/lib/ftmp-security.t
7501 ____________________________________________________________________________
7502 [  6446] By: jhi                                   on 2000/07/26  18:06:32
7503         Log: docfix from Peter Scott <Peter@PSDT.com>.
7504      Branch: perl
7505            ! pod/perlfunc.pod
7506 ____________________________________________________________________________
7507 [  6445] By: jhi                                   on 2000/07/26  17:53:31
7508         Log: Fix *foo{FORMAT}.
7509              
7510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7511              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7512              Date: Wed, 26 Jul 2000 19:51:02 +0200
7513              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
7514              
7515              From: Graham Barr <gbarr@pobox.com>
7516              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7517              Date: Wed, 26 Jul 2000 17:38:36 +0100
7518              Message-ID: <20000726173836.L472@pobox.com>
7519      Branch: perl
7520            ! pp.c sv.c t/op/gv.t
7521 ____________________________________________________________________________
7522 [  6444] By: jhi                                   on 2000/07/26  17:49:14
7523         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
7524              from Graham Barr in the module list.
7525      Branch: perl
7526            ! gv.c pod/perlobj.pod
7527 ____________________________________________________________________________
7528 [  6443] By: jhi                                   on 2000/07/26  16:06:56
7529         Log: More split() doc and test patches from Mike Guy.
7530      Branch: perl
7531            ! pod/perlfunc.pod t/op/split.t
7532 ____________________________________________________________________________
7533 [  6442] By: jhi                                   on 2000/07/26  16:05:30
7534         Log: MacOS nits from Matthias Neeracher.
7535      Branch: perl
7536            ! perl.c pp_ctl.c
7537 ____________________________________________________________________________
7538 [  6441] By: jhi                                   on 2000/07/26  04:39:57
7539         Log: Subject: [PATCH] split /^/
7540              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7541              Date: Tue, 25 Jul 2000 14:18:57 +0100
7542              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
7543              
7544              (with notes from tchrist and gbarr)
7545      Branch: perl
7546            ! pod/perlfunc.pod t/op/split.t
7547 ____________________________________________________________________________
7548 [  6440] By: jhi                                   on 2000/07/26  04:32:32
7549         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
7550              From: Peter Prymmer <pvhp@forte.com>
7551              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
7552              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
7553      Branch: perl
7554            ! vms/munchconfig.c
7555 ____________________________________________________________________________
7556 [  6439] By: jhi                                   on 2000/07/26  04:31:01
7557         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
7558              to be fatal errors (instead of by default ignoring them, and
7559              ignoring with a bug: even though -w gave an error, the opening [
7560              was left in)  Reported in:
7561              
7562              Subject: [ID 20000716.024] [=cc=] / [:blank:]
7563              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
7564              Date: Sun, 16 Jul 2000 17:55:29 -0700
7565              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
7566      Branch: perl
7567            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
7568 ____________________________________________________________________________
7569 [  6438] By: jhi                                   on 2000/07/25  15:41:15
7570         Log: Subject: [PATCH] av.c apidoc
7571              From: simon@brecon.co.uk (Simon Cozens)
7572              Date: 24 Jul 2000 06:40:52 GMT
7573              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
7574      Branch: perl
7575            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
7576            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
7577 ____________________________________________________________________________
7578 [  6437] By: jhi                                   on 2000/07/25  14:05:36
7579         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
7580              From: "Stephen P. Potter" <spp@ds.net>
7581              Date: Mon, 24 Jul 2000 14:22:23 -0400
7582              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
7583      Branch: perl
7584            ! pod/perllocale.pod
7585 ____________________________________________________________________________
7586 [  6436] By: jhi                                   on 2000/07/25  14:02:03
7587         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
7588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7589              Date: Mon, 24 Jul 2000 18:04:28 +0100
7590              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
7591      Branch: perl
7592            ! t/lib/syslfs.t t/op/lfs.t
7593 ____________________________________________________________________________
7594 [  6435] By: jhi                                   on 2000/07/25  13:59:28
7595         Log: Get UTF16 BOMs working.  Patch from
7596              
7597              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7598              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7599              Date: Tue, 25 Jul 2000 12:52:45 +0100
7600              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
7601              
7602              and notes from
7603              
7604              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7605              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7606              Date: Tue, 25 Jul 2000 11:43:25 +0100
7607              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
7608      Branch: perl
7609            ! t/comp/require.t toke.c utf8.c
7610 ____________________________________________________________________________
7611 [  6434] By: jhi                                   on 2000/07/25  02:39:54
7612         Log: Make the "uninit variable" warning to say "concat or string"
7613              or "join or string" when in concat or join .
7614              
7615              Subject: Re: [ID 20000403.009] uninitialised concatenation???
7616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7617              Date: Tue, 04 Apr 2000 18:22:58 +0100
7618              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
7619              
7620              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
7621              From: William R Ward <hermit@BayView.COM>
7622              Date: Thu, 30 Mar 2000 19:50:03 -0800
7623              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
7624      Branch: perl
7625            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
7626            ! t/pragma/warn/op t/pragma/warn/sv
7627 ____________________________________________________________________________
7628 [  6433] By: jhi                                   on 2000/07/24  17:52:56
7629         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
7630      Branch: perl
7631            ! lib/File/Spec/VMS.pm
7632 ____________________________________________________________________________
7633 [  6432] By: jhi                                   on 2000/07/24  17:44:44
7634         Log: Test cases for #6431.
7635              
7636              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7637              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7638              Date: Mon, 24 Jul 2000 15:32:29 +0100
7639              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
7640      Branch: perl
7641            ! t/op/pat.t t/op/split.t
7642 ____________________________________________________________________________
7643 [  6431] By: jhi                                   on 2000/07/24  17:43:17
7644         Log: Bind op fix.
7645              
7646              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7648              Date: Mon, 17 Jul 2000 20:04:56 +0100
7649              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
7650      Branch: perl
7651            ! op.c
7652 ____________________________________________________________________________
7653 [  6430] By: jhi                                   on 2000/07/24  03:42:42
7654         Log: Subject: [ID 20000716.023] syslog test fails without sockets
7655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7656              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
7657              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
7658      Branch: metaconfig/U/perl
7659            ! Extensions.U
7660      Branch: perl
7661            ! Configure config_h.SH
7662 ____________________________________________________________________________
7663 [  6429] By: jhi                                   on 2000/07/24  03:11:52
7664         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
7665              case, but add also notes explaining the relationship of this
7666              patch and the earlier notes by Sarathy.
7667              
7668              Subject: Map is still slow
7669              From: "Ben Tilly" <ben_tilly@hotmail.com>
7670              Date: Sat, 15 Jul 2000 17:23:27 EDT
7671              Message-ID: <20000715212327.21656.qmail@hotmail.com>
7672      Branch: perl
7673            ! pp_ctl.c
7674 ____________________________________________________________________________
7675 [  6428] By: jhi                                   on 2000/07/24  02:58:52
7676         Log: Documentation to explain the behaviour of map().
7677              
7678              Subject: Re: Map is still slow 
7679              From: Gurusamy Sarathy <gsar@ActiveState.com>
7680              Date: Sat, 15 Jul 2000 16:05:09 -0700
7681              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
7682      Branch: perl
7683            ! pp_ctl.c
7684 ____________________________________________________________________________
7685 [  6427] By: jhi                                   on 2000/07/24  02:50:03
7686         Log: Add tests for
7687              [ID 19991110.003] another matching finding by pcre author
7688              which has already been fixed by some patch, as verified in
7689              
7690              Subject: Re: two regex bugs from the mists of time (well, last November)
7691              From: Hugo <hv@crypt.compulink.co.uk>
7692              Date: Sat, 22 Jul 2000 18:12:58 +0100
7693              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
7694      Branch: perl
7695            ! t/op/re_tests
7696 ____________________________________________________________________________
7697 [  6426] By: jhi                                   on 2000/07/24  02:11:20
7698         Log: A missing 'break' after the [[:space:]] switch case.
7699              
7700              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
7701              From: "Stephen P. Potter" <spp@ds.net>
7702              Date: Tue, 18 Jul 2000 16:25:17 -0400
7703              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
7704      Branch: perl
7705            ! regcomp.c
7706 ____________________________________________________________________________
7707 [  6425] By: jhi                                   on 2000/07/24  02:06:12
7708         Log: The output might have been produced in the wrong order.
7709              
7710              Subject: [ID 20000720.003] [PATCH] t/op/write.t
7711              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7712              Date: Thu, 20 Jul 2000 18:49:18 +0100
7713              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
7714      Branch: perl
7715            ! t/op/write.t
7716 ____________________________________________________________________________
7717 [  6424] By: jhi                                   on 2000/07/24  02:00:07
7718         Log: Use STDOUT consistently.
7719              
7720              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
7721              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7722              Date: Thu, 20 Jul 2000 18:04:01 +0100
7723              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
7724      Branch: perl
7725            ! lib/Test/Harness.pm
7726 ____________________________________________________________________________
7727 [  6423] By: jhi                                   on 2000/07/24  01:54:54
7728         Log: Protect against "wild next"s, that is, callbacks doing "next"
7729              instead of "return".
7730              
7731              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
7732              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7733              Date: Tue, 18 Jul 2000 11:30:16 +0100
7734              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
7735      Branch: perl
7736            ! lib/File/Find.pm
7737 ____________________________________________________________________________
7738 [  6422] By: jhi                                   on 2000/07/24  01:35:47
7739         Log: Out-of-date note removed.
7740              
7741              Subject: [PATCH] documentation perlipc
7742              From: rspier@pobox.com (Robert Spier)
7743              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
7744              Message-ID: <14711.35178.572612.502654@rls.cx>
7745      Branch: perl
7746            ! pod/perlipc.pod
7747 ____________________________________________________________________________
7748 [  6421] By: jhi                                   on 2000/07/24  00:09:18
7749         Log: Send all installperl messages to STDERR and be -w clean.
7750              
7751              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
7752              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7753              Date: Sat, 22 Jul 2000 14:02:11 +0100
7754              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
7755      Branch: perl
7756            ! installperl
7757 ____________________________________________________________________________
7758 [  6420] By: jhi                                   on 2000/07/24  00:04:19
7759         Log: Decutandpasto.
7760              
7761              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
7762              From: "Richard Soderberg" <rs@crystalflame.net>
7763              Date: Sun, 23 Jul 2000 01:37:23 -0700
7764              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
7765      Branch: perl
7766            ! pod/perlipc.pod
7767 ____________________________________________________________________________
7768 [  6419] By: jhi                                   on 2000/07/24  00:01:12
7769         Log: A cleaner abs_path().
7770              Subject: Re: unix alternative to Cwd.pm
7771              From: Jeff Pinyan <jeffp@crusoe.net>
7772              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
7773              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
7774      Branch: perl
7775            ! lib/Cwd.pm
7776 ____________________________________________________________________________
7777 [  6418] By: jhi                                   on 2000/07/23  23:48:56
7778         Log: Detypo.
7779              
7780              Subject: [PATCH perl-current] Typo in hints/powerux.sh
7781              From: "Richard Soderberg" <rs@crystalflame.net>
7782              Date: Sun, 23 Jul 2000 01:27:33 -0700
7783              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
7784      Branch: perl
7785            ! hints/powerux.sh
7786 ____________________________________________________________________________
7787 [  6417] By: jhi                                   on 2000/07/17  22:13:31
7788         Log: Subject: SDBM_File documentation
7789              From: mjd@plover.com
7790              Date: 16 Jul 2000 17:41:17 -0000
7791              Message-ID: <20000716174117.18515.qmail@plover.com>
7792      Branch: perl
7793            ! ext/SDBM_File/SDBM_File.pm
7794 ____________________________________________________________________________
7795 [  6416] By: jhi                                   on 2000/07/17  19:13:26
7796         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
7797      Branch: perl
7798            ! hints/mpeix.sh mpeix/relink
7799 ____________________________________________________________________________
7800 [  6415] By: jhi                                   on 2000/07/15  14:11:02
7801         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
7802              the utf8 'characters' can be more than one octet).
7803              
7804              Date: Sat, 15 Jul 2000 00:21:56 +0100
7805              From: Tom Hughes <tom@compton.nu>
7806              Subject: Re: [ID 20000714.002]
7807              Message-ID: <db2334de49.tom@compton.compton.nu>
7808              
7809              Reported in
7810              
7811              Subject: [ID 20000714.002]
7812              From: "Simon Cozens" <simon@othersideofthe.earth.li>
7813              Date: 14 Jul 2000 15:13:09 -0000
7814              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
7815      Branch: perl
7816            ! doop.c
7817 ____________________________________________________________________________
7818 [  6414] By: jhi                                   on 2000/07/15  03:13:41
7819         Log: another VMS build tweak from Peter Prymmer
7820      Branch: perl
7821            ! vms/descrip_mms.template
7822 ____________________________________________________________________________
7823 [  6413] By: jhi                                   on 2000/07/15  03:10:40
7824         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
7825      Branch: perl
7826            ! vms/perlvms.pod
7827 ____________________________________________________________________________
7828 [  6412] By: jhi                                   on 2000/07/15  00:31:05
7829         Log: More docs for sv functions.
7830              
7831              Subject: [PATCH cfgperl] sv.c apidoc
7832              From: simon@brecon.co.uk (Simon Cozens)
7833              Date: 13 Jul 2000 09:00:20 GMT
7834              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
7835              
7836              Subject: Re: [PATCH cfgperl] sv.c apidoc
7837              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7838              Date: Thu, 13 Jul 2000 12:27:41 +0100
7839              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
7840              
7841              Subject: Re: [PATCH cfgperl] sv.c apidoc
7842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7843              Date: Thu, 13 Jul 2000 13:23:09 +0100
7844              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
7845              
7846              Subject: Re: [PATCH cfgperl] sv.c apidoc
7847              From: simon@brecon.co.uk (Simon Cozens)
7848              Date: 14 Jul 2000 06:51:02 GMT
7849              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
7850      Branch: perl
7851            ! embed.pl pod/perlapi.pod sv.c
7852 ____________________________________________________________________________
7853 [  6411] By: jhi                                   on 2000/07/15  00:10:41
7854         Log: lib/b test fixes from Peter Prymmer.
7855      Branch: perl
7856            ! t/lib/b.t
7857 ____________________________________________________________________________
7858 [  6410] By: jhi                                   on 2000/07/15  00:02:09
7859         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
7860              From: Hugo <hv@crypt.compulink.co.uk>
7861              Date: Fri, 14 Jul 2000 23:05:20 +0100
7862              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
7863              
7864              Didn't anymore apply, but that point still could use another fix.
7865      Branch: perl
7866            ! pod/perlfunc.pod
7867 ____________________________________________________________________________
7868 [  6409] By: jhi                                   on 2000/07/14  23:15:15
7869         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
7870              not in pod, from Peter Prymmer
7871      Branch: perl
7872            ! vms/descrip_mms.template
7873 ____________________________________________________________________________
7874 [  6408] By: jhi                                   on 2000/07/14  20:35:05
7875         Log: The bug report
7876              [ID 19991110.002] minimal matching discrepancy found by pcre author
7877              seems to have been fixed (though differently from what was suggested
7878              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
7879      Branch: perl
7880            ! t/op/re_tests
7881 ____________________________________________________________________________
7882 [  6407] By: jhi                                   on 2000/07/14  17:38:08
7883         Log: Fix AutoSplit to use File::Spec the right way in VMS,
7884              from Peter Prymmer.
7885      Branch: perl
7886            ! lib/AutoSplit.pm
7887 ____________________________________________________________________________
7888 [  6406] By: jhi                                   on 2000/07/14  14:13:22
7889         Log: Merge perlhacktut into perlhack, update perlguts.
7890              
7891              Subject: Re: Perlhacktut
7892              From: simon@brecon.co.uk (Simon Cozens)
7893              Date: 14 Jul 2000 06:49:21 GMT
7894              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
7895              
7896              Subject: Re: Perlhacktut
7897              From: simon@brecon.co.uk (Simon Cozens)
7898              Date: 14 Jul 2000 07:09:45 GMT
7899              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
7900      Branch: perl
7901            ! pod/perlguts.pod pod/perlhack.pod
7902 ____________________________________________________________________________
7903 [  6404] By: gsar                                  on 2000/07/14  12:15:02
7904         Log: PERL_OBJECT build tweaks
7905      Branch: perl
7906            ! toke.c
7907 ____________________________________________________________________________
7908 [  6403] By: gsar                                  on 2000/07/14  11:23:41
7909         Log: inconsistent types needs casts
7910      Branch: perl
7911            ! toke.c
7912 ____________________________________________________________________________
7913 [  6402] By: gsar                                  on 2000/07/14  11:12:04
7914         Log: typos in change#6399, regen headers
7915      Branch: perl
7916            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
7917 ____________________________________________________________________________
7918 [  6401] By: gsar                                  on 2000/07/14  10:59:12
7919         Log: typecasts needed for change#6394
7920      Branch: perl
7921            ! toke.c
7922 ____________________________________________________________________________
7923 [  6400] By: gsar                                  on 2000/07/14  10:49:37
7924         Log: integrate cfgperl contents into mainline
7925      Branch: perl
7926           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
7927           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
7928 ____________________________________________________________________________
7929 [  6399] By: gsar                                  on 2000/07/14  10:38:35
7930         Log: enable UTF-16 filter by default if relevant BOM is seen; various
7931              cleanups (typos, misformatted code, and small bugs)
7932      Branch: perl
7933            ! doop.c embed.pl mg.c op.c pp.c toke.c
7934 ____________________________________________________________________________
7935 [  6398] By: gsar                                  on 2000/07/14  08:55:38
7936         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
7937              name suggests anyway)
7938      Branch: perl
7939            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
7940 ____________________________________________________________________________
7941 [  6397] By: gsar                                  on 2000/07/14  08:44:33
7942         Log: move new variables to the end of the interpreter structure (for
7943              bincompat in code that doesn't #include XSUB.h)
7944      Branch: perl
7945            ! intrpvar.h
7946 ____________________________________________________________________________
7947 [  6396] By: gsar                                  on 2000/07/14  08:13:58
7948         Log: MakeMaker should not remove editor backups (*~) on `make clean`
7949              by default (completes change#6383)
7950      Branch: perl
7951            ! lib/ExtUtils/MM_Unix.pm
7952 ____________________________________________________________________________
7953 [  6388] By: gsar                                  on 2000/07/13  06:33:40
7954         Log: typos (spotted by Peter Prymmer)
7955      Branch: perl
7956            ! Configure t/lib/english.t
7957 ____________________________________________________________________________
7958 [  6387] By: gsar                                  on 2000/07/13  05:35:28
7959         Log: new selfloader.t in change#6183 doesn't close DATA handles,
7960              and thus fails to clean up tmp files on dosish platforms
7961      Branch: perl
7962            ! t/lib/selfloader.t
7963 ____________________________________________________________________________
7964 [  6386] By: gsar                                  on 2000/07/12  21:42:39
7965         Log: sprintf test tweaks (from Dominic Dunlop)
7966      Branch: perl
7967            ! t/op/sprintf.t
7968 ____________________________________________________________________________
7969 [  6385] By: gsar                                  on 2000/07/12  21:33:46
7970         Log: fix bugs in processing %v-*d and similar format specs (from
7971              Avi Finkel <avi@finkel.org>)
7972      Branch: perl
7973            ! sv.c t/op/sprintf.t
7974 ____________________________________________________________________________
7975 [  6384] By: gsar                                  on 2000/07/12  16:04:19
7976         Log: readd missing perldelta.pod changes from changes#6339,6376
7977      Branch: perl
7978            ! pod/perldelta.pod
7979 ____________________________________________________________________________
7980 [  6383] By: gsar                                  on 2000/07/12  16:00:51
7981         Log: don't clobber *.orig files on *clean targets
7982      Branch: perl
7983            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
7984 ____________________________________________________________________________
7985 [  6381] By: gsar                                  on 2000/07/12  07:42:17
7986         Log: integrate cfgperl changes into mainline
7987      Branch: perl
7988            ! Changes
7989           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
7990           !> pod/perlre.pod
7991 ____________________________________________________________________________
7992 [  6380] By: gsar                                  on 2000/07/12  07:31:00
7993         Log: get sprintf.t to adjust properly for 3-digit exponents
7994      Branch: perl
7995            ! t/op/sprintf.t
7996 ____________________________________________________________________________
7997 [  6379] By: gsar                                  on 2000/07/12  06:40:04
7998         Log: change#6174 needs corresponding change in win32/config_h.PL,
7999              which grovels through config_h.SH to find the config.h name
8000      Branch: perl
8001            ! win32/config_h.PL
8002 ____________________________________________________________________________
8003 [  6375] By: gsar                                  on 2000/07/11  21:17:35
8004         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
8005      Branch: perl
8006            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
8007            ! win32/win32sck.c
8008 ____________________________________________________________________________
8009 [  6374] By: gsar                                  on 2000/07/11  20:48:50
8010         Log: tweak for build failure under multiplicity
8011      Branch: perl
8012            ! toke.c
8013 ____________________________________________________________________________
8014 [  6373] By: gsar                                  on 2000/07/11  20:37:23
8015         Log: integrate cfgperl changes#6325..6373 into mainline
8016              (NOTE: today's batch of integrations still untested)
8017      Branch: perl
8018           +> ext/DynaLoader/hints/netbsd.pl
8019            ! Changes
8020           !> (integrate 26 files)
8021 ____________________________________________________________________________
8022 [  6369] By: gsar                                  on 2000/07/11  19:27:48
8023         Log: integrate cfgperl changes#6293..6324 into mainline
8024      Branch: perl
8025           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
8026            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
8027           !> (integrate 30 files)
8028 ____________________________________________________________________________
8029 [  6368] By: gsar                                  on 2000/07/11  19:18:57
8030         Log: skip integrate of problematic change#6292 from cfgperl into mainline
8031      Branch: perl
8032           !> pp_hot.c
8033 ____________________________________________________________________________
8034 [  6367] By: gsar                                  on 2000/07/11  19:17:21
8035         Log: integrate cfgperl changes#6288..6290 into mainline
8036      Branch: perl
8037           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
8038 ____________________________________________________________________________
8039 [  6366] By: gsar                                  on 2000/07/11  19:11:18
8040         Log: integrate cfgperl changes#6268..6282 into mainline
8041      Branch: perl
8042           !> (integrate 30 files)
8043 ____________________________________________________________________________
8044 [  6365] By: gsar                                  on 2000/07/11  18:57:00
8045         Log: delete new accidentally branched file
8046      Branch: perl
8047            - t/op/method2entersub.t
8048 ____________________________________________________________________________
8049 [  6364] By: gsar                                  on 2000/07/11  18:55:13
8050         Log: skip integrate of change#6267 from cfgperl into mainline (the
8051              method call optimization is flawed without additional hints
8052              from user about immutableness of @ISA and no runtime method
8053              definitions)
8054      Branch: perl
8055           +> t/op/method2entersub.t
8056           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
8057           !> perl.h t/op/sprintf.t xsutils.c
8058 ____________________________________________________________________________
8059 [  6363] By: gsar                                  on 2000/07/11  18:49:43
8060         Log: integrate cfgperl changes#6261..6266 into mainline
8061      Branch: perl
8062           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
8063           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
8064           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8065           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
8066 ____________________________________________________________________________
8067 [  6362] By: gsar                                  on 2000/07/11  18:43:26
8068         Log: integrate cfgperl changes#6252..6260 into mainline
8069      Branch: perl
8070           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
8071           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
8072           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
8073           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
8074 ____________________________________________________________________________
8075 [  6361] By: gsar                                  on 2000/07/11  18:37:12
8076         Log: skip integrate of problematic change#6251 from cfgperl into mainline
8077      Branch: perl
8078           !> lib/Exporter.pm
8079 ____________________________________________________________________________
8080 [  6360] By: gsar                                  on 2000/07/11  18:34:56
8081         Log: integrate cfgperl change#6250 into mainline
8082      Branch: perl
8083           +> t/op/my_stash.t
8084           !> MANIFEST embed.pl proto.h toke.c
8085 ____________________________________________________________________________
8086 [  6359] By: gsar                                  on 2000/07/11  18:21:19
8087         Log: integrate cfgperl changes#6242..6249 into mainline
8088      Branch: perl
8089           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
8090           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
8091           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
8092           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
8093           !> t/lib/peek.t utf8.c
8094 ____________________________________________________________________________
8095 [  6358] By: gsar                                  on 2000/07/11  18:15:45
8096         Log: skip integrate of problematic change#6241 from cfgperl into mainline
8097      Branch: perl
8098           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
8099 ____________________________________________________________________________
8100 [  6355] By: gsar                                  on 2000/07/11  18:12:10
8101         Log: integrate cfgperl changes#6231..6240 into mainline
8102      Branch: perl
8103           +> pod/perlutil.pod
8104           !> (integrate 35 files)
8105 ____________________________________________________________________________
8106 [  6353] By: gsar                                  on 2000/07/11  17:59:51
8107         Log: skip integrate of problematic change#6230 from cfgperl into mainline
8108              (a later version of File::Spec is already in mainline)
8109      Branch: perl
8110           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
8111           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
8112 ____________________________________________________________________________
8113 [  6352] By: gsar                                  on 2000/07/11  17:57:48
8114         Log: integrate cfgperl changes#6224..6229 into mainline
8115      Branch: perl
8116           +> lib/lib.pm.PL
8117            - lib/lib.pm
8118           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
8119           !> lib/English.pm op.c t/lib/english.t
8120 ____________________________________________________________________________
8121 [  6351] By: gsar                                  on 2000/07/11  17:50:10
8122         Log: skip integrate of problematic change#6223 from cfgperl into mainline
8123      Branch: perl
8124           !> doio.c
8125 ____________________________________________________________________________
8126 [  6350] By: gsar                                  on 2000/07/11  17:48:28
8127         Log: integrate cfgperl changes#6220..6222 into mainline
8128      Branch: perl
8129           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
8130           !> toke.c utf8.c win32/win32.h
8131 ____________________________________________________________________________
8132 [  6349] By: gsar                                  on 2000/07/11  17:46:13
8133         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
8134              mainline
8135      Branch: perl
8136           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8137           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
8138           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8139 ____________________________________________________________________________
8140 [  6347] By: gsar                                  on 2000/07/11  17:42:04
8141         Log: integrate cfgperl change#6217 into mainline
8142      Branch: perl
8143           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
8144           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
8145           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
8146 ____________________________________________________________________________
8147 [  6346] By: gsar                                  on 2000/07/11  17:39:37
8148         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
8149              mainline
8150      Branch: perl
8151           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
8152           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8153           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
8154           !> perlapi.h pod/perlapi.pod
8155 ____________________________________________________________________________
8156 [  6345] By: gsar                                  on 2000/07/11  17:36:42
8157         Log: integrate cfgperl changes#6207..6210 into mainline
8158      Branch: perl
8159           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
8160           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
8161 ____________________________________________________________________________
8162 [  6344] By: gsar                                  on 2000/07/11  17:31:20
8163         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
8164              mainline
8165      Branch: perl
8166           !> (integrate 40 files)
8167 ____________________________________________________________________________
8168 [  6343] By: gsar                                  on 2000/07/11  17:19:08
8169         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
8170      Branch: perl
8171           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
8172            ! Changes
8173           !> (integrate 34 files)
8174 ____________________________________________________________________________
8175 [  6328] By: gsar                                  on 2000/07/10  07:06:00
8176         Log: accept() leaks memory on windows due to incorrect ordering of
8177              closesocket() and fclose() calls
8178      Branch: perl
8179            ! win32/win32sck.c
8180 ____________________________________________________________________________
8181 [  6327] By: gsar                                  on 2000/07/10  06:49:17
8182         Log: winsock options weren't being set in all threads under ithreads
8183              (caused send()s from second and subsequent threads to fail)
8184      Branch: perl
8185            ! win32/win32sck.c
8186 ____________________________________________________________________________
8187 [  6318] By: gsar                                  on 2000/07/05  22:10:54
8188         Log: fix UNC path handling on Windows under ithreads, and chdir()
8189              return value when given a non-existent directory
8190      Branch: perl
8191            ! win32/vdir.h
8192 ____________________________________________________________________________
8193 [  6317] By: gsar                                  on 2000/07/05  22:08:19
8194         Log: winsock cleanup never done on Windows (leads to handle leaks)
8195      Branch: perl
8196            ! win32/perllib.c win32/win32sck.c
8197 ____________________________________________________________________________
8198 [  6316] By: gsar                                  on 2000/07/05  22:06:19
8199         Log: some debugger output does not go to the socket when RemotePort is set
8200      Branch: perl
8201            ! lib/perl5db.pl
8202 ____________________________________________________________________________
8203 [  6314] By: gsar                                  on 2000/07/04  23:34:02
8204         Log: tyop in change#6306
8205      Branch: perl
8206            ! pp_hot.c
8207 ____________________________________________________________________________
8208 [  6310] By: gsar                                  on 2000/07/04  17:28:48
8209         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
8210      Branch: perl
8211            ! t/lib/b.t
8212 ____________________________________________________________________________
8213 [  6306] By: gsar                                  on 2000/07/04  16:28:40
8214         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
8215              (from Richard Soderberg <rs@oregonnet.com>)
8216      Branch: perl
8217            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
8218 ____________________________________________________________________________
8219 [  6304] By: gsar                                  on 2000/07/04  16:17:24
8220         Log: missing perldiag entry for unpack("w",...) diagnostic (from
8221              Andreas Koenig)
8222      Branch: perl
8223            ! pod/perldiag.pod
8224 ____________________________________________________________________________
8225 [  6303] By: gsar                                  on 2000/07/04  16:14:44
8226         Log: remove rel2abs prototypes (from Barrie Slaymaker)
8227      Branch: perl
8228            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8229            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8230 ____________________________________________________________________________
8231 [  6302] By: gsar                                  on 2000/07/04  04:59:35
8232         Log: adjust change#6299
8233      Branch: perl
8234            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8235            ! win32/win32.c
8236 ____________________________________________________________________________
8237 [  6300] By: gsar                                  on 2000/07/04  04:42:09
8238         Log: PERL_OBJECT build tweak
8239      Branch: perl
8240            ! perl.h
8241 ____________________________________________________________________________
8242 [  6299] By: gsar                                  on 2000/07/04  04:37:00
8243         Log: fix memory leak on Windows (PL_sys_intern contents were never
8244              freed)
8245      Branch: perl
8246            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8247            ! perlapi.c proto.h win32/win32.c
8248 ____________________________________________________________________________
8249 [  6298] By: gsar                                  on 2000/07/04  04:15:59
8250         Log: fix large memory leak that has been around for ever, masked by
8251              -DPURIFY (most of the arenas were never freed!)
8252      Branch: perl
8253            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
8254 ____________________________________________________________________________
8255 [  6297] By: gsar                                  on 2000/07/04  04:07:46
8256         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
8257      Branch: perl
8258            ! perl.c
8259 ____________________________________________________________________________
8260 [  6294] By: gsar                                  on 2000/06/30  14:47:45
8261         Log: slurp mode fix in change#4736 still not quite right
8262      Branch: perl
8263            ! pp_hot.c t/io/argv.t
8264 ____________________________________________________________________________
8265 [  6291] By: gsar                                  on 2000/06/30  04:37:33
8266         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
8267              when @_ is modified, causing coredumps
8268      Branch: perl
8269            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
8270 ____________________________________________________________________________
8271 [  6287] By: gsar                                  on 2000/06/30  02:17:08
8272         Log: integrate vmsperl changes into mainline
8273      Branch: perl
8274           !> vms/vms.c vms/vmsish.h
8275 ____________________________________________________________________________
8276 [  6285] By: gsar                                  on 2000/06/30  02:05:28
8277         Log: localize %INC in a Safe compartment so that use/require work
8278              (many other magic globals probably need similar treatment)
8279      Branch: perl
8280            ! ext/Opcode/Opcode.xs
8281 ____________________________________________________________________________
8282 [  6284] By: gsar                                  on 2000/06/30  01:54:54
8283         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
8284              about Windows
8285      Branch: perl
8286            ! pod/perlembed.pod
8287 ____________________________________________________________________________
8288 [  6283] By: jhi                                   on 2000/06/30  01:50:10
8289         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
8290              From: Barrie Slaymaker <barries@jester.slaysys.com>
8291              Date: Wed, 28 Jun 2000 11:35:29 -0400
8292              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
8293      Branch: perl
8294            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8295            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8296            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8297            ! lib/File/Spec/Win32.pm
8298 ____________________________________________________________________________
8299 [  6216] By: gsar                                  on 2000/06/08  14:54:21
8300         Log: be more optimal about clearing @_
8301      Branch: perl
8302            ! cop.h
8303 ____________________________________________________________________________
8304 [  6215] By: gsar                                  on 2000/06/08  14:33:04
8305         Log: tweak comment about @DB::args
8306      Branch: perl
8307            ! av.h pp_ctl.c
8308 ____________________________________________________________________________
8309 [  6214] By: gsar                                  on 2000/06/08  13:57:54
8310         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
8311              caller() wants to populate @DB::args with it (causes a coredump
8312              in Carp::confess())
8313      Branch: perl
8314            ! cop.h t/op/runlevel.t
8315 ____________________________________________________________________________
8316 [  6213] By: gsar                                  on 2000/06/08  07:06:35
8317         Log: back out change#6106 (seems problematic)
8318      Branch: perl
8319            ! hints/solaris_2.sh
8320 ____________________________________________________________________________
8321 [  6201] By: gsar                                  on 2000/06/06  00:42:59
8322         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
8323              does a PUSHMARK that's never ever POPMARKed; in general, only
8324              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
8325              Perl_eval_[sp]v() don't because they don't take any incoming
8326              arguments (this leak has been around since the original version
8327              of perl_eval_pv() in 5.003_97e)
8328      Branch: perl
8329            ! perl.c
8330 ____________________________________________________________________________
8331 [  6195] By: gsar                                  on 2000/06/02  22:43:13
8332         Log: fix yet another eval"" leak under USE_ITHREADS
8333      Branch: perl
8334            ! op.c
8335 ____________________________________________________________________________
8336 [  6194] By: gsar                                  on 2000/06/02  18:22:06
8337         Log: fix small eval"" memory leaks under USE_ITHREADS
8338      Branch: perl
8339            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8340            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8341            ! vms/perly_c.vms
8342 ____________________________________________________________________________
8343 [  6191] By: gsar                                  on 2000/06/01  09:38:21
8344         Log: vec() loses numericalness (modified version of patch suggested
8345              by Robin Barker)
8346      Branch: perl
8347            ! doop.c t/op/vec.t
8348 ____________________________________________________________________________
8349 [  6190] By: gsar                                  on 2000/06/01  09:26:15
8350         Log: submit missing embed.pl change
8351      Branch: perl
8352            ! embed.pl
8353 ____________________________________________________________________________
8354 [  6189] By: gsar                                  on 2000/06/01  09:05:34
8355         Log: counting tr/// corrupts later operation (from M.J.T Guy)
8356      Branch: perl
8357            ! doop.c t/op/tr.t
8358 ____________________________________________________________________________
8359 [  6188] By: gsar                                  on 2000/06/01  08:58:39
8360         Log: h2xs tweaks
8361      Branch: perl
8362            ! utils/h2xs.PL
8363 ____________________________________________________________________________
8364 [  6187] By: gsar                                  on 2000/06/01  08:50:07
8365         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
8366              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8367      Branch: perl
8368            + lib/Pod/LaTeX.pm
8369            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
8370            ! pod/pod2latex.PL
8371 ____________________________________________________________________________
8372 [  6186] By: gsar                                  on 2000/06/01  08:24:40
8373         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
8374              <wolfgang.laun@alcatel.at>)
8375      Branch: perl
8376            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8377            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
8378 ____________________________________________________________________________
8379 [  6185] By: gsar                                  on 2000/06/01  08:12:00
8380         Log: remove incorrect documentation about implicit split to @_ in
8381              list context, which never really worked in perl 5 (from
8382              M.J.T. Guy)
8383      Branch: perl
8384            ! pod/perlfunc.pod pod/perltrap.pod
8385 ____________________________________________________________________________
8386 [  6184] By: gsar                                  on 2000/06/01  07:52:27
8387         Log: tweak for change#6127
8388      Branch: perl
8389            ! perl.c
8390 ____________________________________________________________________________
8391 [  6183] By: gsar                                  on 2000/06/01  07:41:02
8392         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
8393              <nick@ccl4.org>)
8394      Branch: perl
8395            + t/lib/selfloader.t
8396            ! MANIFEST lib/SelfLoader.pm
8397 ____________________________________________________________________________
8398 [  6179] By: gsar                                  on 2000/05/31  22:37:51
8399         Log: buggy modulus on UVs introduced by change#3378 (resulted in
8400              4063328477 % 65535 amounting to 27406, instead of 27407)
8401      Branch: perl
8402            ! pp.c t/op/arith.t
8403 ____________________________________________________________________________
8404 [  6172] By: gsar                                  on 2000/05/31  05:05:42
8405         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
8406              (from Ilya Zakharevich)
8407      Branch: perl
8408            ! regexec.c t/op/re_tests
8409 ____________________________________________________________________________
8410 [  6171] By: gsar                                  on 2000/05/31  05:01:47
8411         Log: scalar() doesn't force scalar context when used in void context
8412              (from Simon Cozens)
8413      Branch: perl
8414            ! op.c t/op/wantarray.t
8415 ____________________________________________________________________________
8416 [  6170] By: gsar                                  on 2000/05/31  04:41:33
8417         Log: change#6142 needs tweaks to tests to work where there's no symlink()
8418              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8419      Branch: perl
8420            ! t/lib/filefind.t
8421 ____________________________________________________________________________
8422 [  6169] By: gsar                                  on 2000/05/31  04:29:49
8423         Log: integrate cfgperl contents into mainline
8424      Branch: perl
8425           +> pod/perlmodlib.PL pod/perlnewmod.pod
8426           !> (integrate 42 files)
8427 ____________________________________________________________________________
8428 [  6163] By: gsar                                  on 2000/05/30  03:24:03
8429         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
8430      Branch: perl
8431            ! op.c
8432 ____________________________________________________________________________
8433 [  6162] By: gsar                                  on 2000/05/30  03:09:38
8434         Log: fix memory leak in method call optimization (change#3768);
8435              made C<eval "$x->foo()"> leak
8436      Branch: perl
8437            ! op.c
8438 ____________________________________________________________________________
8439 [  6155] By: gsar                                  on 2000/05/28  21:15:58
8440         Log: small bug in change#6144; remove random \xA0 character that snuck
8441              in via change#6145
8442      Branch: perl
8443            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
8444 ____________________________________________________________________________
8445 [  6154] By: gsar                                  on 2000/05/28  21:04:19
8446         Log: avoid type mismatch warning
8447      Branch: perl
8448            ! perl.c
8449 ____________________________________________________________________________
8450 [  6153] By: gsar                                  on 2000/05/28  20:58:31
8451         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
8452              <nick@Bagpuss.uk.boo.com>)
8453      Branch: perl
8454            ! lib/Test/Harness.pm
8455 ____________________________________________________________________________
8456 [  6152] By: gsar                                  on 2000/05/28  20:53:42
8457         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
8458      Branch: perl
8459            ! regexec.c
8460 ____________________________________________________________________________
8461 [  6151] By: gsar                                  on 2000/05/28  20:50:28
8462         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
8463      Branch: perl
8464            ! regexec.c
8465 ____________________________________________________________________________
8466 [  6150] By: gsar                                  on 2000/05/28  20:39:58
8467         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
8468      Branch: perl
8469            ! pod/perlrequick.pod
8470 ____________________________________________________________________________
8471 [  6149] By: gsar                                  on 2000/05/28  20:35:16
8472         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
8473              <troc@netrus.net>)
8474      Branch: perl
8475            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
8476            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8477            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8478            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
8479 ____________________________________________________________________________
8480 [  6148] By: gsar                                  on 2000/05/28  20:21:07
8481         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
8482      Branch: perl
8483            ! lib/ExtUtils/MM_Unix.pm
8484 ____________________________________________________________________________
8485 [  6147] By: gsar                                  on 2000/05/28  20:12:41
8486         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
8487              (from Peter Prymmer)
8488      Branch: perl
8489            ! vms/subconfigure.com
8490 ____________________________________________________________________________
8491 [  6146] By: gsar                                  on 2000/05/28  20:06:15
8492         Log: doc typo
8493      Branch: perl
8494            ! lib/warnings.pm warnings.h warnings.pl
8495 ____________________________________________________________________________
8496 [  6145] By: gsar                                  on 2000/05/28  18:44:33
8497         Log: make xsubpp skip embedded pod (from Matthias Neeracher
8498              <neeri@iis.ee.ethz.ch>)
8499      Branch: perl
8500            ! lib/ExtUtils/xsubpp
8501 ____________________________________________________________________________
8502 [  6144] By: gsar                                  on 2000/05/28  18:42:49
8503         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
8504              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
8505              <neeri@iis.ee.ethz.ch>)
8506      Branch: perl
8507            ! lib/AutoSplit.pm
8508 ____________________________________________________________________________
8509 [  6143] By: gsar                                  on 2000/05/28  18:41:12
8510         Log: MacOS support, part 1 (from Matthias Neeracher
8511              <neeri@iis.ee.ethz.ch>)
8512      Branch: perl
8513            + ext/DynaLoader/dl_mac.xs
8514            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
8515            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
8516            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
8517            ! util.h
8518 ____________________________________________________________________________
8519 [  6142] By: gsar                                  on 2000/05/28  18:21:51
8520         Log: File::Find fails to chdir when chasing symlinks (from
8521              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8522      Branch: perl
8523            ! lib/File/Find.pm t/lib/filefind.t
8524 ____________________________________________________________________________
8525 [  6141] By: jhi                                   on 2000/05/28  14:25:15
8526         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
8527              forwarded by Peter Seebach from the bsdi-users mailing list.
8528              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
8529      Branch: perl
8530            ! hints/bsdos.sh
8531 ____________________________________________________________________________
8532 [  6139] By: gsar                                  on 2000/05/28  10:01:48
8533         Log: revise mktables.PL for bugs and newness in Unicode 3.0
8534              (from James Bence <jbence@amgen.com>)
8535      Branch: perl
8536            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
8537            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
8538            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
8539            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
8540            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
8541            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
8542            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
8543            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
8544            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
8545            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
8546            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
8547            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
8548            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
8549            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
8550            + lib/unicode/Is/SylWU.pl
8551            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
8552            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8553            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8554            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8555            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8556            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8557            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8558            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8559            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8560            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8561            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8562            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8563            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8564            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8565            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
8566            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
8567            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
8568            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
8569            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
8570            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
8571            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
8572            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
8573            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
8574            ! lib/unicode/Makefile lib/unicode/mktables.PL
8575 ____________________________________________________________________________
8576 [  6138] By: gsar                                  on 2000/05/28  08:50:32
8577         Log: add note about the handling of negative indices to tied arrays
8578              (from Michael G Schwern <schwern@pobox.com>)
8579      Branch: perl
8580            ! pod/perltie.pod
8581 ____________________________________________________________________________
8582 [  6137] By: gsar                                  on 2000/05/28  08:46:10
8583         Log: fix bogus redeclaration warning for "our" variables in different
8584              scopes
8585      Branch: perl
8586            ! op.c t/pragma/strict-vars
8587 ____________________________________________________________________________
8588 [  6136] By: gsar                                  on 2000/05/28  08:31:20
8589         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
8590      Branch: perl
8591            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
8592 ____________________________________________________________________________
8593 [  6135] By: gsar                                  on 2000/05/28  08:17:50
8594         Log: enable Test::Harness to dynamically determine column width etc.
8595              (from Rob Napier <rnapier@employees.org>)
8596      Branch: perl
8597            ! lib/Test/Harness.pm
8598 ____________________________________________________________________________
8599 [  6134] By: gsar                                  on 2000/05/28  08:13:39
8600         Log: make Test::Harness use wait.h/WCOREDUMP if available
8601              (from Ben Tilly <ben_tilly@hotmail.com>)
8602      Branch: perl
8603            ! lib/Test/Harness.pm
8604 ____________________________________________________________________________
8605 [  6133] By: gsar                                  on 2000/05/28  08:08:05
8606         Log: elide bogus test in change#6132
8607      Branch: perl
8608            ! t/pragma/warn/9enabled
8609 ____________________________________________________________________________
8610 [  6132] By: gsar                                  on 2000/05/28  08:03:14
8611         Log: warnings::enabled() doesn't fall back to looking at $^W if
8612              caller isn't using lexical warnings (from Paul Marquess)
8613      Branch: perl
8614            ! pp_ctl.c t/pragma/warn/9enabled
8615 ____________________________________________________________________________
8616 [  6131] By: gsar                                  on 2000/05/28  07:57:47
8617         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
8618      Branch: perl
8619            ! ext/POSIX/POSIX.pm
8620 ____________________________________________________________________________
8621 [  6130] By: gsar                                  on 2000/05/28  07:29:12
8622         Log: fix places that mean C<"word" character> but say C<alphanumeric
8623              character>
8624      Branch: perl
8625            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
8626 ____________________________________________________________________________
8627 [  6129] By: gsar                                  on 2000/05/28  07:18:41
8628         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
8629      Branch: perl
8630            ! vms/test.com
8631 ____________________________________________________________________________
8632 [  6128] By: gsar                                  on 2000/05/28  07:12:55
8633         Log: new perlxstut example for passing/returning refs to arrays
8634              (from David Lowe <dlowe@pootpoot.com>)
8635      Branch: perl
8636            ! pod/perlxstut.pod
8637 ____________________________________________________________________________
8638 [  6127] By: gsar                                  on 2000/05/28  07:02:50
8639         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
8640              failed (from Gisle Aas)
8641      Branch: perl
8642            ! cop.h perl.c
8643 ____________________________________________________________________________
8644 [  6126] By: gsar                                  on 2000/05/28  06:39:53
8645         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
8646              (reworked variant of patch suggested by Simon Cozens)
8647      Branch: perl
8648            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
8649            ! pp_hot.c proto.h t/op/gv.t
8650 ____________________________________________________________________________
8651 [  6125] By: gsar                                  on 2000/05/28  05:14:55
8652         Log: enable propagating exception objects via Perl_croak() in XS code
8653              (from Gisle Aas)
8654      Branch: perl
8655            ! util.c
8656 ____________________________________________________________________________
8657 [  6124] By: gsar                                  on 2000/05/28  05:07:28
8658         Log: integrate vmsperl contents into mainline
8659      Branch: perl
8660           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
8661           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
8662           !> vms/vmsish.h
8663 ____________________________________________________________________________
8664 [  6123] By: gsar                                  on 2000/05/28  05:03:53
8665         Log: clarify gotcha with #line directives (from Rocco Caputo
8666              <troc@netrus.net>)
8667      Branch: perl
8668            ! pod/perldebug.pod pod/perlsyn.pod
8669 ____________________________________________________________________________
8670 [  6122] By: gsar                                  on 2000/05/28  04:58:29
8671         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
8672              (from Mark-Jason Dominus)
8673      Branch: perl
8674            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
8675            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
8676            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
8677            ! toke.c
8678 ____________________________________________________________________________
8679 [  6108] By: gsar                                  on 2000/05/17  02:24:56
8680         Log: reenable fake signal handling on Windows, bugs and all
8681      Branch: perl
8682            ! mg.c perl.h win32/perlhost.h
8683 ____________________________________________________________________________
8684 [  6104] By: gsar                                  on 2000/05/11  03:39:07
8685         Log: PL_sys_intern was being initialized too late on windows
8686      Branch: perl
8687            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8688            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
8689 ____________________________________________________________________________
8690 [  6094] By: gsar                                  on 2000/05/08  14:22:22
8691         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
8692      Branch: perl
8693            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
8694            ! hints/cygwin.sh pp_sys.c
8695 ____________________________________________________________________________
8696 [  6093] By: gsar                                  on 2000/05/08  12:52:28
8697         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
8698              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
8699      Branch: perl
8700            ! pp_sys.c sv.c win32/perlhost.h
8701 ____________________________________________________________________________
8702 [  6090] By: gsar                                  on 2000/05/07  19:47:07
8703         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
8704              [NI]OK; added tests for both
8705      Branch: perl
8706            ! perl.c pp_hot.c sv.c t/op/substr.t
8707 ____________________________________________________________________________
8708 [  6089] By: gsar                                  on 2000/05/07  18:18:38
8709         Log: buildtoc tweak to fix newline lossage
8710      Branch: perl
8711            ! pod/buildtoc
8712 ____________________________________________________________________________
8713 [  6087] By: gsar                                  on 2000/05/07  16:05:16
8714         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
8715      Branch: perl
8716            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
8717 ____________________________________________________________________________
8718 [  6085] By: gsar                                  on 2000/05/07  05:52:02
8719         Log: repeat operator (x) doesn't preserve utf8-ness
8720      Branch: perl
8721            ! pp.c t/op/substr.t
8722 ____________________________________________________________________________
8723 [  6084] By: gsar                                  on 2000/05/07  05:39:55
8724         Log: substr() does not preserve utf8-ness (from Stefan Eissing
8725              <Eissing@medicaldataservice.de>); added tests
8726      Branch: perl
8727            ! pp.c t/op/substr.t
8728 ____________________________________________________________________________
8729 [  6083] By: gsar                                  on 2000/05/07  05:24:46
8730         Log: note about undocumented caller() return value (from M.J.T. Guy);
8731              yet another peek.t tweak
8732      Branch: perl
8733            ! pod/perlfunc.pod t/lib/peek.t
8734 ____________________________________________________________________________
8735 [  6082] By: gsar                                  on 2000/05/07  05:08:40
8736         Log: peek.t non-portable to ithreads
8737      Branch: perl
8738            ! t/lib/peek.t
8739 ____________________________________________________________________________
8740 [  6081] By: gsar                                  on 2000/05/07  04:17:04
8741         Log: better default perlbug categories for ok reports (from Richard Foley)
8742      Branch: perl
8743            ! utils/perlbug.PL
8744 ____________________________________________________________________________
8745 [  6080] By: gsar                                  on 2000/05/07  04:08:07
8746         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
8747              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8748      Branch: perl
8749            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8750            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8751            ! AUTHORS MAINTAIN MANIFEST
8752 ____________________________________________________________________________
8753 [  6079] By: gsar                                  on 2000/05/07  04:01:38
8754         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
8755      Branch: perl
8756            ! lib/Carp/Heavy.pm
8757 ____________________________________________________________________________
8758 [  6078] By: gsar                                  on 2000/05/07  01:24:19
8759         Log: workaround for CRT bug in chdir() (from Charles Lane, via
8760              Peter Prymmer)
8761      Branch: perl
8762            ! iperlsys.h vms/vms.c vms/vmsish.h
8763 ____________________________________________________________________________
8764 [  6077] By: gsar                                  on 2000/05/07  01:22:23
8765         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
8766              and Tom Phoenix)
8767      Branch: perl
8768            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
8769 ____________________________________________________________________________
8770 [  6076] By: gsar                                  on 2000/05/06  17:36:29
8771         Log: integrate cfgperl contents into mainline
8772      Branch: perl
8773           +> t/lib/peek.t
8774           !> Configure MANIFEST Porting/Glossary Porting/config.sh
8775           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
8776           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
8777           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
8778 ____________________________________________________________________________
8779 [  6071] By: gsar                                  on 2000/05/05  02:24:46
8780         Log: misformatted perllocal.pod (from Tim Jenness
8781              <t.jenness@jach.hawaii.edu>)
8782      Branch: perl
8783            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8784 ____________________________________________________________________________
8785 [  6070] By: gsar                                  on 2000/05/05  02:16:52
8786         Log: remove misleading comment (from M.J.T. Guy)
8787      Branch: perl
8788            ! t/lib/anydbm.t
8789 ____________________________________________________________________________
8790 [  6069] By: gsar                                  on 2000/05/05  02:15:13
8791         Log: File::Spec compatibility update (from Barrie Slaymaker
8792              <barries@slaysys.com>)
8793      Branch: perl
8794            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8795            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8796 ____________________________________________________________________________
8797 [  6068] By: gsar                                  on 2000/05/05  02:01:50
8798         Log: note about values()
8799      Branch: perl
8800            ! pod/perlfunc.pod
8801 ____________________________________________________________________________
8802 [  6067] By: gsar                                  on 2000/05/05  01:33:09
8803         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
8804      Branch: perl
8805            ! win32/win32.c
8806 ____________________________________________________________________________
8807 [  6066] By: gsar                                  on 2000/05/05  01:23:43
8808         Log: s/END/CHECK/
8809      Branch: perl
8810            ! perl.c
8811 ____________________________________________________________________________
8812 [  6064] By: gsar                                  on 2000/05/04  17:26:14
8813         Log: change#5905 wasn't quite right--it's intent only applies when arguments
8814              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
8815      Branch: perl
8816            ! pp_sys.c sv.c
8817 ____________________________________________________________________________
8818 [  6063] By: gsar                                  on 2000/05/04  16:52:29
8819         Log: tokeq() could read unallocated field in argument
8820      Branch: perl
8821            ! toke.c
8822 ____________________________________________________________________________
8823 [  6062] By: gsar                                  on 2000/05/04  16:34:51
8824         Log: additional tests for utf8.t
8825      Branch: perl
8826            ! t/pragma/utf8.t
8827 ____________________________________________________________________________
8828 [  6061] By: gsar                                  on 2000/05/04  16:09:28
8829         Log: change#5921 neglected to make eq honor "use bytes"
8830      Branch: perl
8831            ! sv.c
8832 ____________________________________________________________________________
8833 [  6058] By: gsar                                  on 2000/05/04  00:19:14
8834         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
8835              (spotted by Donald Kinzer <dkinzer@premia.com>)
8836      Branch: perl
8837            ! perl.c
8838 ____________________________________________________________________________
8839 [  6057] By: gsar                                  on 2000/05/03  18:34:01
8840         Log: fix broken parsing of /\x{ab}/
8841      Branch: perl
8842            ! regcomp.c t/pragma/utf8.t
8843 ____________________________________________________________________________
8844 [  6048] By: gsar                                  on 2000/05/02  18:29:10
8845         Log: add note about how $( doesn't interpolate in REs (from
8846              Philip Newton <newton@ficus.frogspace.net>)
8847      Branch: perl
8848            ! pod/perlop.pod
8849 ____________________________________________________________________________
8850 [  6046] By: gsar                                  on 2000/05/02  17:07:25
8851         Log: libscheck has insufficient checks for n32 libs (from
8852              Albert Chin-A-Young <china@thewrittenword.com>)
8853      Branch: perl
8854            ! hints/irix_6.sh
8855 ____________________________________________________________________________
8856 [  6044] By: gsar                                  on 2000/05/02  06:48:19
8857         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
8858              such that underscores are only ignored in literal numbers,
8859              "\x{...}", and hex/oct argument
8860      Branch: perl
8861            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
8862 ____________________________________________________________________________
8863 [  6043] By: gsar                                  on 2000/05/02  02:22:29
8864         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
8865      Branch: perl
8866            ! pod/perlretut.pod
8867 ____________________________________________________________________________
8868 [  6042] By: gsar                                  on 2000/05/02  02:17:51
8869         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
8870      Branch: perl
8871            ! pod/perltrap.pod
8872 ____________________________________________________________________________
8873 [  6041] By: gsar                                  on 2000/05/02  01:53:51
8874         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
8875              to compensate
8876      Branch: perl
8877            ! Porting/makerel
8878 ____________________________________________________________________________
8879 [  6040] By: gsar                                  on 2000/05/02  01:51:57
8880         Log: missing files in MANIFEST
8881      Branch: perl
8882            ! MANIFEST
8883 ____________________________________________________________________________
8884 [  6032] By: gsar                                  on 2000/05/01  15:56:32
8885         Log: whitespace adjustments
8886      Branch: perl
8887            ! pp_sys.c
8888 ____________________________________________________________________________
8889 [  6031] By: gsar                                  on 2000/05/01  15:19:41
8890         Log: small nits in diagnostics.pm (from Robin Barker)
8891      Branch: perl
8892            ! lib/diagnostics.pm pod/perldiag.pod
8893 ____________________________________________________________________________
8894 [  6030] By: gsar                                  on 2000/05/01  08:39:18
8895         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
8896              for @- and @+ (from Johan Vromans)
8897      Branch: perl
8898            ! lib/English.pm pod/perlvar.pod
8899 ____________________________________________________________________________
8900 [  6029] By: gsar                                  on 2000/05/01  08:16:10
8901         Log: add CGI.pm v2.66 (from Lincoln Stein)
8902      Branch: perl
8903            + lib/CGI/Util.pm t/lib/cgi-pretty.t
8904            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8905            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
8906            ! t/lib/cgi-html.t t/lib/cgi-request.t
8907 ____________________________________________________________________________
8908 [  6028] By: gsar                                  on 2000/05/01  06:34:41
8909         Log: Pod::Man generates groff-incompatible macro definition (from
8910              Tom Christiansen)
8911      Branch: perl
8912            ! lib/Pod/Man.pm
8913 ____________________________________________________________________________
8914 [  6027] By: gsar                                  on 2000/05/01  06:31:36
8915         Log: podlators-1.02 update (from Russ Allbery)
8916      Branch: perl
8917            ! lib/Pod/Man.pm lib/Pod/Text.pm
8918 ____________________________________________________________________________
8919 [  6025] By: gsar                                  on 2000/04/30  18:17:47
8920         Log: Is{Alnum,Alpha,Word} don't match titlecase
8921              
8922              TODO: IsSpace is defined recursively!
8923              
8924              (both spotted by Larry)
8925      Branch: perl
8926            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8927            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
8928 ____________________________________________________________________________
8929 [  6024] By: gsar                                  on 2000/04/30  17:50:19
8930         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
8931              (from Hugo van der Sanden)
8932      Branch: perl
8933            ! toke.c
8934 ____________________________________________________________________________
8935 [  6023] By: gsar                                  on 2000/04/30  17:14:43
8936         Log: debugger stomps on $. (from M.J.T. Guy)
8937      Branch: perl
8938            ! lib/perl5db.pl
8939 ____________________________________________________________________________
8940 [  6022] By: gsar                                  on 2000/04/30  16:59:22
8941         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
8942      Branch: perl
8943            ! sv.c
8944 ____________________________________________________________________________
8945 [  6021] By: gsar                                  on 2000/04/29  21:00:08
8946         Log: remove Win2K issue in pod (fixed by change#6020)
8947      Branch: perl
8948            ! README.win32 pod/perl56delta.pod
8949 ____________________________________________________________________________
8950 [  6020] By: gsar                                  on 2000/04/29  20:51:49
8951         Log: test tweak
8952      Branch: perl
8953            ! t/lib/open3.t
8954 ____________________________________________________________________________
8955 [  6019] By: gsar                                  on 2000/04/29  20:34:27
8956         Log: windows portability tweaks
8957      Branch: perl
8958            ! t/lib/b.t win32/win32.h
8959 ____________________________________________________________________________
8960 [  6018] By: gsar                                  on 2000/04/29  19:55:24
8961         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
8962              make _PATH_LOG() return "" if unavailable
8963      Branch: perl
8964            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
8965            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
8966 ____________________________________________________________________________
8967 [  6015] By: gsar                                  on 2000/04/28  22:35:49
8968         Log: tweak test for portability
8969      Branch: perl
8970            ! t/lib/b.t
8971 ____________________________________________________________________________
8972 [  6014] By: gsar                                  on 2000/04/28  22:05:31
8973         Log: glob() loading File::Glob behind the scenes may cause syntax errors
8974      Branch: perl
8975            ! op.c
8976 ____________________________________________________________________________
8977 [  6013] By: gsar                                  on 2000/04/28  21:25:22
8978         Log: tweak change#5945 to display correct switch name in diagnostic
8979      Branch: perl
8980            ! perl.c pod/perldiag.pod
8981 ____________________________________________________________________________
8982 [  6010] By: gsar                                  on 2000/04/28  21:02:58
8983         Log: clarify note about shadow password support (from
8984              gellyfish@gellyfish.com)
8985      Branch: perl
8986            ! pod/perlfunc.pod
8987 ____________________________________________________________________________
8988 [  6009] By: gsar                                  on 2000/04/28  21:00:00
8989         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
8990      Branch: perl
8991            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
8992 ____________________________________________________________________________
8993 [  6008] By: gsar                                  on 2000/04/28  20:56:33
8994         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
8995      Branch: perl
8996            ! installperl vms/subconfigure.com
8997 ____________________________________________________________________________
8998 [  6007] By: gsar                                  on 2000/04/28  20:51:21
8999         Log: note about compile failures and END blocks (from M.J.T. Guy)
9000      Branch: perl
9001            ! pod/perl56delta.pod pod/perlmod.pod
9002 ____________________________________________________________________________
9003 [  6005] By: gsar                                  on 2000/04/28  20:41:16
9004         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9005      Branch: perl
9006            ! utils/perldoc.PL
9007 ____________________________________________________________________________
9008 [  6003] By: gsar                                  on 2000/04/28  20:11:20
9009         Log: allow REG_EXPAND_SZ keys in Windows registry (from
9010              John Clayton <John.Clayton@barclayscapital.com>)
9011      Branch: perl
9012            ! win32/win32.c
9013 ____________________________________________________________________________
9014 [  6002] By: gsar                                  on 2000/04/28  19:34:16
9015         Log: destructive sv_setsv() can lose UV-ness from source, causing
9016              numeric promotions/comparisons to fail to do the right thing
9017      Branch: perl
9018            ! sv.c
9019 ____________________________________________________________________________
9020 [  6001] By: gsar                                  on 2000/04/28  18:44:15
9021         Log: support additional library locations via $Config{otherlibdirs}
9022              (from Andy Dougherty)
9023      Branch: perl
9024            ! Configure INSTALL Porting/Glossary Porting/config.sh
9025            ! Porting/config_H config_h.SH epoc/config.sh perl.c
9026            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9027            ! win32/config.bc win32/config.gc win32/config.vc
9028 ____________________________________________________________________________
9029 [  5999] By: gsar                                  on 2000/04/28  18:17:07
9030         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9031      Branch: perl
9032            ! t/pragma/warn/toke toke.c
9033 ____________________________________________________________________________
9034 [  5995] By: gsar                                  on 2000/04/28  09:37:36
9035         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9036      Branch: perl
9037            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9038 ____________________________________________________________________________
9039 [  5994] By: gsar                                  on 2000/04/28  09:33:26
9040         Log: fix for missed accounting for null byte in pack("Z",...) (from
9041              M.J.T. Guy)
9042      Branch: perl
9043            ! pp.c t/op/pack.t
9044 ____________________________________________________________________________
9045 [  5993] By: gsar                                  on 2000/04/28  09:30:05
9046         Log: various minor tweaks seen on p5p
9047      Branch: perl
9048            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9049 ____________________________________________________________________________
9050 [  5992] By: gsar                                  on 2000/04/28  09:08:19
9051         Log: pod nit (from Simon Cozens)
9052      Branch: perl
9053            ! pod/perlop.pod
9054 ____________________________________________________________________________
9055 [  5991] By: gsar                                  on 2000/04/28  09:06:36
9056         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9057      Branch: perl
9058            ! README.posix-bc hints/posix-bc.sh
9059 ____________________________________________________________________________
9060 [  5990] By: gsar                                  on 2000/04/28  08:54:52
9061         Log: use $ENV{LIB} to search for libs under Visual C compiler
9062              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9063      Branch: perl
9064            ! lib/ExtUtils/Liblist.pm
9065 ____________________________________________________________________________
9066 [  5989] By: gsar                                  on 2000/04/28  08:27:12
9067         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9068              itself and no other (from Tom Hughes)
9069      Branch: perl
9070            ! t/op/array.t toke.c
9071 ____________________________________________________________________________
9072 [  5988] By: gsar                                  on 2000/04/28  08:01:38
9073         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9074              <paul@miraclefish.com>)
9075      Branch: perl
9076            ! lib/ExtUtils/MakeMaker.pm
9077 ____________________________________________________________________________
9078 [  5987] By: gsar                                  on 2000/04/28  07:53:09
9079         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9080      Branch: perl
9081            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9082 ____________________________________________________________________________
9083 [  5986] By: gsar                                  on 2000/04/28  07:44:17
9084         Log: add regular expressions tutorial and quick-start guide (from
9085              Mark Kvale <kvale@phy.ucsf.edu>)
9086      Branch: perl
9087            + pod/perlrequick.pod pod/perlretut.pod
9088            ! AUTHORS MAINTAIN MANIFEST
9089 ____________________________________________________________________________
9090 [  5985] By: gsar                                  on 2000/04/28  07:30:28
9091         Log: forked child may not exit correctly if it failed to open
9092              /dev/console (from Graham Barr)
9093      Branch: perl
9094            ! ext/Sys/Syslog/Syslog.pm
9095 ____________________________________________________________________________
9096 [  5984] By: gsar                                  on 2000/04/28  07:27:20
9097         Log: attributes::reftype() doesn't work on tied argument
9098      Branch: perl
9099            ! xsutils.c
9100 ____________________________________________________________________________
9101 [  5983] By: gsar                                  on 2000/04/28  07:15:04
9102         Log: numeric conversion of non-number in change#3378 tramples on
9103              OOK offset, causing segfaults
9104      Branch: perl
9105            ! sv.c
9106 ____________________________________________________________________________
9107 [  5982] By: gsar                                  on 2000/04/28  04:48:25
9108         Log: avoid error in IO::Socket::INET when given an unknown service name
9109              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9110      Branch: perl
9111            ! ext/IO/lib/IO/Socket/INET.pm
9112 ____________________________________________________________________________
9113 [  5981] By: gsar                                  on 2000/04/28  04:31:31
9114         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9115              prototype mismatch with CORE::glob(); update pod and tests to
9116              suit (File::Glob::glob() is still available for backward
9117              compatibility, but should be considered deprecated)
9118      Branch: perl
9119            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
9120            ! t/lib/glob-taint.t
9121 ____________________________________________________________________________
9122 [  5980] By: gsar                                  on 2000/04/28  03:47:29
9123         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
9124              <ghudson@mit.edu>)
9125      Branch: metaconfig
9126            ! U/modified/Options.U
9127      Branch: perl
9128            ! Configure
9129 ____________________________________________________________________________
9130 [  5979] By: gsar                                  on 2000/04/28  03:07:54
9131         Log: under useithreads, constant pad entries could inadvertantly be
9132              shared across threads (from Eric Blood <eblood@xmission.com>);
9133              added Eric's test case to testsuite
9134      Branch: perl
9135            ! op.c t/op/misc.t
9136 ____________________________________________________________________________
9137 [  5978] By: gsar                                  on 2000/04/27  21:13:00
9138         Log: sync version numbers in File::Spec with the ones on CPAN
9139              (from Barrie Slaymaker)
9140      Branch: perl
9141            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9142            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9143            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9144 ____________________________________________________________________________
9145 [  5977] By: gsar                                  on 2000/04/27  21:07:29
9146         Log: autoquote barewords followed by newline and arrow properly
9147              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9148      Branch: perl
9149            ! t/pragma/warn/toke toke.c
9150 ____________________________________________________________________________
9151 [  5976] By: gsar                                  on 2000/04/27  20:41:20
9152         Log: DB_File v1.73 update (from Paul Marquess)
9153      Branch: perl
9154            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9155            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9156 ____________________________________________________________________________
9157 [  5975] By: gsar                                  on 2000/04/27  20:34:24
9158         Log: allow sort() reentrancy (variant of patch suggested by
9159              Hugo van der Sanden)
9160      Branch: perl
9161            ! pp_ctl.c t/op/sort.t
9162 ____________________________________________________________________________
9163 [  5974] By: gsar                                  on 2000/04/27  19:46:57
9164         Log: change#4197 somehow missed initializing PL_errors, meaning
9165              sytax error queueing wasn't working outside eval"" at all;
9166              also fixed eval"" to localize PL_error_count, so that compile-time
9167              eval's don't clobber the error state of the outer context
9168      Branch: perl
9169            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
9170            ! t/pragma/warn/toke
9171 ____________________________________________________________________________
9172 [  5973] By: gsar                                  on 2000/04/27  18:29:05
9173         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
9174      Branch: perl
9175            ! regcomp.c regexec.c t/op/re_tests
9176 ____________________________________________________________________________
9177 [  5970] By: gsar                                  on 2000/04/27  18:05:11
9178         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
9179              IV is >32bits
9180      Branch: perl
9181            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9182 ____________________________________________________________________________
9183 [  5969] By: gsar                                  on 2000/04/27  17:50:56
9184         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9185      Branch: perl
9186            + t/lib/syslog.t
9187            ! MANIFEST ext/Sys/Syslog/Syslog.pm
9188 ____________________________________________________________________________
9189 [  5968] By: gsar                                  on 2000/04/27  17:44:49
9190         Log: tolerate spaces in group names in test on solaris (from David Boyce
9191              <dsb@boyski.com>)
9192      Branch: perl
9193            ! t/op/groups.t
9194 ____________________________________________________________________________
9195 [  5967] By: gsar                                  on 2000/04/27  17:41:22
9196         Log: improved docs on the warn_uninit diagnostic (from David Glasser
9197              and Simon Cozens)
9198      Branch: perl
9199            ! pod/perldiag.pod
9200 ____________________________________________________________________________
9201 [  5966] By: gsar                                  on 2000/04/27  16:54:58
9202         Log: add testsuite for B backends, fix bug in B::Deparse (from
9203              Simon Cozens <simon@brecon.co.uk>)
9204      Branch: perl
9205            + t/lib/b.t
9206            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9207 ____________________________________________________________________________
9208 [  5965] By: gsar                                  on 2000/04/27  16:10:37
9209         Log: avoid "will not stay shared" warnings for our variables (from
9210              Robin Barker)
9211      Branch: perl
9212            ! op.c t/pragma/warn/op
9213 ____________________________________________________________________________
9214 [  5964] By: gsar                                  on 2000/04/27  07:05:05
9215         Log: reformat to 72 columns (again)
9216      Branch: perl
9217            ! pod/perldiag.pod
9218 ____________________________________________________________________________
9219 [  5963] By: gsar                                  on 2000/04/27  06:28:31
9220         Log: patch from Larry to make (\&) prototype work; added tests for
9221              the same
9222      Branch: perl
9223            ! op.c t/comp/proto.t
9224 ____________________________________________________________________________
9225 [  5962] By: gsar                                  on 2000/04/27  06:15:47
9226         Log: updated README.hpux (from Jeff Okamoto)
9227      Branch: perl
9228            ! README.hpux
9229 ____________________________________________________________________________
9230 [  5961] By: gsar                                  on 2000/04/27  05:55:03
9231         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9232      Branch: perl
9233            ! emacs/cperl-mode.el
9234 ____________________________________________________________________________
9235 [  5960] By: gsar                                  on 2000/04/27  05:49:26
9236         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9237      Branch: perl
9238            ! INSTALL
9239 ____________________________________________________________________________
9240 [  5959] By: gsar                                  on 2000/04/27  05:33:41
9241         Log: doubled words in pods (from Simon Cozens
9242              <simon.p.cozens@jp.pwcglobal.com>)
9243      Branch: perl
9244            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
9245            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
9246            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
9247            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
9248            ! pod/perltootc.pod
9249 ____________________________________________________________________________
9250 [  5958] By: gsar                                  on 2000/04/27  05:11:39
9251         Log: change#3569 deleted some essential code, revert; avoid use of
9252              atexit() to make DynaLoader work properly on AIX under mod_perl
9253              (from Jens-Uwe Mager <jum@helios.de>)
9254      Branch: perl
9255            ! ext/DynaLoader/dl_aix.xs
9256 ____________________________________________________________________________
9257 [  5957] By: gsar                                  on 2000/04/27  04:54:51
9258         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9259      Branch: perl
9260            ! pod/perlmod.pod
9261 ____________________________________________________________________________
9262 [  5956] By: gsar                                  on 2000/04/27  04:51:47
9263         Log: better diagnostics on failed tests (from Ilya Zakharevich)
9264      Branch: perl
9265            ! t/op/lex_assign.t
9266 ____________________________________________________________________________
9267 [  5955] By: gsar                                  on 2000/04/27  04:26:44
9268         Log: longstanding bug exposed by change#3307: sort arguments weren't
9269              compiled with the right wantarray context (ensuing runtime lookup
9270              via block_gimme() was getting the incidental context of the
9271              sort() itself)
9272      Branch: perl
9273            ! op.c t/op/sort.t
9274 ____________________________________________________________________________
9275 [  5954] By: gsar                                  on 2000/04/26  23:42:12
9276         Log: integrate cfgperl contents into mainline
9277      Branch: perl
9278           !> (integrate 30 files)
9279 ____________________________________________________________________________
9280 [  5950] By: gsar                                  on 2000/04/25  19:13:12
9281         Log: reformat perldiag to avoid long lines
9282      Branch: perl
9283            ! pod/perldiag.pod
9284 ____________________________________________________________________________
9285 [  5949] By: gsar                                  on 2000/04/25  18:41:11
9286         Log: make perldoc use the pod2man from the same version (from
9287              M.J.T. Guy)
9288      Branch: perl
9289            ! utils/perldoc.PL
9290 ____________________________________________________________________________
9291 [  5948] By: gsar                                  on 2000/04/25  18:21:57
9292         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
9293              <kompas@kompas.usr.onet.pl>)
9294      Branch: perl
9295            ! lib/vars.pm
9296 ____________________________________________________________________________
9297 [  5947] By: gsar                                  on 2000/04/25  18:11:53
9298         Log: use &dl_error rather than &dl_load_file as the guard for calling
9299              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
9300              statically built perl)
9301      Branch: perl
9302            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9303 ____________________________________________________________________________
9304 [  5945] By: gsar                                  on 2000/04/25  16:34:33
9305         Log: make module name mandatory after -M switch; reorder perldiag
9306              alphabetically (from Mark-Jason Dominus)
9307      Branch: perl
9308            ! perl.c pod/perldiag.pod
9309 ____________________________________________________________________________
9310 [  5939] By: gsar                                  on 2000/04/24  19:01:24
9311         Log: more pod nits (from Larry Virden)
9312      Branch: perl
9313            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
9314            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
9315            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9316 ____________________________________________________________________________
9317 [  5938] By: gsar                                  on 2000/04/24  18:54:01
9318         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9319      Branch: perl
9320            ! ext/B/B/Deparse.pm
9321 ____________________________________________________________________________
9322 [  5936] By: gsar                                  on 2000/04/24  17:30:06
9323         Log: additional tests for change#5934 (from Paul Marquess, who also
9324              sent in the same fix)
9325      Branch: perl
9326            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
9327            ! t/pragma/warn/5nolint t/pragma/warn/6default
9328 ____________________________________________________________________________
9329 [  5934] By: gsar                                  on 2000/04/24  17:16:54
9330         Log: propagate lexical warnings from surrounding scope correctly
9331              within string eval()
9332      Branch: perl
9333            ! pp_ctl.c t/pragma/warn/pp_ctl
9334 ____________________________________________________________________________
9335 [  5932] By: gsar                                  on 2000/04/24  09:08:14
9336         Log: add rsignal(), whichsig() and do_join() to public API list
9337              (mod_perl uses them to good advantage)
9338      Branch: perl
9339            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9340 ____________________________________________________________________________
9341 [  5931] By: gsar                                  on 2000/04/24  09:01:40
9342         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
9343      Branch: perl
9344            ! pp_hot.c regexec.c t/op/pat.t
9345 ____________________________________________________________________________
9346 [  5930] By: gsar                                  on 2000/04/24  08:58:33
9347         Log: small os390 tweaks (from Peter Prymmer)
9348      Branch: perl
9349            ! config_h.SH makedepend.SH
9350 ____________________________________________________________________________
9351 [  5929] By: gsar                                  on 2000/04/24  08:55:25
9352         Log: pod nits
9353      Branch: perl
9354            ! pod/perlguts.pod
9355 ____________________________________________________________________________
9356 [  5928] By: gsar                                  on 2000/04/24  08:50:13
9357         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
9358      Branch: perl
9359            ! ext/IO/lib/IO/Poll.pm
9360 ____________________________________________________________________________
9361 [  5927] By: gsar                                  on 2000/04/24  08:43:24
9362         Log: arrange for next() to resume at the unstack op rather than the
9363              loop conditional, so that scope cleanup happens correctly
9364              (from Stephen McCamant)
9365      Branch: perl
9366            ! op.c pp_ctl.c t/op/misc.t
9367 ____________________________________________________________________________
9368 [  5926] By: gsar                                  on 2000/04/24  08:18:40
9369         Log: on windows, reserve 16M of stack rather than 128M (allows more
9370              threads to run concurrently)
9371      Branch: perl
9372            ! win32/Makefile win32/makefile.mk
9373 ____________________________________________________________________________
9374 [  5925] By: gsar                                  on 2000/04/24  08:13:52
9375         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
9376      Branch: perl
9377            ! toke.c
9378 ____________________________________________________________________________
9379 [  5924] By: gsar                                  on 2000/04/24  08:08:59
9380         Log: avoid using uninitialized memory in require version check
9381      Branch: perl
9382            ! pp_ctl.c universal.c
9383 ____________________________________________________________________________
9384 [  5923] By: gsar                                  on 2000/04/24  07:20:14
9385         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
9386      Branch: perl
9387            ! ext/IO/lib/IO/Poll.pm
9388 ____________________________________________________________________________
9389 [  5922] By: gsar                                  on 2000/04/24  07:08:42
9390         Log: commentary about IoTYPE() (from Nathan Torkington)
9391      Branch: perl
9392            ! sv.h
9393 ____________________________________________________________________________
9394 [  5921] By: gsar                                  on 2000/04/24  06:58:26
9395         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
9396              by fix
9397      Branch: perl
9398            ! sv.c t/lib/charnames.t t/pragma/utf8.t
9399 ____________________________________________________________________________
9400 [  5920] By: gsar                                  on 2000/04/24  06:37:59
9401         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
9402      Branch: perl
9403            ! doop.c t/op/ver.t
9404 ____________________________________________________________________________
9405 [  5919] By: gsar                                  on 2000/04/24  06:21:58
9406         Log: Configure might miss old directories when prefix must be
9407              expanded (from Robin Barker)
9408      Branch: metaconfig
9409            ! U/installdirs/inc_version_list.U
9410      Branch: perl
9411            ! Configure
9412 ____________________________________________________________________________
9413 [  5918] By: gsar                                  on 2000/04/24  06:16:11
9414         Log: VMS nits in glob() test (from Charles Lane)
9415      Branch: perl
9416            ! t/lib/glob-basic.t
9417 ____________________________________________________________________________
9418 [  5917] By: gsar                                  on 2000/04/24  06:11:56
9419         Log: various pod nits (from Larry Virden and others)
9420      Branch: perl
9421            ! README.amiga README.hpux README.machten README.os2
9422            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
9423            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
9424            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
9425            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
9426            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
9427            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
9428            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
9429            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
9430 ____________________________________________________________________________
9431 [  5916] By: gsar                                  on 2000/04/24  05:52:43
9432         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
9433              <wjones@tc.fluke.com>)
9434      Branch: perl
9435            ! t/lib/glob-basic.t
9436 ____________________________________________________________________________
9437 [  5915] By: gsar                                  on 2000/04/24  05:07:01
9438         Log: supported platforms mixed up
9439      Branch: perl
9440            ! pod/perl56delta.pod pod/perlport.pod
9441 ____________________________________________________________________________
9442 [  5914] By: gsar                                  on 2000/04/24  04:56:08
9443         Log: caller() wasn't returning the right number of elements for
9444              eval {...}
9445      Branch: perl
9446            ! pp_ctl.c t/pragma/warn/9enabled
9447 ____________________________________________________________________________
9448 [  5913] By: gsar                                  on 2000/04/24  04:35:41
9449         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
9450              Mark-Jason Dominus)
9451      Branch: perl
9452            ! pod/perlfunc.pod
9453 ____________________________________________________________________________
9454 [  5912] By: gsar                                  on 2000/04/24  04:17:15
9455         Log: fix totally broken caching in UNIVERSAL::isa() (from
9456              Nick Ing-Simmons)
9457      Branch: perl
9458            ! t/op/universal.t universal.c
9459 ____________________________________________________________________________
9460 [  5911] By: gsar                                  on 2000/04/24  03:39:47
9461         Log: add linebreak properties from unicode/LineBrk.txt (from
9462              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
9463      Branch: perl
9464            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9465            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9466            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9467            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9468            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9469            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9470            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9471            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9472            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9473            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9474            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9475            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9476            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9477            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9478            + lib/unicode/Is/LbrkZW.pl
9479            ! lib/unicode/mktables.PL
9480 ____________________________________________________________________________
9481 [  5910] By: gsar                                  on 2000/04/24  03:23:10
9482         Log: typo in pod
9483      Branch: perl
9484            ! ext/Thread/Thread.pm
9485 ____________________________________________________________________________
9486 [  5909] By: gsar                                  on 2000/04/24  03:22:03
9487         Log: mode argument to do_binmode() should be file mode, not boolean
9488      Branch: perl
9489            ! pp_sys.c
9490 ____________________________________________________________________________
9491 [  5908] By: gsar                                  on 2000/04/16  16:51:08
9492         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
9493              always returns a valid GV even when the symbol is trapped by strictures
9494              (avoids coredumps)
9495              
9496              TODO: the C<package;> hack needs similar treatment
9497      Branch: perl
9498            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
9499            ! t/pragma/strict-vars
9500 ____________________________________________________________________________
9501 [  5904] By: gsar                                  on 2000/03/28  02:31:32
9502         Log: add Changes, perldelta.pod
9503      Branch: perl
9504            + Changes pod/perldelta.pod
9505 ____________________________________________________________________________
9506 [  5903] By: gsar                                  on 2000/03/28  02:03:55
9507         Log: rename Changes and perldelta.pod
9508      Branch: perl
9509           +> Changes5.6 pod/perl56delta.pod
9510            - Changes pod/perldelta.pod
9511            ! MANIFEST
9512 ____________________________________________________________________________
9513 [  5900] By: gsar                                  on 2000/03/23  05:42:43
9514         Log: three guesses on what this is :-)
9515      Branch: perl
9516            ! Changes