Re: [PATCH] perlfaq6.pod -- case-aware s///
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
35         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
36              before Perl_load_module/Perl_call_method and restore the value
37              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
38      Branch: perl
39            ! utf8.c
40 ____________________________________________________________________________
41 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
42         Log: Subject: Re: AIX and gcc (moving targets)
43              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44              Date: Tue, 29 May 2001 17:59:40 +0200
45              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
46      Branch: perl
47            ! ext/Storable/Makefile.PL
48 ____________________________________________________________________________
49 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
50         Log: Subject: Re: AIX and gcc (moving targets)
51              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52              Date: Tue, 29 May 2001 12:32:57 +0200
53              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
54      Branch: perl
55            ! ext/POSIX/Makefile.PL
56 ____________________________________________________________________________
57 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
58         Log: Syncing with Test 1.21, from Michael G Schwern (#10240 retracted)
59      Branch: perl
60            ! lib/Test/Harness.pm t/lib/test-harness.t
61 ____________________________________________________________________________
62 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
63         Log: Syncing with Test 1.17, from Michael G Schwern.
64      Branch: perl
65            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
66            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
67            + t/lib/Test/todo.t
68            ! MANIFEST lib/Test.pm t/TEST
69 ____________________________________________________________________________
70 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
71         Log: Allow tests to be in deeper subdirectories so we can have
72              things like t/lib/Some-Module/foo.t (from Michael G Schwern)
73      Branch: perl
74            ! t/TEST
75 ____________________________________________________________________________
76 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
77         Log: Add tests for Time::gmtime and Time::localtime.
78      Branch: perl
79            + t/lib/time-gmtime.t t/lib/time-localtime.t
80            ! MANIFEST t/lib/1_compile.t
81 ____________________________________________________________________________
82 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
83         Log: Add test for File::stat.
84      Branch: perl
85            + t/lib/filestat.t
86            ! MANIFEST t/lib/1_compile.t
87 ____________________________________________________________________________
88 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
89         Log: Add test for Net::servent.
90      Branch: perl
91            + t/lib/net-sent.t
92            ! MANIFEST t/lib/1_compile.t
93 ____________________________________________________________________________
94 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
95         Log: Add test for Net::protoent.
96      Branch: perl
97            + t/lib/net-pent.t
98            ! MANIFEST t/lib/1_compile.t
99 ____________________________________________________________________________
100 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
101         Log: Add test for Net::netent.
102      Branch: perl
103            + t/lib/net-nent.t
104            ! MANIFEST t/lib/1_compile.t
105 ____________________________________________________________________________
106 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
107         Log: Add test for User::grent.  Portability doubtful.
108      Branch: perl
109            + t/lib/user-grent.t
110            ! MANIFEST t/lib/1_compile.t
111 ____________________________________________________________________________
112 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
113         Log: Add test for User::pwent.
114              Probably will fall down somewhere for portability reasons.
115      Branch: perl
116            + t/lib/user-pwent.t
117            ! MANIFEST t/lib/1_compile.t
118 ____________________________________________________________________________
119 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
120         Log: Metaconfig units changes for #10283.
121      Branch: metaconfig
122            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
123            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
124            ! U/installdirs/sitescript.U U/modified/Signal.U
125 ____________________________________________________________________________
126 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
127         Log: Subject: [PATCH 5.6.1] signal names in Configure
128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
129              Date: Tue, 29 May 2001 03:52:25 -0400
130              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
131              
132              Subject: [PATCH 5.6.1] older perl in Configure
133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
134              Date: Tue, 29 May 2001 03:55:40 -0400
135              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
136              
137              Subject: [PATCH 5.6.1] goofs in Configure
138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
139              Date: Tue, 29 May 2001 04:13:07 -0400
140              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
141              
142              Configure portability tweaks.
143      Branch: perl
144            ! Configure
145 ____________________________________________________________________________
146 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
147         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
149              Date: Tue, 29 May 2001 04:07:06 -0400
150              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
151      Branch: perl
152            ! os2/os2.c
153 ____________________________________________________________________________
154 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
155         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
157              Date: Tue, 29 May 2001 04:01:38 -0400
158              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
159      Branch: perl
160            ! hints/os2.sh os2/Makefile.SHs
161 ____________________________________________________________________________
162 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
163         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
165              Date: Tue, 29 May 2001 03:50:18 -0400
166              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
167      Branch: perl
168            ! lib/Test/Harness.pm
169 ____________________________________________________________________________
170 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
171         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
172      Branch: perl
173            ! lib/utf8_heavy.pl
174 ____________________________________________________________________________
175 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
176         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
177              From: Hugo <hv@crypt.compulink.co.uk>
178              Date: Tue, 29 May 2001 03:03:45 +0100
179              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
180              
181              Explanation why the $@ always gets the UTF8 flag when under use utf8--
182              because we told it to have the flag when under use utf8.
183      Branch: perl
184            ! pp_ctl.c
185 ____________________________________________________________________________
186 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
187         Log: At least a partial fix for 20010528.004.
188      Branch: perl
189            ! lib/utf8_heavy.pl
190 ____________________________________________________________________________
191 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
192         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
193              From: Nicholas Clark <nick@ccl4.org> 
194              Date: Mon, 28 May 2001 23:39:38 +0100
195              Message-ID: <20010528233938.M86445@plum.flirble.org>
196              
197              More portable non-zero UV.
198      Branch: perl
199            ! t/lib/extutils.t
200 ____________________________________________________________________________
201 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
202         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
203              From: Nicholas Clark <nick@ccl4.org>
204              Date: Mon, 28 May 2001 22:46:09 +0100
205              Message-ID: <20010528224608.L86445@plum.flirble.org>
206              
207              Test also "make clean".
208      Branch: perl
209            ! t/lib/extutils.t
210 ____________________________________________________________________________
211 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
212         Log: Subject: Re: Would -Wno-unused -Wall be better?
213              From: Michael G Schwern <schwern@pobox.com>
214              Date: Tue, 29 May 2001 00:55:54 +0100
215              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
216      Branch: perl
217            ! pp.h
218 ____________________________________________________________________________
219 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
220         Log: Add a test for 20010528.007, fixed in #10272.
221      Branch: perl
222            ! t/op/misc.t toke.c
223 ____________________________________________________________________________
224 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
225         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
226              From: Hugo <hv@crypt.compulink.co.uk>
227              Date: Tue, 29 May 2001 00:23:23 +0100
228              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
229      Branch: perl
230            ! toke.c
231 ____________________________________________________________________________
232 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
233         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
234              From: Michael G Schwern <schwern@pobox.com>
235              Date: Tue, 29 May 2001 00:42:59 +0100
236              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
237      Branch: perl
238            ! t/pragma/autouse.t
239 ____________________________________________________________________________
240 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
241         Log: Some shells seemingly arrange the signal handlers differently
242              (bug id 20010521.004).
243      Branch: perl
244            ! t/lib/sigaction.t
245 ____________________________________________________________________________
246 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
247         Log: Regen perlmodlib.
248      Branch: perl
249            ! pod/perlmodlib.pod
250 ____________________________________________________________________________
251 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
252         Log: Update Changes.
253      Branch: perl
254            ! Changes patchlevel.h
255 ____________________________________________________________________________
256 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
257         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
258              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
259              Date: Mon, 28 May 2001 14:56:35 -0500
260              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
261      Branch: perl
262            ! pod/perlnewmod.pod
263 ____________________________________________________________________________
264 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
265         Log: Regen toc.
266      Branch: perl
267            ! pod/perltoc.pod
268 ____________________________________________________________________________
269 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
270         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
271              From: "Richard Soderberg" <rs@crystalflame.net>
272              Date: Mon, 28 May 2001 12:31:23 -0700
273              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
274      Branch: perl
275            ! t/op/splice.t
276 ____________________________________________________________________________
277 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
278         Log: The #10260 was too bold: locales and utf8 still do not mix.
279      Branch: perl
280            ! t/pragma/locale.t
281 ____________________________________________________________________________
282 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
283         Log: Subject: [PATCH] Pod nitpicks
284              From: "Richard Soderberg" <rs@crystalflame.net>
285              Date: Mon, 28 May 2001 10:08:58 -0700
286              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
287      Branch: perl
288            ! pod/perl571delta.pod pod/perlapi.pod sv.h
289 ____________________________________________________________________________
290 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
291         Log: Upgrade to I18N::LangTags 0.22.
292      Branch: perl
293            + lib/I18N/LangTags/List.pod
294            ! MANIFEST lib/I18N/LangTags.pm
295 ____________________________________________________________________________
296 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
297         Log: A slightly more serious bug found by -Mutf8; op/misc and
298              lib/complex dumped core.
299      Branch: perl
300            ! regexec.c
301 ____________________________________________________________________________
302 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
303         Log: Various buglets shaken out by -Mutf8.
304      Branch: perl
305            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
306            ! t/pragma/locale.t
307 ____________________________________________________________________________
308 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
309         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
310      Branch: perl
311            ! t/lib/carp.t
312 ____________________________________________________________________________
313 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
314         Log: Subject: [PATCH] todo patch
315              From: Artur Bergman <artur@contiller.se> 
316              Date: Mon, 28 May 2001 17:03:51 +0200
317              Message-ID: <B7383577.F34%artur@contiller.se>
318      Branch: perl
319            ! pod/perltodo.pod
320 ____________________________________________________________________________
321 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
322         Log: Subject: typo in perlguts.pod
323              From: "John P. Linderman" <jpl@research.att.com>
324              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
325              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
326      Branch: perl
327            ! pod/perlguts.pod
328 ____________________________________________________________________________
329 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
330         Log: Subject: AIX and gcc (moving targets)
331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
332              Date: Mon, 28 May 2001 12:54:04 +0200
333              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
334      Branch: perl
335            ! hints/aix.sh
336 ____________________________________________________________________________
337 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
338         Log: Subject: Re: perlio + multiple perl_alloc..destruct
339              From: Doug MacEachern <dougm@covalent.net>
340              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
341              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
342      Branch: perl
343            ! perlio.c
344 ____________________________________________________________________________
345 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
346         Log: The #10251 wasn't quite up-to-the-code.
347      Branch: perl
348            ! t/op/misc.t
349 ____________________________________________________________________________
350 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
351         Log: Test case for bug 20010526.004, fixed in #10252.
352      Branch: perl
353            ! t/op/taint.t
354 ____________________________________________________________________________
355 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
356         Log: Subject: Re: [ID 20010526.004] Taint looses value
357              From: Hugo <hv@crypt.compulink.co.uk>
358              Date: Sun, 27 May 2001 20:39:32 +0100
359              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
360      Branch: perl
361            ! sv.c
362 ____________________________________________________________________________
363 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
364         Log: Test case for 20010422.005, fixed by #10250.
365      Branch: perl
366            ! t/op/misc.t
367 ____________________________________________________________________________
368 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
369         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
370              From: Spider Boardman <spider@Orb.Nashua.NH.US>
371              Date: Mon, 28 May 2001 06:39:12 -0400
372              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
373      Branch: perl
374            ! toke.c
375 ____________________________________________________________________________
376 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
377         Log: Linerewrapping.
378      Branch: perl
379            ! lib/open.pm
380 ____________________________________________________________________________
381 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
382         Log: Updates on the modules list.
383      Branch: perl
384            ! t/lib/1_compile.t
385 ____________________________________________________________________________
386 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
387         Log: Add a test for PerlIO.
388              
389              (I probably got the crlf/raw thing wrong for clrfy platforms...)
390      Branch: perl
391            + t/lib/perlio.t
392            ! MANIFEST lib/PerlIO.pm
393 ____________________________________________________________________________
394 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
395         Log: Add a test for carp et alia.
396      Branch: perl
397            + t/lib/carp.t
398            ! MANIFEST
399 ____________________________________________________________________________
400 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
401         Log: Adding the new test would be swell.
402      Branch: perl
403            + t/pragma/autouse.t
404 ____________________________________________________________________________
405 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
406         Log: Add a test for the autouse pragma.
407      Branch: perl
408            ! MANIFEST
409 ____________________________________________________________________________
410 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
411         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
412              From: dLux <dlux@spam.sch.bme.hu>
413              Date: Sun, 27 May 2001 16:14:26 +0200
414              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
415      Branch: perl
416            ! lib/autouse.pm
417 ____________________________________________________________________________
418 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
419         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
420              From: "Richard Soderberg" <rs@crystalflame.net>
421              Date: Mon, 28 May 2001 03:56:36 -0700
422              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
423      Branch: perl
424            ! utils/dprofpp.PL
425 ____________________________________________________________________________
426 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
427         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
428              From: "Stephen P. Potter" <spp@spotter.yi.org>
429              Date: Tue, 22 May 2001 11:40:25 -0400
430              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
431              
432              Subject: Re: [ID 20010522.003] Time::Local module bug
433              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
434              Date: Tue, 22 May 2001 11:50:19 -0400
435              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
436      Branch: perl
437            ! lib/Time/Local.pm
438 ____________________________________________________________________________
439 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
440         Log: The PERL_DL_NONLAZY can have whitespace in front.
441      Branch: perl
442            ! t/lib/extutils.t
443 ____________________________________________________________________________
444 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
445         Log: Document strftime() and strptime().
446      Branch: perl
447            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
448 ____________________________________________________________________________
449 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
450         Log: Make Time::Piece::strptime() to be a function, not a method.
451      Branch: perl
452            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
453 ____________________________________________________________________________
454 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
455         Log: Tweak the test to be more portable.
456      Branch: perl
457            ! t/lib/extutils.t
458 ____________________________________________________________________________
459 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
460         Log: Subject: PATCH: Re: Re: Attributes that tie
461              From: Leon Brocard <acme@astray.com>
462              Date: Sun, 27 May 2001 12:37:29 +0100
463              Message-ID: <20010527123729.A22663@ns0.astray.com>
464              
465              Document that variable attributes are not currently usable
466              for tieing.  (An ugly limitation that should be fixed.)
467      Branch: perl
468            ! lib/attributes.pm
469 ____________________________________________________________________________
470 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
471         Log: Microperl tweaks.
472      Branch: perl
473            ! Makefile.micro uconfig.h uconfig.sh
474 ____________________________________________________________________________
475 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
476         Log: Add make target for microperl (kind of silly, but convenient).
477      Branch: perl
478            ! Makefile.SH
479 ____________________________________________________________________________
480 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
481         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
482              for microperl.)
483      Branch: perl
484            ! doio.c
485 ____________________________________________________________________________
486 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
487         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
488              From: rspier@pobox.com (Robert Spier)
489              Date: Sat, 26 May 2001 20:05:23 -0400
490              Message-ID: <15120.17603.148648.12430@rls.cx>
491              
492              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
493              From: rspier@pobox.com (Robert Spier)
494              Date: Sun, 27 May 2001 00:23:12 -0400
495              Message-ID: <15120.33072.511966.767230@rls.cx>
496      Branch: perl
497            ! doio.c pod/perlfunc.pod
498 ____________________________________________________________________________
499 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
500         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
501      Branch: perl
502            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
503 ____________________________________________________________________________
504 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
505         Log: Add README.tru64.
506      Branch: perl
507            + README.tru64
508 ____________________________________________________________________________
509 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
510         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
511      Branch: perl
512            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
513            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
514            ! MANIFEST
515 ____________________________________________________________________________
516 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
517         Log: Integrate I18N::LangTags from Sean Burke.
518              
519              TODO: the language list from RFC 3066 needs to be integrated
520              and made available somehow.  The list is included in the
521              I18N-LangTags 0.21 distribution, but it is undocumented
522              and unconnected to the module.
523      Branch: perl
524            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
525            ! MANIFEST
526 ____________________________________________________________________________
527 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
528         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
529              envisioned by Sarathy.
530      Branch: perl
531            ! t/op/ver.t toke.c
532 ____________________________________________________________________________
533 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
534         Log: Subject: [ID 20010525.001] Pod typo nits fixed
535              From: lvirden@cas.org
536              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
537              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
538              
539              minus the perlsolaris decimation plus the
540              
541              Subject: Re: [ID 20010525.001] Pod typo nits fixed
542              From: "Philip Newton" <Philip.Newton@gmx.net>
543              Date: Fri, 25 May 2001 18:05:55 +0200
544              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
545      Branch: perl
546            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
547            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
548            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
549            ! pod/perlutil.pod pod/perlxstut.pod
550 ____________________________________________________________________________
551 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
552         Log: return clauses are nice.
553      Branch: perl
554            ! sv.c
555 ____________________________________________________________________________
556 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
557         Log: Subject: change 10199 backwards?
558              From: Doug MacEachern <dougm@covalent.net>
559              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
560              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
561      Branch: perl
562            ! sv.c
563 ____________________________________________________________________________
564 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
565         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
566              From: Hugo <hv@crypt.compulink.co.uk>
567              Date: Sat, 26 May 2001 17:05:12 +0100
568              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
569      Branch: perl
570            + t/op/gmagic.t
571            ! MANIFEST doop.c embed.h embed.pl global.sym
572            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
573            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
574 ____________________________________________________________________________
575 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
576         Log: Regen headers for #10221.
577      Branch: perl
578            ! global.sym objXSUB.h perlapi.c
579 ____________________________________________________________________________
580 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
581         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
582              From: Juha Laiho <juha.laiho@Elma.Net>
583              Date: Thu, 3 May 2001 09:51:30 +0300
584              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
585      Branch: perl
586            ! embed.pl
587 ____________________________________________________________________________
588 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
589         Log: Subject: Re: [PATCH] Re: stability of sort()?
590              From: "John P. Linderman" <jpl@research.att.com>
591              Date: Sat, 26 May 2001 13:27:19 -0400
592              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
593      Branch: perl
594            ! pod/perlfunc.pod
595 ____________________________________________________________________________
596 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
597         Log: Integrate perlio.
598      Branch: perl
599           !> pod/perlguts.pod
600 ____________________________________________________________________________
601 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
602         Log: Subject: [PATCH perl@10210] PerlIO for VMS
603              From: "Craig A. Berry" <craigberry@mac.com>
604              Date: Sat, 26 May 2001 09:34:11 -0500
605              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
606      Branch: perl
607            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
608            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
609            ! vms/vmsish.h
610 ____________________________________________________________________________
611 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
612         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
613              From: David Dyck <dcd@tc.fluke.com>
614              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
615              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
616      Branch: perl
617            ! lib/perl5db.pl
618 ____________________________________________________________________________
619 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
620         Log: Subject: utf8 regexp tests
621              From: Hugo <hv@crypt.compulink.co.uk>
622              Date: Fri, 25 May 2001 22:35:01 +0100
623              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
624      Branch: perl
625            ! t/op/regexp.t
626 ____________________________________________________________________________
627 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
628         Log: Subject: [PATCH] Re: stability of sort()?
629              From: Nicholas Clark <nick@ccl4.org>
630              Date: Fri, 25 May 2001 22:40:19 +0100
631              Message-ID: <20010525224019.B86445@plum.flirble.org>
632      Branch: perl
633            ! pod/perlfunc.pod
634 ____________________________________________________________________________
635 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
636         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
637              From: John Peacock <jpeacock@rowman.com>
638              Date: Thu, 24 May 2001 22:14:01 -0400
639              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
640      Branch: perl
641            ! mg.c scope.c sv.c
642 ____________________________________________________________________________
643 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
644         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
645              From: Nicholas Clark <nick@ccl4.org>
646              Date: Sun, 20 May 2001 19:24:13 +0100
647              Message-ID: <20010520192413.G83222@plum.flirble.org>
648      Branch: perl
649            + lib/ExtUtils/Constant.pm t/lib/extutils.t
650            ! MANIFEST utils/h2xs.PL
651 ____________________________________________________________________________
652 [ 10212] By: nick                                  on 2001/05/26  09:49:28
653         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
654              add a few more notes there on use of mortals on the stack.
655      Branch: perlio
656            ! pod/perlguts.pod
657 ____________________________________________________________________________
658 [ 10211] By: nick                                  on 2001/05/26  09:05:36
659         Log: Integrate mainline
660      Branch: perlio
661           +> t/lib/fcntl.t t/pragma/vars.t
662           !> (integrate 49 files)
663 ____________________________________________________________________________
664 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
665         Log: Update Changes.
666      Branch: perl
667            ! Changes patchlevel.h
668 ____________________________________________________________________________
669 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
670         Log: Based on
671              
672              Subject: [PATCH pp.c] Wrapping pack("C",256)
673              From: Simon Cozens <simon@netthink.co.uk>
674              Date: Sat, 12 May 2001 17:58:41 +0100
675              Message-ID: <20010512175841.A6132@netthink.co.uk>
676      Branch: perl
677            ! pod/perldiag.pod pp.c t/pragma/warn/pp
678 ____________________________________________________________________________
679 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
680         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
681              From: "Brendan O'Dea" <bod@compusol.com.au>
682              Date: Fri, 25 May 2001 11:18:29 +1000
683              Message-ID: <20010525111829.A28411@compusol.com.au>
684              
685              (Slightly modified.)
686      Branch: perl
687            ! lib/Term/Cap.pm
688 ____________________________________________________________________________
689 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
690         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
691              From: Hugo <hv@crypt.compulink.co.uk>
692              Date: Fri, 25 May 2001 02:13:25 +0100
693              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
694      Branch: perl
695            ! t/op/misc.t
696 ____________________________________________________________________________
697 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
698         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
699              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
700              Date: Fri, 25 May 2001 10:25:36 +0900
701              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
702      Branch: perl
703            ! regcomp.c regexec.c
704 ____________________________________________________________________________
705 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
706         Log: Subject: [PATCH #2] stash autovivification and method call error messages
707              From: Ilmari Karonen <iltzu@sci.fi>
708              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
709              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
710      Branch: perl
711            ! gv.c pp_hot.c t/op/method.t
712 ____________________________________________________________________________
713 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
714         Log: Add make target and documentation for gprof profiling.
715      Branch: perl
716            ! Makefile.SH pod/perlhack.pod
717 ____________________________________________________________________________
718 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
719         Log: Subject: Don't think about UTF8 
720              From: Mike Guy <mjtg@cam.ac.uk> 
721              Date: Tue, 22 May 2001 14:35:39 +0100
722              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
723      Branch: perl
724            ! sv.h
725 ____________________________________________________________________________
726 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
727         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
728              From: Geraint A Edwards <gedge@serf.org> 
729              Date: Thu, 24 May 2001 22:51:24 +0100
730              Message-Id: <20010524225124.A34981@cymru.serf.org>
731      Branch: perl
732            ! x2p/find2perl.PL
733 ____________________________________________________________________________
734 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
735         Log: DB_File has its own attribute story.
736      Branch: perl
737            ! ext/DB_File/DB_File.xs
738 ____________________________________________________________________________
739 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
740         Log: Subject: Re: Making perl with -Wall
741              From: Andy Dougherty <doughera@lafayette.edu>
742              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
743              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
744      Branch: perl
745            ! perl.h
746 ____________________________________________________________________________
747 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
748         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
749              From: "Richard Soderberg" <rs@crystalflame.net>
750              Date: Thu, 24 May 2001 08:58:16 -0700
751              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
752      Branch: perl
753            ! sv.c
754 ____________________________________________________________________________
755 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
756         Log: IV/UV casting fixes from Nicholas Clark.
757      Branch: perl
758            ! perl.h pp_sys.c util.c
759 ____________________________________________________________________________
760 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
761         Log: Subject: Re: Making perl with -Wall
762              From: Michael G Schwern <schwern@pobox.com>
763              Date: Thu, 24 May 2001 15:40:28 +0100
764              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
765      Branch: perl
766            ! malloc.c perl.h
767 ____________________________________________________________________________
768 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
769         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
771              Date: Tue, 22 May 2001 11:49:37 +0200
772              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
773      Branch: metaconfig
774            ! U/modified/Oldsym.U
775      Branch: metaconfig/U/perl
776            ! patchlevel.U
777      Branch: perl
778            ! Configure config_h.SH myconfig.SH
779 ____________________________________________________________________________
780 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
781         Log: Under versiononly install also the scripts with the version suffix.
782              (e.g. .../bin/h2xs5.7.1)
783      Branch: perl
784            ! installperl
785 ____________________________________________________________________________
786 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
787         Log: Subject: [PATCH] Stop segfault in mg.c:636
788              From: "Richard Soderberg" <rs@crystalflame.net>
789              Date: Thu, 24 May 2001 05:51:52 -0700
790              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
791      Branch: perl
792            ! mg.c
793 ____________________________________________________________________________
794 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
795         Log: Iteration continues; hopefully convergently.
796      Branch: perl
797            ! t/lib/b-stash.t
798 ____________________________________________________________________________
799 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
800         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
801              From: Gisle Aas <gisle@ActiveState.com>
802              Date: 23 May 2001 16:13:10 -0700
803              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
804      Branch: perl
805            ! op.c toke.c
806 ____________________________________________________________________________
807 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
808         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
809              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
810              Date: Thu, 24 May 2001 05:05:22 -0500
811              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
812      Branch: perl
813            ! lib/dumpvar.pl lib/perl5db.pl
814 ____________________________________________________________________________
815 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
816         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
817              From: David Dyck <dcd@tc.fluke.com>
818              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
819              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
820      Branch: perl
821            ! lib/perl5db.pl
822 ____________________________________________________________________________
823 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
824         Log: Tiny pod nits on READMEs, mostly whitespace issues.
825      Branch: perl
826            ! README.amiga README.dos README.macos README.mpeix README.vmesa
827            ! README.win32
828 ____________________________________________________________________________
829 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
830         Log: The DG/UX part of the 20010521.005.
831      Branch: perl
832            ! README.dgux
833 ____________________________________________________________________________
834 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
835         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
836              From: Hugo <hv@crypt.compulink.co.uk>
837              Date: Mon, 21 May 2001 16:32:02 +0100
838              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
839      Branch: perl
840            ! regcomp.c t/op/misc.t
841 ____________________________________________________________________________
842 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
843         Log: Subject: [PATCH] Extra UNIVERSAL tests
844              From: Mike Guy <mjtg@cam.ac.uk>
845              Date: Wed, 23 May 2001 12:29:20 +0100
846              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
847      Branch: perl
848            ! t/op/universal.t
849 ____________________________________________________________________________
850 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
851         Log: Subject: [PATCH] Remove EQ keyword
852              From: Mike Guy <mjtg@cam.ac.uk>
853              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
854              Date: Wed, 23 May 2001 11:17:29 +0100
855      Branch: perl
856            ! keywords.h keywords.pl
857 ____________________________________________________________________________
858 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
859         Log: Subject: [PATCH] lib/perl5db.pl
860              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
861              Date: Wed, 23 May 2001 02:18:03 -0500
862              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
863      Branch: perl
864            ! lib/perl5db.pl
865 ____________________________________________________________________________
866 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
867         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
868              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
869              Date: Tue, 22 May 2001 23:34:41 -0500
870              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
871      Branch: perl
872            ! lib/Term/Cap.pm
873 ____________________________________________________________________________
874 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
875         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
876              From: davem@fdgroup.co.uk
877              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
878              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
879      Branch: perl
880            ! emacs/e2ctags.pl
881 ____________________________________________________________________________
882 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
883         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
884              From: Michael G Schwern <schwern@pobox.com>
885              Date: Tue, 22 May 2001 14:15:09 +0100
886              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
887      Branch: perl
888            ! lib/vars.pm
889 ____________________________________________________________________________
890 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
891         Log: Subject: [PATCH lib/vars.pm] Odd code nit
892              From: Michael G Schwern <schwern@pobox.com>
893              Date: Tue, 22 May 2001 14:14:28 +0100
894              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
895      Branch: perl
896            ! lib/vars.pm
897 ____________________________________________________________________________
898 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
899         Log: Use the new use vars feature.
900      Branch: perl
901            ! t/lib/b-stash.t
902 ____________________________________________________________________________
903 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
904         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
905              From: Mike Guy <mjtg@cam.ac.uk>
906              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
907              Date: Tue, 22 May 2001 13:11:39 +0100
908      Branch: perl
909            + t/pragma/vars.t
910            ! MANIFEST lib/vars.pm t/lib/1_compile.t
911 ____________________________________________________________________________
912 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
913         Log: -qlongdouble considered harmful by Merijn.
914      Branch: perl
915            ! hints/aix.sh
916 ____________________________________________________________________________
917 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
918         Log: Update Changes.
919      Branch: perl
920            ! Changes patchlevel.h
921 ____________________________________________________________________________
922 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
923         Log: Add a test of its very own for Fcntl.  Hopefully portable.
924      Branch: perl
925            + t/lib/fcntl.t
926            ! MANIFEST
927 ____________________________________________________________________________
928 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
929         Log: Must be trickier for 'minitest' not to die.
930      Branch: perl
931            ! t/op/taint.t
932 ____________________________________________________________________________
933 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
934         Log: Can't declare other people's variables.
935      Branch: perl
936            ! t/lib/b-stash.t
937 ____________________________________________________________________________
938 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
939         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
940      Branch: perl
941            ! doio.c t/op/taint.t
942 ____________________________________________________________________________
943 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
944         Log: The OS/2 variable needs to be declared.
945      Branch: perl
946            ! t/lib/b-stash.t
947 ____________________________________________________________________________
948 [ 10170] By: nick                                  on 2001/05/20  16:48:29
949         Log: Integrate mainline
950      Branch: perlio
951           !> (integrate 41 files)
952 ____________________________________________________________________________
953 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
954         Log: Small perlsec updates: clarify the taintedness of filename
955              globbing; suggest using Scalar::Util::tainted().
956      Branch: perl
957            ! pod/perlsec.pod
958 ____________________________________________________________________________
959 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
960         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
961              From: Dave Mitchell <davem@fdgroup.co.uk>
962              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
963              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
964      Branch: perl
965            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
966            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
967            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
968            ! xsutils.c
969 ____________________________________________________________________________
970 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
971         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
973              Date: Sat, 19 May 2001 04:08:46 -0400
974              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
975      Branch: perl
976            ! lib/ExtUtils/Mksymlists.pm makedef.pl
977 ____________________________________________________________________________
978 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
979         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
981              Date: Sat, 19 May 2001 04:30:45 -0400
982              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
983      Branch: perl
984            ! os2/os2.c
985 ____________________________________________________________________________
986 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
987         Log: Subject: [PATCH 5.6.1] build bugs OS/2
988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
989              Date: Sat, 19 May 2001 04:35:28 -0400
990              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
991      Branch: perl
992            ! os2/Makefile.SHs os2/os2.c
993 ____________________________________________________________________________
994 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
995         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
997              Date: Sat, 19 May 2001 04:04:23 -0400
998              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
999              
1000              (In bleadperl patched b-stash.t instead of b.t)
1001      Branch: perl
1002            ! t/lib/b-stash.t t/lib/bigfltpm.t
1003 ____________________________________________________________________________
1004 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
1005         Log: Subject: [PATCH 5.6.1] perl5db
1006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1007              Date: Sat, 19 May 2001 03:49:09 -0400
1008              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
1009      Branch: perl
1010            ! lib/perl5db.pl
1011 ____________________________________________________________________________
1012 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
1013         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
1014              From: Gisle Aas <gisle@ActiveState.com>
1015              Date: 18 May 2001 14:24:51 -0700
1016              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
1017      Branch: perl
1018            ! pp_ctl.c
1019 ____________________________________________________________________________
1020 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
1021         Log: Subject: [PATCH] Chomp should not always stringify
1022              From: Gisle Aas <gisle@ActiveState.com>
1023              Date: 18 May 2001 07:55:25 -0700
1024              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
1025      Branch: perl
1026            ! doop.c t/op/chop.t
1027 ____________________________________________________________________________
1028 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
1029         Log: Integrate perlio.
1030      Branch: perl
1031           !> pod/perlfunc.pod
1032 ____________________________________________________________________________
1033 [ 10159] By: nick                                  on 2001/05/20  09:39:46
1034         Log: Document some more of open's features.
1035      Branch: perlio
1036            ! pod/perlfunc.pod
1037 ____________________________________________________________________________
1038 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
1039         Log: back out change#10153 (it has compatibility issues such as the
1040              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
1041              benefit for 5.6.x doesn't seem worth the risk)
1042      Branch: maint-5.6/perl
1043            ! toke.c
1044 ____________________________________________________________________________
1045 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
1046         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
1047      Branch: perl
1048            ! x2p/s2p.PL
1049 ____________________________________________________________________________
1050 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
1051         Log: Update Changes.
1052      Branch: perl
1053            ! Changes patchlevel.h
1054 ____________________________________________________________________________
1055 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
1056         Log: Integrate change #10144 from maintperl.
1057              
1058              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
1059      Branch: perl
1060           !> win32/config.bc win32/config.gc win32/config.vc
1061           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1062 ____________________________________________________________________________
1063 [ 10154] By: nick                                  on 2001/05/18  07:23:03
1064         Log: Integrate mainline.
1065      Branch: perlio
1066           +> README.dgux t/lib/i18n-collate.t utils.lst
1067           !> (integrate 49 files)
1068 ____________________________________________________________________________
1069 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
1070         Log: Integrate change #7224 from mainline into maintperl.
1071              
1072              Allow @+ and @- to be doublequoted, from Simon Cozens. 
1073              (Approved by Larry, see Tom's comment in 20000830.005.)
1074      Branch: maint-5.6/perl
1075           !> toke.c
1076 ____________________________________________________________________________
1077 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
1078         Log: Subject: [PATCH bleadperl] small lookbehind fix
1079              From: Hugo <hv@crypt.compulink.co.uk>
1080              Date: Fri, 18 May 2001 00:07:19 +0100
1081              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
1082      Branch: perl
1083            ! regexec.c
1084 ____________________________________________________________________________
1085 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
1086         Log: Detypos.
1087      Branch: perl
1088            ! installman utils.lst
1089 ____________________________________________________________________________
1090 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
1091         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
1092              in 20001222.001.
1093      Branch: perl
1094            ! t/lib/glob-basic.t
1095 ____________________________________________________________________________
1096 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
1097         Log: Subject: [PATCH] Test for bug 20010515.004
1098              From: Benjamin Sugars <bsugars@canoe.ca>
1099              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
1100              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
1101      Branch: perl
1102            ! t/op/misc.t
1103 ____________________________________________________________________________
1104 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
1105         Log: Integrate #10145 from maintperl.
1106              
1107              fix for ID 20010515.004 (needs test)
1108      Branch: perl
1109           !> pp_hot.c
1110 ____________________________________________________________________________
1111 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
1112         Log: Thinko noticed by Doug MacEachern.
1113      Branch: perl
1114            ! thread.h
1115 ____________________________________________________________________________
1116 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
1117         Log: Subject: Re: [PATCH] HERE mark in regex
1118              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1119              Date: Thu, 17 May 2001 12:20:33 -0400
1120              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
1121      Branch: perl
1122            ! t/op/re_tests
1123 ____________________________________________________________________________
1124 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
1125         Log: fix for ID 20010515.004 (needs test)
1126      Branch: maint-5.6/perl
1127            ! pp_hot.c
1128 ____________________________________________________________________________
1129 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
1130         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
1131      Branch: maint-5.6/perl
1132            ! win32/config.bc win32/config.gc win32/config.vc
1133            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1134 ____________________________________________________________________________
1135 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
1136         Log: Macrofy the getspecific (and use it also in util.c)
1137      Branch: perl
1138            ! thread.h util.c
1139 ____________________________________________________________________________
1140 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
1141         Log: Use the unchecked thread-specific key fetch also in Tru64.
1142      Branch: perl
1143            ! thread.h
1144 ____________________________________________________________________________
1145 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
1146         Log: Subject: [PATCH 5.6.1]Quick thread speedup
1147              From: Dan Sugalski <dan@sidhe.org> 
1148              Date: Wed, 16 May 2001 18:05:19 -0400
1149              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
1150      Branch: perl
1151            ! thread.h util.c
1152 ____________________________________________________________________________
1153 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
1154         Log: I think this is quite enough testing for a deprecated feature.
1155      Branch: perl
1156            + t/lib/i18n-collate.t
1157            ! MANIFEST t/lib/1_compile.t
1158 ____________________________________________________________________________
1159 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
1160         Log: More HP-UX lore from Jeff Okamoto.
1161      Branch: perl
1162            ! README.hpux
1163 ____________________________________________________________________________
1164 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
1165         Log: Sort utils.lst for easier maintenance.
1166      Branch: perl
1167            ! utils.lst
1168 ____________________________________________________________________________
1169 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
1170         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1171              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1172              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
1173              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
1174              
1175              Add pod2latex to utils.lst.
1176      Branch: perl
1177            ! MANIFEST utils.lst
1178 ____________________________________________________________________________
1179 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
1180         Log: Subject: Re: [PATCH] HERE mark in regex
1181              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1182              Date: Wed, 16 May 2001 13:04:43 -0400
1183              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
1184      Branch: perl
1185            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
1186            ! t/op/regmesg.t t/pragma/warn/regcomp
1187 ____________________________________________________________________________
1188 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
1189         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1190              From: Simon Cozens <simon@netthink.co.uk>
1191              Date: Wed, 16 May 2001 18:02:08 +0100
1192              Message-ID: <20010516180208.A6458@netthink.co.uk>
1193      Branch: perl
1194            ! installman utils.lst
1195 ____________________________________________________________________________
1196 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
1197         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
1198              From: "Philip Newton" <pnewton@gmx.de>
1199              Date: Tue, 15 May 2001 15:09:30 +0200
1200              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
1201              
1202              Test case for #10128.
1203      Branch: perl
1204            ! t/pragma/warn/pp_hot
1205 ____________________________________________________________________________
1206 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
1207         Log: Update Changes.
1208      Branch: perl
1209            ! Changes patchlevel.h
1210 ____________________________________________________________________________
1211 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
1212         Log: Deprecate pseudo-hashes.
1213      Branch: perl
1214            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
1215 ____________________________________________________________________________
1216 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
1217         Log: HP-UX hints update from Merijn.
1218      Branch: perl
1219            ! hints/hpux.sh
1220 ____________________________________________________________________________
1221 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
1222         Log: README.hpux update from Merijn.
1223      Branch: perl
1224            ! README.hpux
1225 ____________________________________________________________________________
1226 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
1227         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1228              From: Simon Cozens <simon@netthink.co.uk>
1229              Date: Wed, 16 May 2001 15:57:55 +0100
1230              Message-ID: <20010516155755.A4728@netthink.co.uk>
1231      Branch: perl
1232            + utils.lst
1233            ! MANIFEST installman installperl
1234 ____________________________________________________________________________
1235 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
1236         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
1237              From: "Philip Newton" <pnewton@gmx.de>
1238              Date: Tue, 15 May 2001 16:31:05 +0200
1239              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
1240              
1241              Fix PERL_Y2KWARN test to check before rather than after appending.
1242      Branch: perl
1243            ! pp_hot.c
1244 ____________________________________________________________________________
1245 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
1246         Log: Regen Porting stuff.
1247      Branch: perl
1248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1249            ! config_h.SH
1250 ____________________________________________________________________________
1251 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
1252         Log: Metaconfig unit change for #10125.
1253      Branch: metaconfig
1254            ! U/modified/Oldconfig.U
1255 ____________________________________________________________________________
1256 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
1257         Log: Use OSVERS.
1258      Branch: perl
1259            ! Configure config_h.SH perl.c
1260 ____________________________________________________________________________
1261 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
1262         Log: Regen toc.
1263      Branch: perl
1264            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1265 ____________________________________________________________________________
1266 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
1267         Log: Adding the README.dgux to the MANIFEST would be a good idea.
1268      Branch: perl
1269            ! MANIFEST
1270 ____________________________________________________________________________
1271 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
1272         Log: Move the stack desire definition to thread.h.
1273      Branch: perl
1274            ! ext/Thread/Thread.xs thread.h
1275 ____________________________________________________________________________
1276 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
1277         Log: DG-UX threading patches, including a README.dgux,
1278              from Takis Psarogiannakopoulos.
1279      Branch: perl
1280            + README.dgux
1281            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
1282 ____________________________________________________________________________
1283 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
1284         Log: Subject: [PATCH B::Deparse] More on /x regexes
1285              From: Robin Houston <robin@kitsite.com>
1286              Date: Tue, 15 May 2001 19:09:35 +0100
1287              Message-ID: <20010515190935.A27268@penderel>
1288      Branch: perl
1289            ! ext/B/B/Deparse.pm
1290 ____________________________________________________________________________
1291 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
1292         Log: Document that the core time() may be rounding rather
1293              than truncating, would have saved at least my confusion.
1294      Branch: perl
1295            ! ext/Time/HiRes/HiRes.pm
1296 ____________________________________________________________________________
1297 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
1298         Log: Subject: perl-current/t/time-hires.t
1299              From: John Peacock <jpeacock@rowman.com>
1300              Date: Fri, 11 May 2001 14:09:41 -0400
1301              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
1302      Branch: perl
1303            ! t/lib/time-hires.t
1304 ____________________________________________________________________________
1305 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
1306         Log: Subject: [PATCH dump.c] Op private flags
1307              From: Simon Cozens <simon@netthink.co.uk>
1308              Date: Sun, 13 May 2001 20:20:36 +0100
1309              Message-ID: <20010513202036.A21896@netthink.co.uk>
1310      Branch: perl
1311            ! dump.c
1312 ____________________________________________________________________________
1313 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
1314         Log: Upgrade to Switch 2.03.
1315      Branch: perl
1316            ! lib/Switch.pm
1317 ____________________________________________________________________________
1318 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
1319         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
1320              to PERL_CONFIG_SH and use it consistently.
1321      Branch: maint-5.6/perl
1322           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1323           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1324           !> myconfig.SH writemain.SH
1325 ____________________________________________________________________________
1326 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
1327         Log: Metaconfig units changes for #10113.
1328      Branch: metaconfig
1329            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
1330 ____________________________________________________________________________
1331 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
1332         Log: The problem described in 20010514.031 still wasn't
1333              fully cured, there were remnants of $CONFIG when
1334              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
1335              to avoid future conflicts.
1336      Branch: perl
1337            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1338            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1339            ! myconfig.SH writemain.SH
1340 ____________________________________________________________________________
1341 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
1342         Log: Half of #10107 got lost.
1343      Branch: perl
1344            ! ext/B/B/Deparse.pm
1345 ____________________________________________________________________________
1346 [ 10111] By: nick                                  on 2001/05/15  08:39:14
1347         Log: Integrate mainline.
1348      Branch: perlio
1349           +> ext/POSIX/hints/uts.pl
1350            - Todo Todo-5.6 t/camel-III/vstring.t
1351           !> (integrate 48 files)
1352 ____________________________________________________________________________
1353 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
1354         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
1355              From: Robin Houston <robin@kitsite.com>
1356              Date: Mon, 14 May 2001 22:27:08 +0100
1357              Message-ID: <20010514222708.A22963@penderel>
1358      Branch: perl
1359            ! t/TestInit.pm
1360 ____________________________________________________________________________
1361 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
1362         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
1363              From: Robin Houston <robin@kitsite.com>
1364              Date: Mon, 14 May 2001 22:16:43 +0100
1365              Message-ID: <20010514221643.A22437@penderel>
1366      Branch: perl
1367            ! ext/B/B/Deparse.pm
1368 ____________________________________________________________________________
1369 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
1370         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
1371              From: Robin Houston <robin@kitsite.com>
1372              Date: Mon, 14 May 2001 22:03:44 +0100
1373              Message-ID: <20010514220344.A20643@penderel>
1374      Branch: perl
1375            ! ext/B/B/Deparse.pm
1376 ____________________________________________________________________________
1377 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
1378         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
1379              From: Robin Houston <robin@kitsite.com>
1380              Date: Mon, 14 May 2001 22:10:07 +0100
1381              Message-ID: <20010514221007.A21118@penderel>
1382      Branch: perl
1383            ! ext/B/B/Deparse.pm
1384 ____________________________________________________________________________
1385 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
1386         Log: Fix for 20010514.037; substr() didn't invalidate the locale
1387              collation magic.
1388      Branch: perl
1389            ! pp.c
1390 ____________________________________________________________________________
1391 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
1392         Log: Update Changes.
1393      Branch: perl
1394            ! Changes patchlevel.h
1395 ____________________________________________________________________________
1396 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
1397         Log: Retract #10094.
1398      Branch: perl
1399            ! lib/Pod/Text.pm
1400 ____________________________________________________________________________
1401 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
1402         Log: Integrate change #10100 from maintperl.
1403              
1404              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
1405              bug ID 20010514.027)
1406      Branch: perl
1407           !> mg.c pp_ctl.c
1408 ____________________________________________________________________________
1409 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
1410         Log: Document the deprecatedness of suidperl.
1411      Branch: perl
1412            ! INSTALL pod/perlfaq1.pod
1413 ____________________________________________________________________________
1414 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
1415         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
1416              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1417              Date: Mon, 14 May 2001 09:38:59 -0400
1418              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
1419      Branch: perl
1420            ! lib/ExtUtils/MM_Unix.pm
1421 ____________________________________________________________________________
1422 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
1423         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
1424              bug ID 20010514.027)
1425              
1426              TODO: this needs a testsuite addition
1427      Branch: maint-5.6/perl
1428            ! mg.c pp_ctl.c
1429 ____________________________________________________________________________
1430 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
1431         Log: More DWIMminess for Class::Struct: calling the array or hash
1432              accessors only with one argument, an array or a hash reference,
1433              sets the underlying array or hash.  This mirrors nicely also
1434              the usage in the constructor.
1435              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
1436      Branch: perl
1437            ! lib/Class/Struct.pm t/lib/class-struct.t
1438 ____________________________________________________________________________
1439 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
1440         Log: Reference cmp'ing should go through the whole stringification
1441              process shebang, as pointed out by Sarathy in #10091.
1442      Branch: perl
1443            ! pp.c
1444 ____________________________________________________________________________
1445 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
1446         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
1447              From: Simon Cozens <simon@netthink.co.uk>
1448              Date: Sat, 12 May 2001 16:36:27 +0100
1449              Message-ID: <20010512163627.A5522@netthink.co.uk>
1450              
1451              with some additions salvaged from Todo and Todo-5.6 before
1452              retiring them.
1453      Branch: perl
1454            - Todo Todo-5.6
1455            ! MANIFEST pod/perltodo.pod
1456 ____________________________________________________________________________
1457 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
1458         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
1459              From: "Golubev I. N." <gin@mo.msk.ru>
1460              Date: Mon, 07 May 2001 14:33:34 (GMT)
1461              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
1462      Branch: perl
1463            ! perl.h
1464 ____________________________________________________________________________
1465 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
1466         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
1467              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1468              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
1469              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
1470      Branch: perl
1471            ! lib/ExtUtils/MM_Unix.pm
1472 ____________________________________________________________________________
1473 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
1474         Log: (Retracted by #10104.)
1475              
1476              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
1477              From: barries <barries@slaysys.com>
1478              Date: Sat, 12 May 2001 01:28:10 -0400
1479              Message-ID: <20010512012810.B26358@jester.slaysys.com>
1480      Branch: perl
1481            ! lib/Pod/Text.pm
1482 ____________________________________________________________________________
1483 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
1484         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
1485              From: Mike Guy <mjtg@cam.ac.uk>
1486              Date: Sat, 12 May 2001 19:24:33 +0100
1487              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
1488      Branch: perl
1489            ! lib/AutoSplit.pm
1490 ____________________________________________________________________________
1491 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
1492         Log: Yet another HP-UX hints tweak from Merijn.
1493      Branch: perl
1494            ! hints/hpux.sh
1495 ____________________________________________________________________________
1496 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
1497         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
1498              isn't defined (changes#9366,9368,9370 from mainline without the
1499              pp_scmp() change)
1500      Branch: maint-5.6/perl
1501            ! pp.c pp.h pp_hot.c
1502 ____________________________________________________________________________
1503 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
1504         Log: The sorting seems to happen now automatically.
1505      Branch: perl
1506            ! t/lib/glob-basic.t
1507 ____________________________________________________________________________
1508 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
1509         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
1510              From: Benjamin Sugars <bsugars@canoe.ca>
1511              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
1512              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
1513      Branch: perl
1514            ! pod/perlfunc.pod
1515 ____________________________________________________________________________
1516 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
1517         Log: Subject: Re: undef(&foo) does not work for XS functions
1518              From: Doug MacEachern <dougm@covalent.net>
1519              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
1520              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
1521      Branch: perl
1522            ! op.c
1523 ____________________________________________________________________________
1524 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
1525         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
1526              From: Peter Prymmer <pvhp@forte.com>
1527              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
1528              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
1529      Branch: perl
1530            ! t/op/append.t
1531 ____________________________________________________________________________
1532 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
1533         Log: Update Changes.
1534      Branch: perl
1535            ! Changes patchlevel.h
1536 ____________________________________________________________________________
1537 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
1538         Log: Remove the 'asciir' re subpragma.  Should instead implement
1539              the 'physical vs logical' range scheme:
1540              
1541              \xAA-\xCC is a native physical range, you want that range of
1542              codepoints in your native encoding.  In EBCDIC the codepoints
1543              in the gaps (between i-j and r-s) should be included.
1544              
1545              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
1546              codepoints in Unicode.
1547              
1548              a-z is a logical range, you want that range of 'logical' codepoints
1549              in your native encoding.  In EBCDIC the codepoints in the gaps
1550              (between i-j and r-s) should not be included.
1551              
1552              Mixed cases (a-\xAA, etc) should either be errors, or maybe
1553              the 'logical' endpoints should be converted to native/Unicode
1554              codepoints, and the range handled as a physical range.
1555              
1556              'Logical endpoints' are to be recognized only in the A-Z, a-z,
1557              and 0-9 ranges.  Probably a warning should be given for mixed
1558              cases like A-z or a-9 (since such expressions are encoding
1559              dependent), with a recommendation to use physical ranges.
1560      Branch: perl
1561            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
1562            ! t/op/regexp.t
1563 ____________________________________________________________________________
1564 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
1565         Log: Make the test to cleanup the test directory tree
1566              both before and after the testing so that we always
1567              have a clean slate to work with.
1568      Branch: perl
1569            ! t/lib/filefind.t
1570 ____________________________________________________________________________
1571 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
1572         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
1573              From: Jon Eveland <jweveland@yahoo.com>
1574              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
1575              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
1576      Branch: perl
1577            ! pod/perlfunc.pod
1578 ____________________________________________________________________________
1579 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
1580         Log: Merge the camel-III/vstring.t with op/ver.t.
1581      Branch: perl
1582            - t/camel-III/vstring.t
1583            ! MANIFEST t/TEST t/harness t/op/ver.t
1584 ____________________________________________________________________________
1585 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
1586         Log: Add test.deparse make target.
1587      Branch: perl
1588            ! Makefile.SH
1589 ____________________________________________________________________________
1590 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
1591         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
1592              From: Robin Houston <robin@kitsite.com>
1593              Date: Fri, 11 May 2001 12:02:22 +0100
1594              Message-ID: <20010511120222.A11529@penderel>
1595      Branch: perl
1596            ! ext/B/B/Deparse.pm t/op/method.t
1597 ____________________________________________________________________________
1598 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
1599         Log: A nicely working combination for UTS from Hal Morris.
1600      Branch: perl
1601            + ext/POSIX/hints/uts.pl
1602            ! MANIFEST hints/uts.sh
1603 ____________________________________________________________________________
1604 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
1605         Log: i_ieeefp=undef for UTS.
1606      Branch: perl
1607            ! hints/uts.sh
1608 ____________________________________________________________________________
1609 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
1610         Log: Subject: RE: rand(0) is rand(1)
1611              From: Larry Shatzer <lshatzer@islanddata.com>
1612              Date: Thu, 10 May 2001 11:09:27 -0700
1613              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
1614      Branch: perl
1615            ! pod/perlfunc.pod
1616 ____________________________________________________________________________
1617 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
1618         Log: Subject: [patch] make op_{clear,null} public
1619              From: Doug MacEachern <dougm@covalent.net>
1620              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
1621              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
1622      Branch: perl
1623            ! embed.h embed.pl op.c proto.h
1624 ____________________________________________________________________________
1625 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
1626         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
1627              From: Robin Houston <robin@kitsite.com>
1628              Date: Thu, 10 May 2001 18:54:59 +0100
1629              Message-ID: <20010510185459.A5995@penderel>
1630      Branch: perl
1631            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
1632 ____________________________________________________________________________
1633 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
1634         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
1635              From: Robin Houston <robin@kitsite.com>
1636              Date: Thu, 10 May 2001 12:56:39 +0100
1637              Message-ID: <20010510125639.A2119@penderel>
1638      Branch: perl
1639            ! ext/B/B/Deparse.pm
1640 ____________________________________________________________________________
1641 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
1642         Log: Retract #10070, not ready yet.
1643      Branch: perl
1644            ! ext/B/B/Deparse.pm
1645 ____________________________________________________________________________
1646 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
1647         Log: The metaconfig unit change for #10071.
1648      Branch: metaconfig
1649            ! U/modified/mallocsrc.U
1650 ____________________________________________________________________________
1651 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
1652         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
1653      Branch: perl
1654            ! Configure
1655 ____________________________________________________________________________
1656 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
1657         Log: (Retracted by #10073)
1658              
1659              Subject: Re: [PATCH t/TEST] B::Deparse tester 
1660              From: Hugo <hv@crypt.compulink.co.uk>
1661              Date: Thu, 10 May 2001 05:48:09 +0100
1662              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
1663      Branch: perl
1664            ! ext/B/B/Deparse.pm
1665 ____________________________________________________________________________
1666 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
1667         Log: Add a for(func()) test.
1668      Branch: perl
1669            ! t/cmd/for.t
1670 ____________________________________________________________________________
1671 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
1672         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
1673              From: Robin Houston <robin@kitsite.com>
1674              Date: Thu, 10 May 2001 13:50:08 +0100
1675              Message-ID: <20010510135008.A2454@penderel>
1676      Branch: perl
1677            ! ext/B/B/Deparse.pm
1678 ____________________________________________________________________________
1679 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
1680         Log: A thinko in #10065.
1681      Branch: perl
1682            ! hv.c
1683 ____________________________________________________________________________
1684 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
1685         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
1686              From: Robin Houston <robin@kitsite.com>
1687              Date: Thu, 10 May 2001 02:10:34 +0100
1688              Message-ID: <20010510021034.A19421@penderel>
1689      Branch: perl
1690            ! ext/B/B.xs ext/B/B/Deparse.pm
1691 ____________________________________________________________________________
1692 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
1693         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
1694              From: Doug MacEachern <dougm@covalent.net>
1695              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
1696              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
1697      Branch: perl
1698            ! hv.c
1699 ____________________________________________________________________________
1700 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
1701         Log: One more workaround for the UTS compiler from Hal Morris.
1702      Branch: perl
1703            ! perl.h
1704 ____________________________________________________________________________
1705 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
1706         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
1707              From: Robin Houston <robin@kitsite.com>
1708              Date: Thu, 10 May 2001 01:02:08 +0100
1709              Message-ID: <20010510010208.A18200@penderel>
1710      Branch: perl
1711            ! ext/B/B/Debug.pm
1712 ____________________________________________________________________________
1713 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
1714         Log: Subject: [PATCH] Simplify deb_curcv() a bit
1715              From: Benjamin Sugars <bsugars@canoe.ca>
1716              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
1717              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
1718      Branch: perl
1719            ! run.c
1720 ____________________________________________________________________________
1721 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
1722         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
1723              From: Benjamin Sugars <bsugars@canoe.ca>
1724              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
1725              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
1726      Branch: perl
1727            ! t/lib/io_scalar.t
1728 ____________________________________________________________________________
1729 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
1730         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
1731              From: Peter Prymmer <pvhp@forte.com>
1732              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
1733              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
1734      Branch: perl
1735            ! t/lib/md5-file.t
1736 ____________________________________________________________________________
1737 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
1738         Log: Subject: [PATCH t/TEST] B::Deparse tester
1739              From: Robin Houston <robin@kitsite.com>
1740              Date: Wed, 9 May 2001 19:17:50 +0100
1741              Message-ID: <20010509191750.A16940@penderel>
1742      Branch: perl
1743            ! ext/B/O.pm t/TEST
1744 ____________________________________________________________________________
1745 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
1746         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
1747              From: Jeff Pinyan <jeffp@crusoe.net>
1748              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
1749              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
1750      Branch: perl
1751            ! lib/Pod/Html.pm
1752 ____________________________________________________________________________
1753 [ 10057] By: nick                                  on 2001/05/09  18:37:56
1754         Log: Integrate mainline.
1755      Branch: perlio
1756           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
1757           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
1758 ____________________________________________________________________________
1759 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
1760         Log: Update Changes.
1761      Branch: perl
1762            ! Changes patchlevel.h
1763 ____________________________________________________________________________
1764 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
1765         Log: Integrate perlio.
1766      Branch: perl
1767           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1768 ____________________________________________________________________________
1769 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
1770         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
1771              From: Benjamin Sugars <bsugars@canoe.ca>
1772              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
1773              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
1774      Branch: perl
1775            ! perlio.c
1776 ____________________________________________________________________________
1777 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
1778         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
1779              From: Benjamin Sugars <bsugars@canoe.ca>
1780              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
1781              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
1782      Branch: perl
1783            ! ext/PerlIO/Scalar/Scalar.xs
1784 ____________________________________________________________________________
1785 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
1786         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
1787              From: Jeff Pinyan <jeffp@crusoe.net>
1788              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
1789              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
1790      Branch: perl
1791            ! lib/Pod/Html.pm
1792 ____________________________________________________________________________
1793 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
1794         Log: EPOC tweak from Olaf Flebbe.
1795      Branch: perl
1796            ! epoc/epocish.h
1797 ____________________________________________________________________________
1798 [ 10050] By: nick                                  on 2001/05/09  14:37:57
1799         Log: win32, regen_config_h
1800      Branch: perlio
1801            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1802 ____________________________________________________________________________
1803 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
1804         Log: Integrate perlio.
1805      Branch: perl
1806           !> pp_sys.c
1807 ____________________________________________________________________________
1808 [ 10048] By: nick                                  on 2001/05/09  11:59:50
1809         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
1810              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
1811      Branch: perlio
1812            ! pp_sys.c
1813 ____________________________________________________________________________
1814 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
1815         Log: Integrate perlio.
1816      Branch: perl
1817           !> run.c
1818 ____________________________________________________________________________
1819 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
1820         Log: Subject: Re: Less warnings during configure
1821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1822              Date: Wed, 09 May 2001 13:12:49 +0200
1823              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
1824      Branch: perl
1825            ! hints/hpux.sh
1826 ____________________________________________________________________________
1827 [ 10045] By: nick                                  on 2001/05/09  09:56:59
1828         Log: MULTIPLICITY/DEBUGGING build fix.
1829      Branch: perlio
1830            ! run.c
1831 ____________________________________________________________________________
1832 [ 10044] By: nick                                  on 2001/05/09  09:46:37
1833         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
1834      Branch: perlio
1835           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
1836            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1837           !> (integrate 65 files)
1838 ____________________________________________________________________________
1839 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
1840         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1841              From: Robin Houston <robin@kitsite.com>
1842              Date: Tue, 8 May 2001 19:38:00 +0100
1843              Message-ID: <20010508193800.A4389@penderel>
1844              
1845              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1846              From: Robin Houston <robin@kitsite.com>
1847              Date: Tue, 8 May 2001 20:03:57 +0100
1848              Message-ID: <20010508200357.A4614@penderel>
1849              
1850              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1851              From: Robin Houston <robin@kitsite.com>
1852              Date: Wed, 9 May 2001 00:12:05 +0100
1853              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
1854      Branch: perl
1855            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
1856 ____________________________________________________________________________
1857 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
1858         Log: Retract #10031.
1859      Branch: perl
1860            ! pod/perlfunc.pod
1861 ____________________________________________________________________________
1862 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
1863         Log: The metaconfig unit changes for #10040.
1864      Branch: metaconfig/U/perl
1865            ! Checkcc.U d_dlsymun.U dlsrc.U
1866 ____________________________________________________________________________
1867 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
1868         Log: The Configure half of
1869              
1870              Subject: Less warnings during configure
1871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1872              Date: Tue, 08 May 2001 08:44:02 +0200
1873              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1874      Branch: perl
1875            ! Configure
1876 ____________________________________________________________________________
1877 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
1878         Log: Subject: Less warnings during configure
1879              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1880              Date: Tue, 08 May 2001 08:44:02 +0200
1881              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1882      Branch: perl
1883            ! hints/hpux.sh
1884 ____________________________________________________________________________
1885 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
1886         Log: Don't forget to whine about \d__\d.
1887      Branch: perl
1888            ! t/pragma/warn/toke toke.c
1889 ____________________________________________________________________________
1890 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
1891         Log: Allow underscores also in the exponent part.
1892      Branch: perl
1893            ! t/pragma/warn/toke toke.c
1894 ____________________________________________________________________________
1895 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
1896         Log: CodeMagicCD doesn't look like an *I*DE.
1897      Branch: perl
1898            ! pod/perlfaq3.pod
1899 ____________________________________________________________________________
1900 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
1901         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
1902              to be consistently down).
1903      Branch: perl
1904            ! pod/perlfaq3.pod
1905 ____________________________________________________________________________
1906 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
1907         Log: Upgrade to Text::Balanced 1.84.
1908      Branch: perl
1909            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
1910 ____________________________________________________________________________
1911 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
1912         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
1913              From: Benjamin Sugars <bsugars@canoe.ca>
1914              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
1915              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
1916      Branch: perl
1917            ! run.c
1918 ____________________________________________________________________________
1919 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
1920         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
1921              From: Peter Prymmer <pvhp@forte.com>
1922              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
1923              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
1924      Branch: perl
1925            ! t/pod/plainer.t
1926 ____________________________________________________________________________
1927 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
1928         Log: (Retracted by #10042)
1929              
1930              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
1931              From: "Philip Newton" <pnewton@gmx.de>
1932              Date: Tue, 8 May 2001 09:18:10 +0200
1933              Message-ID: <3AF7B9D2.28861.603732@localhost>
1934      Branch: perl
1935            ! pod/perlfunc.pod
1936 ____________________________________________________________________________
1937 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
1938         Log: Subject: [PATCH B::Deparse] Document known bugs
1939              From: Robin Houston <robin@kitsite.com>
1940              Date: Tue, 8 May 2001 01:53:34 +0100
1941              Message-ID: <20010508015334.A32394@penderel>
1942      Branch: perl
1943            ! ext/B/B/Deparse.pm
1944 ____________________________________________________________________________
1945 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
1946         Log: Subject: Re: Perl book, magazine and website updates.
1947              From: "Philip Newton" <pnewton@gmx.de>
1948              Date: Mon, 7 May 2001 17:03:58 +0200
1949              Message-ID: <3AF6D57E.5387.1E29930@localhost>
1950      Branch: perl
1951            ! pod/perlfaq2.pod
1952 ____________________________________________________________________________
1953 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
1954         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
1955              From: Peter Prymmer <pvhp@forte.com>
1956              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
1957              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
1958      Branch: perl
1959            ! t/io/fflush.t
1960 ____________________________________________________________________________
1961 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
1962         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
1963              From: Robin Houston <robin@kitsite.com>
1964              Date: Tue, 8 May 2001 01:14:55 +0100
1965              Message-ID: <20010508011455.A32162@penderel>
1966      Branch: perl
1967            ! ext/B/B/Deparse.pm
1968 ____________________________________________________________________________
1969 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
1970         Log: Typo in #10025.
1971      Branch: perl
1972            ! hints/uts.sh
1973 ____________________________________________________________________________
1974 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
1975         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
1976      Branch: perl
1977            ! hints/uts.sh
1978 ____________________________________________________________________________
1979 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
1980         Log: Subject: Re: [ID 20010506.045] question about hash syntax
1981              From: Peter Scott <Peter@PSDT.com>
1982              Date: Sun, 06 May 2001 13:10:40 -0700
1983              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
1984      Branch: perl
1985            ! pod/perl56delta.pod
1986 ____________________________________________________________________________
1987 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
1988         Log: Configure should figure out the list of dynamic extensions
1989              just fine in UTS-- and in fact it does, as reported by Hal Morris.
1990      Branch: perl
1991            ! hints/uts.sh
1992 ____________________________________________________________________________
1993 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
1994         Log: Update Changes.
1995      Branch: perl
1996            ! Changes patchlevel.h
1997 ____________________________________________________________________________
1998 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
1999         Log: Subject: [PATCH regcomp.c] Insecure regexes
2000              From: Robin Houston <robin@kitsite.com>
2001              Date: Mon, 7 May 2001 21:56:12 +0100
2002              Message-ID: <20010507215612.A31114@penderel>
2003      Branch: perl
2004            ! regcomp.c
2005 ____________________________________________________________________________
2006 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
2007         Log: Drop the foobar.perl.com references for now until Simon
2008              gets them sorted out.
2009      Branch: perl
2010            ! pod/perlfaq2.pod
2011 ____________________________________________________________________________
2012 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
2013         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
2014              From: Prymmer/Kahn <pvhp@best.com>
2015              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
2016              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
2017      Branch: perl
2018            ! lib/Devel/SelfStubber.pm
2019 ____________________________________________________________________________
2020 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
2021         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
2022              From: Prymmer/Kahn <pvhp@best.com>
2023              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
2024              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
2025      Branch: perl
2026            ! win32/Makefile
2027 ____________________________________________________________________________
2028 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
2029         Log: s/WebTechnique's/WebTechniques/
2030      Branch: perl
2031            ! pod/perlfaq2.pod
2032 ____________________________________________________________________________
2033 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
2034         Log: Llama 3 updates from Randal.
2035      Branch: perl
2036            ! pod/perlfaq2.pod
2037 ____________________________________________________________________________
2038 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
2039         Log: Subject: [PATCH] Help -Dt show correct pad variables
2040              From: Benjamin Sugars <ben.sugars@home.com>
2041              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
2042              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
2043      Branch: perl
2044            ! embed.h embed.pl proto.h run.c
2045 ____________________________________________________________________________
2046 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
2047         Log: Subject: [PATCH] Document C<our $foo : shared>
2048              From: Benjamin Sugars <ben.sugars@home.com>
2049              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
2050              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
2051      Branch: perl
2052            ! pod/perlfunc.pod
2053 ____________________________________________________________________________
2054 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
2055         Log: Subject: [PATCH B::Deparse] undefined folded constants
2056              From: Robin Houston <robin@kitsite.com>
2057              Date: Sun, 6 May 2001 17:19:09 +0100
2058              Message-ID: <20010506171909.A7046@penderel>
2059      Branch: perl
2060            ! ext/B/B/Deparse.pm
2061 ____________________________________________________________________________
2062 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
2063         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
2064              From: Robin Houston <robin@kitsite.com>
2065              Message-ID: <20010506164654.A6848@penderel>
2066              Date: Sun, 6 May 2001 16:46:54 +0100
2067      Branch: perl
2068            ! ext/B/B/Deparse.pm
2069 ____________________________________________________________________________
2070 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
2071         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
2072              From: Robin Houston <robin@kitsite.com>
2073              Date: Sun, 6 May 2001 14:47:02 +0100
2074              Message-ID: <20010506144702.A6308@penderel>
2075      Branch: perl
2076            ! t/op/my_stash.t
2077 ____________________________________________________________________________
2078 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
2079         Log: Subject: Perl book, magazine and website updates.
2080              From: Simon Cozens <simon@netthink.co.uk>
2081              Date: Sun, 6 May 2001 16:55:36 +0100
2082              Message-ID: <20010506165536.A1795@netthink.co.uk>
2083      Branch: perl
2084            ! pod/perlbook.pod pod/perlfaq2.pod
2085 ____________________________________________________________________________
2086 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
2087         Log: Tweaks on the Tru64 prof options.
2088      Branch: perl
2089            ! pod/perlhack.pod
2090 ____________________________________________________________________________
2091 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
2092         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
2093              From: Robin Houston <robin@kitsite.com>
2094              Date: Sun, 6 May 2001 14:40:51 +0100
2095              Message-ID: <20010506144051.A6279@penderel>
2096      Branch: perl
2097            ! t/pod/testp2pt.pl
2098 ____________________________________________________________________________
2099 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
2100         Log: Subject: [PATCH B::Deparse] scoping
2101              From: Robin Houston <robin@kitsite.com>
2102              Date: Sun, 6 May 2001 14:36:56 +0100
2103              Message-ID: <20010506143656.A4006@penderel>
2104      Branch: perl
2105            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
2106 ____________________________________________________________________________
2107 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
2108         Log: Document the undefinedness of bitshifting out of range.
2109      Branch: perl
2110            ! pod/perlop.pod
2111 ____________________________________________________________________________
2112 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
2113         Log: Retract #10003 and update the IDE descriptions a bit.
2114      Branch: perl
2115            ! pod/perlfaq3.pod
2116 ____________________________________________________________________________
2117 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
2118         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
2119              From: Prymmer/Kahn <pvhp@best.com>
2120              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
2121              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
2122      Branch: perl
2123            ! win32/Makefile win32/buildext.pl win32/config.bc
2124            ! win32/config.gc win32/config.vc
2125 ____________________________________________________________________________
2126 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
2127         Log: (Retracted by #10005.)
2128      Branch: perl
2129            ! pod/perlfaq3.pod
2130 ____________________________________________________________________________
2131 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
2132         Log: It's "psed", not "sed".
2133      Branch: perl
2134            ! x2p/s2p.PL
2135 ____________________________________________________________________________
2136 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
2137         Log: Update Changes.
2138      Branch: perl
2139            ! Changes patchlevel.h
2140 ____________________________________________________________________________
2141 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
2142         Log: Subject: Re: bleadperl make install fails due to "psed"
2143              From: andreas.koenig@anima.de (Andreas J. Koenig)
2144              Date: 05 May 2001 18:23:28 +0200
2145              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
2146      Branch: perl
2147            ! x2p/Makefile.SH x2p/s2p.PL
2148 ____________________________________________________________________________
2149 [  9999] By: jhi                                   on 2001/05/05  18:28:09
2150         Log: AUTHORS updates.
2151      Branch: perl
2152            ! AUTHORS
2153 ____________________________________________________________________________
2154 [  9998] By: jhi                                   on 2001/05/05  18:16:00
2155         Log: Updates on the pods related to the modules included since 5.6.
2156              
2157              TODO: perltodo really could use major updating.
2158      Branch: perl
2159            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
2160            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
2161            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
2162            ! pod/perlsyn.pod pod/perltodo.pod
2163 ____________________________________________________________________________
2164 [  9997] By: jhi                                   on 2001/05/05  17:35:17
2165         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
2166              from Kurt Skauen.
2167      Branch: perl
2168            + hints/atheos.sh
2169            ! MANIFEST
2170 ____________________________________________________________________________
2171 [  9996] By: jhi                                   on 2001/05/05  17:25:00
2172         Log: Add preemptive #undefs for some of the shorter and more prone
2173              to collision regcomp.h #defines.  (Background: the MASK collided
2174              with a system header #define in Rhapsody.)
2175      Branch: perl
2176            ! regcomp.h
2177 ____________________________________________________________________________
2178 [  9995] By: jhi                                   on 2001/05/05  13:24:21
2179         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2180              From: Nicholas Clark <nick@ccl4.org>
2181              Date: Sat, 5 May 2001 14:46:39 +0100
2182              Message-ID: <20010505144639.O53513@plum.flirble.org>
2183              
2184              Add a test for the constants (if any) being processed correctly.
2185      Branch: perl
2186            ! utils/h2xs.PL
2187 ____________________________________________________________________________
2188 [  9994] By: jhi                                   on 2001/05/05  02:11:03
2189         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
2190              From: Peter Prymmer <pvhp@forte.com>
2191              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
2192              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
2193      Branch: perl
2194            ! t/lib/b-stash.t
2195 ____________________________________________________________________________
2196 [  9993] By: jhi                                   on 2001/05/05  02:03:49
2197         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
2198              From: Peter Prymmer <pvhp@forte.com>
2199              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
2200              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
2201      Branch: perl
2202            ! perlio.c vms/vmsish.h
2203 ____________________________________________________________________________
2204 [  9992] By: jhi                                   on 2001/05/04  17:21:12
2205         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
2206              From: Robin Barker <rmb1@cise.npl.co.uk>
2207              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
2208              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
2209      Branch: perl
2210            + t/pod/plainer.t
2211            ! MANIFEST
2212 ____________________________________________________________________________
2213 [  9991] By: jhi                                   on 2001/05/04  16:47:45
2214         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
2215              From: Robin Barker <rmb1@cise.npl.co.uk>
2216              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
2217              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
2218      Branch: perl
2219            ! regcomp.c
2220 ____________________________________________________________________________
2221 [  9990] By: jhi                                   on 2001/05/04  14:37:20
2222         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
2223              From: Prymmer/Kahn <pvhp@best.com>
2224              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
2225              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
2226      Branch: perl
2227            ! t/lib/b-stash.t
2228 ____________________________________________________________________________
2229 [  9989] By: jhi                                   on 2001/05/04  14:03:58
2230         Log: Introduce perl572delta, update Todo, add the missing
2231              mention about signal safety since 5.7.1 (though this
2232              requires verification and more details.)
2233      Branch: perl
2234            + pod/perl572delta.pod
2235            ! MANIFEST Todo pod/perl571delta.pod
2236 ____________________________________________________________________________
2237 [  9988] By: jhi                                   on 2001/05/04  12:41:51
2238         Log: Subject: [PATCH perl@9944] long =item
2239              From: Robin Barker <rmb1@cise.npl.co.uk>
2240              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
2241              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
2242      Branch: perl
2243            ! ext/Time/HiRes/HiRes.pm
2244 ____________________________________________________________________________
2245 [  9987] By: jhi                                   on 2001/05/04  12:39:19
2246         Log: The #9901 had removed one line essential for EBCDIC.
2247      Branch: perl
2248            ! regcomp.c
2249 ____________________________________________________________________________
2250 [  9986] By: jhi                                   on 2001/05/04  12:30:23
2251         Log: Subject: cygwin/Makefile.SHs INSTALL patch
2252              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
2253              Date: Mon, 08 Jan 2001 04:59:21 +0200
2254              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
2255      Branch: perl
2256            ! cygwin/Makefile.SHs
2257 ____________________________________________________________________________
2258 [  9985] By: jhi                                   on 2001/05/04  03:51:39
2259         Log: Encode/IO doc tweaks.
2260      Branch: perl
2261            ! ext/Encode/Encode.pm
2262 ____________________________________________________________________________
2263 [  9984] By: jhi                                   on 2001/05/04  03:29:34
2264         Log: Remove GDBM_File from the dynamic extensions for UTS,
2265              GDBM is not a standard feature.
2266      Branch: perl
2267            ! hints/uts.sh
2268 ____________________________________________________________________________
2269 [  9983] By: jhi                                   on 2001/05/04  03:22:59
2270         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
2271      Branch: perl
2272            ! pod/perlretut.pod
2273 ____________________________________________________________________________
2274 [  9982] By: jhi                                   on 2001/05/03  23:21:03
2275         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
2276              From: Benjamin Sugars <bsugars@canoe.ca>
2277              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
2278              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
2279      Branch: perl
2280            ! dump.c
2281 ____________________________________________________________________________
2282 [  9981] By: jhi                                   on 2001/05/03  23:20:05
2283         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
2284              From: Benjamin Sugars <bsugars@canoe.ca>
2285              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
2286              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
2287      Branch: perl
2288            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2289 ____________________________________________________________________________
2290 [  9980] By: jhi                                   on 2001/05/03  23:15:29
2291         Log: Integrate perlio.
2292      Branch: perl
2293           !> ext/Encode/Encode.pm
2294 ____________________________________________________________________________
2295 [  9979] By: jhi                                   on 2001/05/03  16:54:59
2296         Log: Install psed man page.
2297      Branch: perl
2298            ! installman
2299 ____________________________________________________________________________
2300 [  9978] By: jhi                                   on 2001/05/03  16:45:58
2301         Log: Remove unused files; noted by Sarathy.
2302      Branch: perl
2303            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2304            ! MANIFEST
2305 ____________________________________________________________________________
2306 [  9977] By: jhi                                   on 2001/05/03  16:42:30
2307         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
2308              From: Andy Dougherty <doughera@lafayette.edu>
2309              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
2310              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
2311      Branch: perl
2312            ! INSTALL
2313 ____________________________________________________________________________
2314 [  9976] By: nick                                  on 2001/05/03  16:40:42
2315         Log: Allow $answer = encode($object,$text); like it says in docs.
2316      Branch: perlio
2317            ! ext/Encode/Encode.pm
2318 ____________________________________________________________________________
2319 [  9975] By: nick                                  on 2001/05/03  16:22:30
2320         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
2321              to be in scope (fair enough), and also a package variable (our) for eval to see it.
2322      Branch: perlio
2323            ! ext/Encode/Encode.pm
2324 ____________________________________________________________________________
2325 [  9974] By: nick                                  on 2001/05/03  15:48:17
2326         Log: Integrate mainline.
2327      Branch: perlio
2328           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
2329           +> t/lib/filter-simple.t t/lib/next.t
2330           !> (integrate 70 files)
2331 ____________________________________________________________________________
2332 [  9973] By: jhi                                   on 2001/05/03  13:09:09
2333         Log: Update Changes.
2334      Branch: perl
2335            ! Changes patchlevel.h
2336 ____________________________________________________________________________
2337 [  9972] By: jhi                                   on 2001/05/03  12:58:33
2338         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
2339              From: Prymmer/Kahn <pvhp@best.com>
2340              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
2341              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
2342      Branch: perl
2343            ! t/io/fflush.t
2344 ____________________________________________________________________________
2345 [  9971] By: jhi                                   on 2001/05/03  12:57:26
2346         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
2347              From: Prymmer/Kahn <pvhp@best.com>
2348              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
2349              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
2350      Branch: perl
2351            ! win32/FindExt.pm
2352 ____________________________________________________________________________
2353 [  9970] By: jhi                                   on 2001/05/03  02:42:46
2354         Log: Can't croak sans thread context, from Doug MacEachern.
2355      Branch: perl
2356            ! toke.c
2357 ____________________________________________________________________________
2358 [  9969] By: jhi                                   on 2001/05/03  01:23:48
2359         Log: Subject: Random input test and Perl
2360              From: Ilya Zakharevich <ilya@math.berkeley.edu>
2361              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
2362              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
2363      Branch: perl
2364            ! toke.c
2365 ____________________________________________________________________________
2366 [  9968] By: jhi                                   on 2001/05/02  22:17:21
2367         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
2368              From: Peter Prymmer <pvhp@forte.com>
2369              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
2370              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
2371      Branch: perl
2372            ! pod/perlfunc.pod pod/perlport.pod
2373 ____________________________________________________________________________
2374 [  9967] By: jhi                                   on 2001/05/02  20:12:45
2375         Log: Workaround for UTS compiler casting bug from Hal Morris.
2376      Branch: perl
2377            ! perl.h
2378 ____________________________________________________________________________
2379 [  9966] By: jhi                                   on 2001/05/02  18:31:37
2380         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
2381              From: Dan Sugalski <dan@sidhe.org>
2382              Date: Wed, 02 May 2001 15:23:22 -0400
2383              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
2384      Branch: perl
2385            ! perl.c vms/vms.c
2386 ____________________________________________________________________________
2387 [  9965] By: jhi                                   on 2001/05/02  18:21:29
2388         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
2389      Branch: perl
2390            ! pod/perlfunc.pod
2391 ____________________________________________________________________________
2392 [  9964] By: jhi                                   on 2001/05/02  18:15:01
2393         Log: Document large files in INSTALL, document also the %x
2394              limitation if not use64bitint, closes bug 20010326.007.
2395      Branch: perl
2396            ! INSTALL
2397 ____________________________________________________________________________
2398 [  9963] By: jhi                                   on 2001/05/02  17:24:47
2399         Log: perlmodlib tweaks; regen pods.
2400      Branch: perl
2401            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
2402            ! pod/perltoc.pod
2403 ____________________________________________________________________________
2404 [  9962] By: jhi                                   on 2001/05/02  17:14:00
2405         Log: Fix for a segfault, from Marc Lehmann.
2406      Branch: perl
2407            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
2408 ____________________________________________________________________________
2409 [  9961] By: jhi                                   on 2001/05/02  15:55:53
2410         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
2411              From: "Philip Newton" <pnewton@gmx.de>
2412              Date: Wed, 2 May 2001 18:39:03 +0200
2413              Message-ID: <3AF05447.15525.173B588@localhost>
2414      Branch: perl
2415            ! pod/perlop.pod
2416 ____________________________________________________________________________
2417 [  9960] By: jhi                                   on 2001/05/02  15:35:37
2418         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2419              From: Dan Sugalski <dan@sidhe.org>
2420              Date: Wed, 02 May 2001 11:37:27 -0400
2421              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
2422      Branch: perl
2423            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
2424            ! thread.h vms/vms.c vms/vmsish.h
2425 ____________________________________________________________________________
2426 [  9959] By: jhi                                   on 2001/05/02  15:21:08
2427         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
2428              From: Benjamin Sugars <bsugars@canoe.ca>
2429              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
2430              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
2431      Branch: perl
2432            ! ext/PerlIO/Scalar/Scalar.xs
2433 ____________________________________________________________________________
2434 [  9958] By: jhi                                   on 2001/05/02  15:15:53
2435         Log: Bug in #9915, spotted by Mike Guy.
2436      Branch: perl
2437            ! installperl
2438 ____________________________________________________________________________
2439 [  9957] By: jhi                                   on 2001/05/02  13:26:01
2440         Log: Add a test for not griping about references as array
2441              indices if the reference has magic in it (overloaded
2442              methods).
2443      Branch: perl
2444            ! pod/perldiag.pod t/pragma/warn/pp_hot
2445 ____________________________________________________________________________
2446 [  9956] By: jhi                                   on 2001/05/02  13:07:01
2447         Log: Retracted a bit too much in #9952.
2448      Branch: perl
2449            ! t/pragma/sub_lval.t
2450 ____________________________________________________________________________
2451 [  9955] By: jhi                                   on 2001/05/02  13:05:38
2452         Log: Test for #9952.
2453      Branch: perl
2454            ! t/op/tie.t
2455 ____________________________________________________________________________
2456 [  9954] By: jhi                                   on 2001/05/02  11:48:18
2457         Log: Additional note on the encoding example: one cannot
2458              convert string constants in-place.
2459      Branch: perl
2460            ! ext/Encode/Encode.pm
2461 ____________________________________________________________________________
2462 [  9953] By: jhi                                   on 2001/05/02  11:43:51
2463         Log: Note that if you have recent enough Perl you already
2464              have Filter::Util::Call.
2465      Branch: perl
2466            ! lib/Filter/Simple.pm
2467 ____________________________________________________________________________
2468 [  9952] By: jhi                                   on 2001/05/02  11:31:53
2469         Log: Retract changes #8254 and #8255, causes coredump in
2470              'tie FH, "main"', reported by Abigail, culprit found by
2471              Benjamin Sugars.  Mirrors maintperl change #9950.
2472      Branch: perl
2473            ! op.c t/pragma/sub_lval.t
2474 ____________________________________________________________________________
2475 [  9951] By: jhi                                   on 2001/05/02  11:14:29
2476         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
2477      Branch: perl
2478            + t/lib/MyFilter.pm
2479 ____________________________________________________________________________
2480 [  9950] By: gsar                                  on 2001/05/02  03:17:11
2481         Log: revert integration of changes#8254,8255 in change#8620 (causes
2482              a coredump in C<tie FH, 'foo'>; the idea itself may need better
2483              rationalization)
2484      Branch: maint-5.6/perl
2485            ! op.c t/pragma/sub_lval.t
2486 ____________________________________________________________________________
2487 [  9949] By: gsar                                  on 2001/05/02  02:56:32
2488         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
2489              
2490              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2491              
2492              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2493      Branch: maint-5.6/perl
2494           !> hints/svr5.sh
2495 ____________________________________________________________________________
2496 [  9948] By: gsar                                  on 2001/05/02  02:49:15
2497         Log: pod/find.t breaks on VMS (from Craig Berry)
2498      Branch: maint-5.6/perl
2499            ! t/pod/find.t
2500 ____________________________________________________________________________
2501 [  9947] By: jhi                                   on 2001/05/02  02:43:09
2502         Log: Add an encoding conversion example.
2503      Branch: perl
2504            ! ext/Encode/Encode.pm
2505 ____________________________________________________________________________
2506 [  9946] By: jhi                                   on 2001/05/02  01:34:22
2507         Log: Another coat of paint but still nowhere finished.
2508              Need to decide on the semantics of strptime(): should
2509              strptime() be a function instead of a method?  To do
2510              the week/monthname-strptiming the i18n/l10n bullet needs
2511              to be bitten with gusto.
2512      Branch: perl
2513            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2514 ____________________________________________________________________________
2515 [  9945] By: jhi                                   on 2001/05/01  23:40:52
2516         Log: Update Changes.
2517      Branch: perl
2518            ! Changes patchlevel.h
2519 ____________________________________________________________________________
2520 [  9944] By: jhi                                   on 2001/05/01  23:33:37
2521         Log: Add known-to-be-tested modules to the list-to-be-skipped.
2522      Branch: perl
2523            ! t/lib/1_compile.t
2524 ____________________________________________________________________________
2525 [  9943] By: jhi                                   on 2001/05/01  23:24:40
2526         Log: Subject: BorlandC++ fix
2527              From: "Vadim Konovalov" <watman@inbox.ru>
2528              Date: Mon, 30 Apr 2001 20:12:26 -0700
2529              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
2530      Branch: perl
2531            ! win32/makefile.mk
2532 ____________________________________________________________________________
2533 [  9942] By: jhi                                   on 2001/05/01  23:18:02
2534         Log: Update to Filter::Simple 0.60, create a test for it.
2535      Branch: perl
2536            + t/lib/filter-simple.t
2537            ! MANIFEST lib/Filter/Simple.pm
2538 ____________________________________________________________________________
2539 [  9941] By: jhi                                   on 2001/05/01  19:47:24
2540         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
2541              From: Hugo <hv@crypt.compulink.co.uk>
2542              Date: Tue, 01 May 2001 20:12:20 +0100
2543              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
2544      Branch: perl
2545            ! pp_hot.c t/op/re_tests
2546 ____________________________________________________________________________
2547 [  9940] By: jhi                                   on 2001/05/01  19:42:16
2548         Log: Integrate perlio.
2549      Branch: perl
2550           !> lib/base.pm t/lib/fields.t
2551 ____________________________________________________________________________
2552 [  9939] By: jhi                                   on 2001/05/01  19:39:51
2553         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
2554              From: Benjamin Sugars <bsugars@canoe.ca>
2555              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
2556              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
2557      Branch: perl
2558            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2559 ____________________________________________________________________________
2560 [  9938] By: jhi                                   on 2001/05/01  19:34:09
2561         Log: Add NEXT, a pseudo-class for method redispatching.
2562              <Damian>NEXT.pm probably offers more bang-for-buck
2563              than anything else I've ever written.</Damian>
2564      Branch: perl
2565            + lib/NEXT.pm t/lib/next.t
2566            ! MANIFEST
2567 ____________________________________________________________________________
2568 [  9937] By: jhi                                   on 2001/05/01  19:21:41
2569         Log: Update to Switch 2.02.
2570      Branch: perl
2571            ! lib/Switch.pm t/lib/switch.t
2572 ____________________________________________________________________________
2573 [  9936] By: nick                                  on 2001/05/01  19:09:21
2574         Log: Fix for base.pm clobbering $VERSION
2575      Branch: perlio
2576            ! lib/base.pm
2577 ____________________________________________________________________________
2578 [  9935] By: nick                                  on 2001/05/01  18:54:38
2579         Log: Test for base.pm clobbering $VERSION.
2580      Branch: perlio
2581            ! t/lib/fields.t
2582 ____________________________________________________________________________
2583 [  9934] By: jhi                                   on 2001/05/01  18:39:10
2584         Log: Add information about Scalar::Util::blessed.
2585      Branch: perl
2586            ! pod/perlobj.pod
2587 ____________________________________________________________________________
2588 [  9933] By: jhi                                   on 2001/05/01  18:33:51
2589         Log: Subject: Extra UNIVERSAL documentation
2590              From: Mike Guy <mjtg@cam.ac.uk>
2591              Date: Tue, 01 May 2001 20:12:11 +0100
2592              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
2593      Branch: perl
2594            ! pod/perlobj.pod
2595 ____________________________________________________________________________
2596 [  9932] By: jhi                                   on 2001/05/01  18:26:54
2597         Log: Subject: Autoflush in tests as appropriate
2598              From: Mike Guy <mjtg@cam.ac.uk>
2599              Date: Tue, 01 May 2001 20:05:31 +0100
2600              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
2601      Branch: perl
2602            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
2603            ! t/op/taint.t
2604 ____________________________________________________________________________
2605 [  9931] By: jhi                                   on 2001/05/01  18:02:29
2606         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
2607              From: Benjamin Sugars <bsugars@canoe.ca>
2608              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
2609              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
2610      Branch: perl
2611            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2612 ____________________________________________________________________________
2613 [  9930] By: jhi                                   on 2001/05/01  15:12:26
2614         Log: Subject: Re: Finally got a round tuit
2615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2616              Date: Tue, 01 May 2001 14:14:10 +0200
2617              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
2618              
2619              The -DP part, slightly modified.
2620      Branch: perl
2621            ! perl.c
2622 ____________________________________________________________________________
2623 [  9929] By: jhi                                   on 2001/05/01  14:17:15
2624         Log: Subject: Re: Finally got a round tuit
2625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2626              Date: Tue, 01 May 2001 16:34:06 +0200
2627              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
2628              
2629              cpp and optimization tweaks for HP-UX.
2630      Branch: perl
2631            ! hints/hpux.sh
2632 ____________________________________________________________________________
2633 [  9928] By: jhi                                   on 2001/05/01  13:24:20
2634         Log: Tune the scan_num() comments to reality.
2635      Branch: perl
2636            ! toke.c
2637 ____________________________________________________________________________
2638 [  9927] By: jhi                                   on 2001/05/01  13:14:01
2639         Log: Subject: [PATCH B::Deparse] optimised sort
2640              From: Robin Houston <robin@kitsite.com>
2641              Date: Tue, 1 May 2001 14:07:12 +0100
2642              Message-ID: <20010501140712.A4266@penderel>
2643      Branch: perl
2644            ! ext/B/B/Deparse.pm
2645 ____________________________________________________________________________
2646 [  9926] By: jhi                                   on 2001/05/01  13:10:53
2647         Log: Subject: [PATCH t/lib/b-deparse.t] 
2648              From: Robin Houston <robin@kitsite.com>
2649              Date: Tue, 1 May 2001 13:37:42 +0100
2650              Message-ID: <20010501133742.A4082@penderel>
2651      Branch: perl
2652            ! t/lib/b-deparse.t
2653 ____________________________________________________________________________
2654 [  9925] By: jhi                                   on 2001/05/01  13:10:13
2655         Log: Subject: [PATCH B::Deparse] for(;;), sort
2656              From: Robin Houston <robin@kitsite.com>
2657              Date: Tue, 1 May 2001 13:35:00 +0100
2658              Message-ID: <20010501133500.A4061@penderel>
2659      Branch: perl
2660            ! ext/B/B/Deparse.pm
2661 ____________________________________________________________________________
2662 [  9924] By: jhi                                   on 2001/05/01  13:09:22
2663         Log: Subject: [PATCH B::Deparse] do, warn, use
2664              From: Robin Houston <robin@kitsite.com>
2665              Date: Tue, 1 May 2001 13:31:03 +0100
2666              Message-ID: <20010501133103.A4041@penderel>
2667      Branch: perl
2668            ! ext/B/B/Deparse.pm
2669 ____________________________________________________________________________
2670 [  9923] By: jhi                                   on 2001/05/01  11:45:36
2671         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
2672              From: Benjamin Sugars <ben.sugars@home.com>
2673              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
2674              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
2675      Branch: perl
2676            + t/io/fflush.t
2677            ! MANIFEST
2678 ____________________________________________________________________________
2679 [  9922] By: jhi                                   on 2001/05/01  11:35:42
2680         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
2681              From: Peter Prymmer <pvhp@forte.com>
2682              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
2683              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
2684      Branch: perl
2685            ! t/lib/selfstubber.t
2686 ____________________________________________________________________________
2687 [  9921] By: jhi                                   on 2001/04/30  16:34:33
2688         Log: Subject: [PATCH B::Concise] suppress warning
2689              From: Robin Houston <robin@kitsite.com>
2690              Date: Mon, 30 Apr 2001 16:09:49 +0100
2691              Message-ID: <20010430160949.A25086@penderel>
2692      Branch: perl
2693            ! ext/B/B/Concise.pm
2694 ____________________________________________________________________________
2695 [  9920] By: jhi                                   on 2001/04/30  13:56:04
2696         Log: Strip the *markers* from #9919.
2697      Branch: perl
2698            ! pod/perlfaq.pod pod/perlfaq5.pod
2699 ____________________________________________________________________________
2700 [  9919] By: jhi                                   on 2001/04/30  13:54:04
2701         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
2702              From: Gwyn Judd <b.judd@xtra.co.nz>
2703              Date: Sun, 29 Apr 2001 01:47:49 +1200
2704              Message-ID: <20010429014749.A4418@thislove>
2705      Branch: perl
2706            ! pod/perlfaq.pod pod/perlfaq5.pod
2707 ____________________________________________________________________________
2708 [  9918] By: jhi                                   on 2001/04/30  13:13:54
2709         Log: More_tweakage.
2710      Branch: perl
2711            ! pod/perldata.pod pod/perldiag.pod
2712 ____________________________________________________________________________
2713 [  9917] By: jhi                                   on 2001/04/30  13:01:27
2714         Log: Update Changes.
2715      Branch: perl
2716            ! Changes patchlevel.h
2717 ____________________________________________________________________________
2718 [  9916] By: jhi                                   on 2001/04/30  12:57:03
2719         Log: T_w_e_a_k_a_g_e.
2720      Branch: perl
2721            ! pod/perldata.pod pod/perldiag.pod
2722 ____________________________________________________________________________
2723 [  9915] By: jhi                                   on 2001/04/30  12:39:29
2724         Log: Install s2p also as psed.
2725              
2726              TODO: psed documentation?
2727      Branch: perl
2728            ! installperl
2729 ____________________________________________________________________________
2730 [  9914] By: jhi                                   on 2001/04/30  12:29:21
2731         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
2732              From: Jens Hamisch <jens@Strawberry.COM>
2733              Date: Fri, 27 Apr 2001 17:00:36 +0200
2734              Message-ID: <20010427170036.K1372@Strawberry.COM>
2735              
2736              SOCKS5_VERSION_NAME is the right symbol to detect
2737              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
2738              function called socks5_init() is available, and even that is
2739              not universal, most SOCKS5 installations use SOCKSinit()).
2740      Branch: perl
2741            ! perlio.c
2742 ____________________________________________________________________________
2743 [  9913] By: jhi                                   on 2001/04/30  12:22:15
2744         Log: Allow a zero timeout on IO::Socket accept and connect--
2745              though one really shouldn't do that.  Based on
2746              
2747              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
2748              From: "John Holdsworth" <coldwave@bigfoot.com>
2749              Date: Sun, 4 Feb 2001 12:48:18 +0100
2750              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
2751      Branch: perl
2752            ! ext/IO/lib/IO/Socket.pm
2753 ____________________________________________________________________________
2754 [  9912] By: jhi                                   on 2001/04/30  11:27:27
2755         Log: Save the spot of regprev (see #9911) for binary compatibility;
2756              regen API.
2757      Branch: perl
2758            ! embedvar.h perlapi.h thrdvar.h
2759 ____________________________________________________________________________
2760 [  9911] By: jhi                                   on 2001/04/30  11:22:03
2761         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
2762              From: Hugo <hv@crypt.compulink.co.uk>
2763              Date: Sun, 29 Apr 2001 17:09:30 +0100
2764              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
2765      Branch: perl
2766            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
2767 ____________________________________________________________________________
2768 [  9910] By: jhi                                   on 2001/04/30  11:15:12
2769         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
2770              a dummy for PL_numeric_radix); no pressing reason to break
2771              binary compatibility; regen API.
2772      Branch: perl
2773            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
2774            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
2775 ____________________________________________________________________________
2776 [  9909] By: jhi                                   on 2001/04/30  10:56:08
2777         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
2778              From: Walt Mankowski <waltman@netaxs.com>
2779              Date: Sun, 29 Apr 2001 21:53:48 -0400
2780              Message-ID: <20010429215348.A3971@netaxs.com>
2781      Branch: perl
2782            ! pod/perlfunc.pod
2783 ____________________________________________________________________________
2784 [  9908] By: jhi                                   on 2001/04/30  10:49:40
2785         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
2786      Branch: perl
2787            ! t/lib/selfstubber.t
2788 ____________________________________________________________________________
2789 [  9907] By: nick                                  on 2001/04/30  09:26:50
2790         Log: Integrate mainline.
2791      Branch: perlio
2792           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2793 ____________________________________________________________________________
2794 [  9906] By: jhi                                   on 2001/04/29  23:24:20
2795         Log: Abigail spotted a thinko in #9905.
2796      Branch: perl
2797            ! pod/perldiag.pod
2798 ____________________________________________________________________________
2799 [  9905] By: jhi                                   on 2001/04/29  15:55:39
2800         Log: Changed the underscore/undebar syntax in numeric constants;
2801              now any grouping will do, as long as the underscores are not
2802              consecutive (so "zero-grouping" is out), and they do not begin
2803              or end the integer or fractional parts.
2804      Branch: perl
2805            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2806 ____________________________________________________________________________
2807 [  9904] By: nick                                  on 2001/04/29  15:43:22
2808         Log: Integrate mainline.
2809      Branch: perlio
2810           +> (branch 98 files)
2811            - lib/unicode/Block.pl
2812            - lib/unicode/In/AlphabeticPresentationForms.pl
2813            - lib/unicode/In/Arabic.pl
2814            - lib/unicode/In/ArabicPresentationForms-A.pl
2815            - lib/unicode/In/ArabicPresentationForms-B.pl
2816            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2817            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2818            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2819            - lib/unicode/In/BopomofoExtended.pl
2820            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2821            - lib/unicode/In/CJKCompatibility.pl
2822            - lib/unicode/In/CJKCompatibilityForms.pl
2823            - lib/unicode/In/CJKCompatibilityIdeographs.pl
2824            - lib/unicode/In/CJKRadicalsSupplement.pl
2825            - lib/unicode/In/CJKSymbolsandPunctuation.pl
2826            - lib/unicode/In/CJKUnifiedIdeographs.pl
2827            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2828            - lib/unicode/In/Cherokee.pl
2829            - lib/unicode/In/CombiningDiacriticalMarks.pl
2830            - lib/unicode/In/CombiningHalfMarks.pl
2831            - lib/unicode/In/CombiningMarksforSymbols.pl
2832            - lib/unicode/In/ControlPictures.pl
2833            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2834            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2835            - lib/unicode/In/EnclosedAlphanumerics.pl
2836            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2837            - lib/unicode/In/Ethiopic.pl
2838            - lib/unicode/In/GeneralPunctuation.pl
2839            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2840            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2841            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2842            - lib/unicode/In/HalfwidthandFullwidthForms.pl
2843            - lib/unicode/In/HangulCompatibilityJamo.pl
2844            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2845            - lib/unicode/In/Hebrew.pl
2846            - lib/unicode/In/HighPrivateUseSurrogates.pl
2847            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2848            - lib/unicode/In/IPAExtensions.pl
2849            - lib/unicode/In/IdeographicDescriptionCharacters.pl
2850            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2851            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2852            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2853            - lib/unicode/In/Latin-1Supplement.pl
2854            - lib/unicode/In/LatinExtended-A.pl
2855            - lib/unicode/In/LatinExtended-B.pl
2856            - lib/unicode/In/LatinExtendedAdditional.pl
2857            - lib/unicode/In/LetterlikeSymbols.pl
2858            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2859            - lib/unicode/In/MathematicalOperators.pl
2860            - lib/unicode/In/MiscellaneousSymbols.pl
2861            - lib/unicode/In/MiscellaneousTechnical.pl
2862            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2863            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2864            - lib/unicode/In/OpticalCharacterRecognition.pl
2865            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2866            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2867            - lib/unicode/In/SmallFormVariants.pl
2868            - lib/unicode/In/SpacingModifierLetters.pl
2869            - lib/unicode/In/Specials.pl
2870            - lib/unicode/In/SuperscriptsandSubscripts.pl
2871            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2872            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2873            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2874            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2875            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2876           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
2877           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
2878           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
2879           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
2880           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
2881           !> utf8.c win32/Makefile
2882 ____________________________________________________________________________
2883 [  9903] By: jhi                                   on 2001/04/29  14:30:53
2884         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
2885              From: Prymmer/Kahn <pvhp@best.com>
2886              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
2887              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
2888      Branch: perl
2889            ! win32/Makefile
2890 ____________________________________________________________________________
2891 [  9902] By: jhi                                   on 2001/04/29  02:52:44
2892         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
2893              From: "Abigail" <abigail@foad.org>
2894              Date: Sun, 29 Apr 2001 03:14:25 +0200
2895              Message-ID: <20010429011425.24503.qmail@foad.org>
2896      Branch: perl
2897            ! ext/IO/lib/IO/Seekable.pm
2898 ____________________________________________________________________________
2899 [  9901] By: jhi                                   on 2001/04/29  02:04:46
2900         Log: In character classes one couldn't have 0x80..0xff characters
2901              at the left hand side if there were 0x100.. characters in the
2902              character class.
2903      Branch: perl
2904            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
2905            ! t/op/pat.t utf8.c
2906 ____________________________________________________________________________
2907 [  9900] By: jhi                                   on 2001/04/28  22:55:04
2908         Log: Forgot the latest mktables.PL from #9899.
2909      Branch: perl
2910            ! lib/unicode/mktables.PL
2911 ____________________________________________________________________________
2912 [  9899] By: jhi                                   on 2001/04/28  22:53:28
2913         Log: Explain the \p{} and \P{} error message better and
2914              have prettier prettyprint in In.pl.
2915      Branch: perl
2916            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
2917            ! pod/perldiag.pod
2918 ____________________________________________________________________________
2919 [  9898] By: jhi                                   on 2001/04/28  21:03:34
2920         Log: Add one possible explanation for the "Invalid [] range" error.
2921      Branch: perl
2922            ! pod/perldiag.pod
2923 ____________________________________________________________________________
2924 [  9897] By: jhi                                   on 2001/04/28  17:18:26
2925         Log: Add a level of indirection to the implementation of \p{InFoo}
2926              so that we don't have to have long filenames.  (Nothing changes
2927              in the user interface.)   The indirection is defined in
2928              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
2929              Also rename some the character classes by removing '-' from
2930              the classnames, and finally renamed Block.pl as Blocks.pl.
2931      Branch: perl
2932            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
2933            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
2934            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
2935            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
2936            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
2937            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
2938            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
2939            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
2940            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
2941            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
2942            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
2943            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
2944            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
2945            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
2946            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
2947            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
2948            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
2949            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
2950            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
2951            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
2952            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
2953            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
2954            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
2955            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
2956            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
2957            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
2958            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
2959            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
2960            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
2961            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
2962            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
2963            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
2964            + lib/unicode/In/94.pl lib/unicode/In/95.pl
2965            - lib/unicode/Block.pl
2966            - lib/unicode/In/AlphabeticPresentationForms.pl
2967            - lib/unicode/In/Arabic.pl
2968            - lib/unicode/In/ArabicPresentationForms-A.pl
2969            - lib/unicode/In/ArabicPresentationForms-B.pl
2970            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2971            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2972            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2973            - lib/unicode/In/BopomofoExtended.pl
2974            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2975            - lib/unicode/In/CJKCompatibility.pl
2976            - lib/unicode/In/CJKCompatibilityForms.pl
2977            - lib/unicode/In/CJKCompatibilityIdeographs.pl
2978            - lib/unicode/In/CJKRadicalsSupplement.pl
2979            - lib/unicode/In/CJKSymbolsandPunctuation.pl
2980            - lib/unicode/In/CJKUnifiedIdeographs.pl
2981            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2982            - lib/unicode/In/Cherokee.pl
2983            - lib/unicode/In/CombiningDiacriticalMarks.pl
2984            - lib/unicode/In/CombiningHalfMarks.pl
2985            - lib/unicode/In/CombiningMarksforSymbols.pl
2986            - lib/unicode/In/ControlPictures.pl
2987            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2988            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2989            - lib/unicode/In/EnclosedAlphanumerics.pl
2990            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2991            - lib/unicode/In/Ethiopic.pl
2992            - lib/unicode/In/GeneralPunctuation.pl
2993            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2994            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2995            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2996            - lib/unicode/In/HalfwidthandFullwidthForms.pl
2997            - lib/unicode/In/HangulCompatibilityJamo.pl
2998            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2999            - lib/unicode/In/Hebrew.pl
3000            - lib/unicode/In/HighPrivateUseSurrogates.pl
3001            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
3002            - lib/unicode/In/IPAExtensions.pl
3003            - lib/unicode/In/IdeographicDescriptionCharacters.pl
3004            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
3005            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
3006            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
3007            - lib/unicode/In/Latin-1Supplement.pl
3008            - lib/unicode/In/LatinExtended-A.pl
3009            - lib/unicode/In/LatinExtended-B.pl
3010            - lib/unicode/In/LatinExtendedAdditional.pl
3011            - lib/unicode/In/LetterlikeSymbols.pl
3012            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
3013            - lib/unicode/In/MathematicalOperators.pl
3014            - lib/unicode/In/MiscellaneousSymbols.pl
3015            - lib/unicode/In/MiscellaneousTechnical.pl
3016            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3017            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
3018            - lib/unicode/In/OpticalCharacterRecognition.pl
3019            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
3020            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
3021            - lib/unicode/In/SmallFormVariants.pl
3022            - lib/unicode/In/SpacingModifierLetters.pl
3023            - lib/unicode/In/Specials.pl
3024            - lib/unicode/In/SuperscriptsandSubscripts.pl
3025            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
3026            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
3027            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
3028            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3029            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3030            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
3031            ! pod/perlunicode.pod
3032 ____________________________________________________________________________
3033 [  9896] By: jhi                                   on 2001/04/28  14:33:17
3034         Log: Update the information on shared library path on HP-UX.
3035      Branch: perl
3036            ! INSTALL
3037 ____________________________________________________________________________
3038 [  9895] By: jhi                                   on 2001/04/28  14:32:30
3039         Log: Because #9894 seems to do the trick, this workaround can be removed.
3040      Branch: perl
3041            ! t/lib/selfstubber.t
3042 ____________________________________________________________________________
3043 [  9894] By: jhi                                   on 2001/04/28  14:26:13
3044         Log: For PerlIO flush the children's file handles (on fork/exec/system).
3045      Branch: perl
3046            ! perl.h
3047 ____________________________________________________________________________
3048 [  9893] By: jhi                                   on 2001/04/28  14:23:15
3049         Log: Test tweak for #9891.
3050      Branch: perl
3051            ! t/lib/b-deparse.t
3052 ____________________________________________________________________________
3053 [  9892] By: jhi                                   on 2001/04/28  14:10:13
3054         Log: New HP-UX hints from Merijn.
3055      Branch: perl
3056            ! hints/hpux.sh
3057 ____________________________________________________________________________
3058 [  9891] By: jhi                                   on 2001/04/28  14:07:27
3059         Log: Subject: [PATCH B::Deparse] non-block scopes
3060              From: Robin Houston <robin@kitsite.com>
3061              Date: Fri, 27 Apr 2001 19:15:14 +0100
3062              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
3063      Branch: perl
3064            ! ext/B/B/Deparse.pm
3065 ____________________________________________________________________________
3066 [  9890] By: nick                                  on 2001/04/27  19:41:25
3067         Log: Integrate mainline
3068      Branch: perlio
3069           +> t/lib/selfstubber.t
3070           !> (integrate 50 files)
3071 ____________________________________________________________________________
3072 [  9889] By: jhi                                   on 2001/04/27  18:23:46
3073         Log: Subject: Re: selfstubber test fail on bleadperl
3074              From: Mike Guy <mjtg@cam.ac.uk>
3075              Date: Fri, 27 Apr 2001 19:31:18 +0100
3076              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
3077      Branch: perl
3078            ! t/lib/selfstubber.t
3079 ____________________________________________________________________________
3080 [  9888] By: jhi                                   on 2001/04/27  16:20:54
3081         Log: Test tweak for #9886.
3082      Branch: perl
3083            ! t/lib/b-deparse.t
3084 ____________________________________________________________________________
3085 [  9887] By: jhi                                   on 2001/04/27  16:16:33
3086         Log: Buffering issue at least in Solaris (even with perlio).
3087      Branch: perl
3088            ! t/lib/selfstubber.t
3089 ____________________________________________________________________________
3090 [  9886] By: jhi                                   on 2001/04/27  14:59:23
3091         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
3092              From: Robin Houston <robin@kitsite.com>
3093              Date: Fri, 27 Apr 2001 16:53:20 +0100
3094              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
3095      Branch: perl
3096            ! ext/B/B/Deparse.pm
3097 ____________________________________________________________________________
3098 [  9885] By: jhi                                   on 2001/04/27  14:23:51
3099         Log: Update Changes.
3100      Branch: perl
3101            ! Changes patchlevel.h
3102 ____________________________________________________________________________
3103 [  9884] By: jhi                                   on 2001/04/27  14:14:12
3104         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
3105              From: "Philip Newton" <pnewton@gmx.de>
3106              Date: Fri, 27 Apr 2001 16:40:13 +0200
3107              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
3108      Branch: perl
3109            ! pod/perldata.pod
3110 ____________________________________________________________________________
3111 [  9883] By: jhi                                   on 2001/04/27  13:28:19
3112         Log: Add LOG_PERROR; prettify the "removed".
3113      Branch: perl
3114            ! ext/Sys/Syslog/Syslog.xs
3115 ____________________________________________________________________________
3116 [  9882] By: jhi                                   on 2001/04/27  13:13:18
3117         Log: h2xs tweaks: use NV instead of double, "quote" the removed
3118              prefixes for clarity (especially when nothing is removed),
3119              slight pod reformats.
3120      Branch: perl
3121            ! utils/h2xs.PL
3122 ____________________________________________________________________________
3123 [  9881] By: jhi                                   on 2001/04/27  12:58:48
3124         Log: Don't bother creating existing directories.
3125      Branch: perl
3126            ! utils/h2xs.PL
3127 ____________________________________________________________________________
3128 [  9880] By: jhi                                   on 2001/04/27  12:45:39
3129         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
3130              From: Mike Schilli <m@perlmeister.com>
3131              Date: Wed, 25 Apr 2001 01:29:21 -0700
3132              Message-id: <3AE68AE1.6A981723@perlmeister.com>
3133      Branch: perl
3134            ! utils/h2xs.PL
3135 ____________________________________________________________________________
3136 [  9879] By: jhi                                   on 2001/04/27  12:40:55
3137         Log: break is not yet Perl.  Added the template license also to README.
3138      Branch: perl
3139            ! utils/h2xs.PL
3140 ____________________________________________________________________________
3141 [  9878] By: jhi                                   on 2001/04/27  03:08:20
3142         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
3143              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3144              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
3145              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
3146      Branch: perl
3147            ! t/lib/xs-typemap.t
3148 ____________________________________________________________________________
3149 [  9877] By: jhi                                   on 2001/04/26  23:54:40
3150         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
3151              From: "Abigail" <abigail@foad.org>
3152              Date: Fri, 27 Apr 2001 01:44:28 +0200
3153              Message-ID: <20010426234428.19786.qmail@foad.org>
3154      Branch: perl
3155            ! utils/h2xs.PL
3156 ____________________________________________________________________________
3157 [  9876] By: jhi                                   on 2001/04/26  23:52:06
3158         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
3159              From: Peter Prymmer <pvhp@forte.com>
3160              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
3161              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
3162      Branch: perl
3163            ! t/lib/selfstubber.t
3164 ____________________________________________________________________________
3165 [  9875] By: jhi                                   on 2001/04/26  23:48:10
3166         Log: Deparse nits.
3167      Branch: perl
3168            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
3169 ____________________________________________________________________________
3170 [  9874] By: jhi                                   on 2001/04/26  22:46:05
3171         Log: Document ANYOF_CLASS.
3172      Branch: perl
3173            ! regcomp.h
3174 ____________________________________________________________________________
3175 [  9873] By: jhi                                   on 2001/04/26  22:35:03
3176         Log: Subject: Re: [PATCH @9846] dumping ANYOF
3177              From: Hugo <hv@crypt.compulink.co.uk>
3178              Date: Thu, 26 Apr 2001 23:33:38 +0100
3179              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
3180      Branch: perl
3181            ! regcomp.c regcomp.h
3182 ____________________________________________________________________________
3183 [  9872] By: jhi                                   on 2001/04/26  22:34:31
3184         Log: Subject: [PATCH] more for Devel::SelfStubber
3185              From: Nicholas Clark <nick@ccl4.org>
3186              Date: Fri, 27 Apr 2001 00:13:52 +0100
3187              Message-ID: <20010427001351.K88186@plum.flirble.org>
3188      Branch: perl
3189            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
3190 ____________________________________________________________________________
3191 [  9871] By: jhi                                   on 2001/04/26  21:59:17
3192         Log: Subject: [PATCH B::Deparse] formats must be flush left
3193              From: Robin Houston <robin@kitsite.com>
3194              Date: Thu, 26 Apr 2001 23:54:29 +0100
3195              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
3196      Branch: perl
3197            ! ext/B/B/Deparse.pm
3198 ____________________________________________________________________________
3199 [  9870] By: jhi                                   on 2001/04/26  21:57:37
3200         Log: If some of the constants are prefixes of others,
3201              the prefixes may never get recognized.  (See 20010426.006.)
3202      Branch: perl
3203            ! utils/h2xs.PL
3204 ____________________________________________________________________________
3205 [  9869] By: jhi                                   on 2001/04/26  21:50:42
3206         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
3207              From: Chris Bongaarts <cab@tc.umn.edu>
3208              Date: Thu, 26 Apr 2001 17:10:31 -0500
3209              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
3210      Branch: perl
3211            ! ext/Sys/Syslog/Syslog.xs
3212 ____________________________________________________________________________
3213 [  9868] By: jhi                                   on 2001/04/26  21:35:12
3214         Log: Further cuts and more docs from Graham Barr.
3215      Branch: perl
3216            ! ext/List/Util/lib/List/Util.pm
3217            ! ext/List/Util/lib/Scalar/Util.pm
3218 ____________________________________________________________________________
3219 [  9867] By: jhi                                   on 2001/04/26  21:18:57
3220         Log: Subject: [PATCH 5.7.1] DB_File-1.77
3221              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
3222              Date: Thu, 26 Apr 2001 22:37:53 +0100
3223              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
3224      Branch: perl
3225            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3226            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3227 ____________________________________________________________________________
3228 [  9866] By: jhi                                   on 2001/04/26  21:12:31
3229         Log: Subject: [PATCH B::Deparse] fix easy bugs
3230              From: Robin Houston <robin@kitsite.com>
3231              Date: Thu, 26 Apr 2001 23:03:33 +0100
3232              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
3233      Branch: perl
3234            ! ext/B/B/Deparse.pm
3235 ____________________________________________________________________________
3236 [  9865] By: jhi                                   on 2001/04/26  20:26:13
3237         Log: Update Changes.
3238      Branch: perl
3239            ! Changes patchlevel.h
3240 ____________________________________________________________________________
3241 [  9864] By: jhi                                   on 2001/04/26  19:27:48
3242         Log: Dethinko from Robin Houston.
3243      Branch: perl
3244            ! ext/B/B/Deparse.pm
3245 ____________________________________________________________________________
3246 [  9863] By: jhi                                   on 2001/04/26  19:10:35
3247         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
3248              From: Robin Houston <robin@kitsite.com>
3249              Date: Thu, 26 Apr 2001 21:08:32 +0100
3250              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
3251      Branch: perl
3252            ! ext/B/B/Deparse.pm
3253 ____________________________________________________________________________
3254 [  9862] By: jhi                                   on 2001/04/26  19:04:23
3255         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3256              From: Robin Houston <robin@kitsite.com>
3257              Date: Thu, 26 Apr 2001 20:52:50 +0100
3258              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
3259      Branch: perl
3260            ! ext/B/B/Deparse.pm
3261 ____________________________________________________________________________
3262 [  9861] By: jhi                                   on 2001/04/26  18:56:14
3263         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
3264              From: Mike Guy <mjtg@cam.ac.uk>
3265              Date: Thu, 26 Apr 2001 14:22:40 +0100
3266              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
3267      Branch: perl
3268            ! pod/perlobj.pod
3269 ____________________________________________________________________________
3270 [  9860] By: jhi                                   on 2001/04/26  18:46:42
3271         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3272              From: Robin Houston <robin@kitsite.com>
3273              Date: Thu, 26 Apr 2001 20:34:29 +0100
3274              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
3275              
3276              Hashes do not interpolate.
3277      Branch: perl
3278            ! ext/B/B/Deparse.pm
3279 ____________________________________________________________________________
3280 [  9859] By: jhi                                   on 2001/04/26  18:43:51
3281         Log: Subject: The Time::Piece conspiracy unmasked!!!
3282              From: Mike Guy <mjtg@cam.ac.uk>
3283              Date: Thu, 26 Apr 2001 19:02:50 +0100
3284              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
3285              
3286              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
3287              From: Mike Guy <mjtg@cam.ac.uk>
3288              Date: Thu, 26 Apr 2001 19:08:21 +0100
3289              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
3290              
3291              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
3292              From: Graham Barr <gbarr@pobox.com>
3293              Date: Thu, 26 Apr 2001 19:12:03 +0100
3294              Message-ID: <20010426191203.A70835@pobox.com>
3295              
3296              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
3297      Branch: perl
3298            ! ext/List/Util/lib/List/Util.pm
3299            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
3300 ____________________________________________________________________________
3301 [  9858] By: jhi                                   on 2001/04/26  18:17:42
3302         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
3303              From: Robin Houston <robin@kitsite.com>
3304              Date: Thu, 26 Apr 2001 16:09:35 +0100
3305              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
3306      Branch: perl
3307            ! t/comp/proto.t
3308 ____________________________________________________________________________
3309 [  9857] By: jhi                                   on 2001/04/26  18:04:59
3310         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
3311              From: barries <barries@slaysys.com>
3312              Date: Thu, 26 Apr 2001 12:01:10 -0400
3313              Message-ID: <20010426120110.E29698@jester.slaysys.com>
3314      Branch: perl
3315            ! pod/perldiag.pod
3316 ____________________________________________________________________________
3317 [  9856] By: jhi                                   on 2001/04/26  18:03:33
3318         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
3319              Date: Thu, 26 Apr 2001 17:13:41 +0100
3320              From: Robin Houston <robin@kitsite.com>
3321              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
3322              
3323              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3324              From: Robin Houston <robin@kitsite.com>
3325              Date: Thu, 26 Apr 2001 18:44:29 +0100
3326              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
3327      Branch: perl
3328            ! ext/B/B/Deparse.pm
3329 ____________________________________________________________________________
3330 [  9855] By: jhi                                   on 2001/04/26  17:56:04
3331         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
3332              From: Robin Houston <robin@kitsite.com>
3333              Date: Thu, 26 Apr 2001 17:04:08 +0100
3334              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
3335      Branch: perl
3336            ! ext/B/B/Deparse.pm
3337 ____________________________________________________________________________
3338 [  9854] By: jhi                                   on 2001/04/26  17:47:26
3339         Log: Subject: Re: Short test case for undef %stash:: crash
3340              From: Benjamin Sugars <bsugars@canoe.ca> 
3341              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
3342              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
3343              Changed and moved the perldiag entry.
3344      Branch: perl
3345            ! gv.c pod/perldiag.pod
3346 ____________________________________________________________________________
3347 [  9853] By: jhi                                   on 2001/04/26  14:35:16
3348         Log: Beginnings of strptime().  Do not touch the wet paint.
3349      Branch: perl
3350            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3351 ____________________________________________________________________________
3352 [  9852] By: jhi                                   on 2001/04/26  13:17:21
3353         Log: Retract #9851, core dumps from pod2man.
3354      Branch: perl
3355            ! regcomp.c
3356 ____________________________________________________________________________
3357 [  9851] By: jhi                                   on 2001/04/26  11:54:41
3358         Log: (Retracted by #9852.)
3359              
3360              Subject: [PATCH @9846] dumping ANYOF
3361              From: Hugo <hv@crypt.compulink.co.uk>
3362              Date: Thu, 26 Apr 2001 05:32:38 +0100
3363              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
3364      Branch: perl
3365            ! regcomp.c
3366 ____________________________________________________________________________
3367 [  9850] By: jhi                                   on 2001/04/26  02:34:44
3368         Log: If ccflags was empty the _previous_ $* containing all the
3369              environment variables and Configure variables was used,
3370              which lead, among other bad things, into $ccflags being your
3371              uname -a output, which lead into test compile with cc failing,
3372              which lead into gcc being selected, which didn't work that well
3373              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
3374              with large files, et cetera.
3375      Branch: perl
3376            ! hints/hpux.sh
3377 ____________________________________________________________________________
3378 [  9849] By: jhi                                   on 2001/04/26  01:44:57
3379         Log: Make selfstubber test more portable.
3380      Branch: perl
3381            ! t/lib/selfstubber.t
3382 ____________________________________________________________________________
3383 [  9848] By: jhi                                   on 2001/04/26  00:50:26
3384         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
3385              From: Benjamin Sugars <ben.sugars@home.com>
3386              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
3387              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
3388      Branch: perl
3389            ! ext/Cwd/Cwd.xs
3390 ____________________________________________________________________________
3391 [  9847] By: jhi                                   on 2001/04/26  00:46:58
3392         Log: Subject: [PATCH: perl@9841] VMS updates
3393              From: Peter Prymmer <pvhp@forte.com>
3394              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
3395              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
3396      Branch: perl
3397            ! README.vms configure.com vms/descrip_mms.template
3398            ! vms/ext/filespec.t
3399 ____________________________________________________________________________
3400 [  9846] By: jhi                                   on 2001/04/26  00:11:56
3401         Log: re 'debug' was broken by #9084.
3402      Branch: perl
3403            ! ext/re/re.xs
3404 ____________________________________________________________________________
3405 [  9845] By: jhi                                   on 2001/04/25  22:33:17
3406         Log: Subject: [PATCH] test for Devel::SelfStubber
3407              From: Nicholas Clark <nick@ccl4.org>
3408              Date: Thu, 26 Apr 2001 00:00:54 +0100
3409              Message-ID: <20010426000054.D89026@plum.flirble.org>
3410      Branch: perl
3411            + t/lib/selfstubber.t
3412            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
3413 ____________________________________________________________________________
3414 [  9844] By: jhi                                   on 2001/04/25  22:29:32
3415         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
3416              From: Paul Johnson <paul@pjcj.net>
3417              Date: Thu, 26 Apr 2001 00:46:08 +0200
3418              Message-ID: <20010426004608.H2338@pjcj.net>
3419      Branch: perl
3420            ! ext/B/B/Concise.pm
3421 ____________________________________________________________________________
3422 [  9843] By: jhi                                   on 2001/04/25  22:28:28
3423         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
3424              From: Peter Prymmer <pvhp@forte.com>
3425              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
3426              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
3427      Branch: perl
3428            ! ext/Cwd/Cwd.xs
3429 ____________________________________________________________________________
3430 [  9842] By: jhi                                   on 2001/04/25  20:58:12
3431         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
3432              From: John Peacock <jpeacock@rowman.com>
3433              Date: Wed, 25 Apr 2001 17:30:26 -0400
3434              Message-ID: <3AE741F2.B3217464@rowman.com>
3435      Branch: perl
3436            ! lib/Math/BigInt.pm t/lib/bigintpm.t
3437 ____________________________________________________________________________
3438 [  9841] By: jhi                                   on 2001/04/25  20:07:05
3439         Log: Update Changes.
3440      Branch: perl
3441            ! Changes patchlevel.h
3442 ____________________________________________________________________________
3443 [  9840] By: jhi                                   on 2001/04/25  19:56:51
3444         Log: Yet another HP-UX hints version from Merijn.
3445      Branch: perl
3446            ! hints/hpux.sh
3447 ____________________________________________________________________________
3448 [  9839] By: jhi                                   on 2001/04/25  19:53:04
3449         Log: abs_path() didn't terminate the filename correctly,
3450              in DIRNAMLENless systems like HP-UX this would fail.
3451      Branch: perl
3452            ! ext/Cwd/Cwd.xs
3453 ____________________________________________________________________________
3454 [  9838] By: jhi                                   on 2001/04/25  16:37:26
3455         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
3456              From: Mike Guy <mjtg@cam.ac.uk>
3457              Date: Wed, 25 Apr 2001 18:31:47 +0100
3458              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
3459      Branch: perl
3460            ! op.c
3461 ____________________________________________________________________________
3462 [  9837] By: jhi                                   on 2001/04/25  16:21:53
3463         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
3464              From: Jon Eveland <jweveland@yahoo.com>
3465              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
3466              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
3467      Branch: perl
3468            ! lib/perl5db.pl
3469 ____________________________________________________________________________
3470 [  9836] By: jhi                                   on 2001/04/25  14:17:50
3471         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
3472              From: "Philip Newton" <pnewton@gmx.de>
3473              Date: Wed, 25 Apr 2001 17:05:58 +0200
3474              Message-ID: <3AE703F6.3234.1833C45@localhost>
3475      Branch: perl
3476            ! Porting/patching.pod
3477 ____________________________________________________________________________
3478 [  9835] By: jhi                                   on 2001/04/25  13:58:07
3479         Log: It would seem that both ar and full_ar need to be overridden
3480              for HP-UX to avoid the GNU ar.
3481      Branch: perl
3482            ! hints/hpux.sh
3483 ____________________________________________________________________________
3484 [  9834] By: jhi                                   on 2001/04/25  13:50:40
3485         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3486              From: "Philip Newton" <pnewton@gmx.de>
3487              Date: Wed, 25 Apr 2001 16:09:23 +0200
3488              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
3489              
3490              Detypo.
3491      Branch: perl
3492            ! t/op/misc.t
3493 ____________________________________________________________________________
3494 [  9833] By: jhi                                   on 2001/04/25  12:36:11
3495         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
3496      Branch: perl
3497            ! hints/hpux.sh
3498 ____________________________________________________________________________
3499 [  9832] By: jhi                                   on 2001/04/25  12:33:36
3500         Log: New version of HP-UX hints from Merijn.
3501      Branch: perl
3502            ! hints/hpux.sh
3503 ____________________________________________________________________________
3504 [  9831] By: jhi                                   on 2001/04/25  03:39:45
3505         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
3506      Branch: perl
3507            ! hints/hpux.sh
3508 ____________________________________________________________________________
3509 [  9830] By: jhi                                   on 2001/04/25  02:53:25
3510         Log: The tzname[] bit is not needed by util.c -- and causes
3511              heartburn in VMS (and it missing was probably the cause of
3512              the Mac OS X trouble).  Ouch.
3513      Branch: perl
3514            ! ext/POSIX/POSIX.xs util.c
3515 ____________________________________________________________________________
3516 [  9829] By: jhi                                   on 2001/04/25  00:10:06
3517         Log: Metaconfig unit change for #9828.
3518      Branch: metaconfig
3519            ! U/compline/ccflags.U
3520 ____________________________________________________________________________
3521 [  9828] By: jhi                                   on 2001/04/25  00:04:18
3522         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
3523              (which is actually the reason for the change, we need to pass
3524              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
3525              EP/IX, OS/2, and TitanOS, based on the hints files.
3526      Branch: perl
3527            ! Configure config_h.SH
3528 ____________________________________________________________________________
3529 [  9827] By: jhi                                   on 2001/04/24  23:49:20
3530         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
3531              the $cat must have an absolute path.
3532      Branch: perl
3533            ! makedepend.SH
3534 ____________________________________________________________________________
3535 [  9826] By: jhi                                   on 2001/04/24  23:40:53
3536         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
3537      Branch: perl
3538            ! README.amiga
3539 ____________________________________________________________________________
3540 [  9825] By: jhi                                   on 2001/04/24  23:35:35
3541         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
3542              From: "Philip Newton" <pnewton@gmx.de>
3543              Date: Tue, 24 Apr 2001 18:52:49 +0200
3544              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
3545      Branch: perl
3546            ! x2p/find2perl.PL
3547 ____________________________________________________________________________
3548 [  9824] By: jhi                                   on 2001/04/24  23:33:07
3549         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
3550              Some gcc specifics dropped out due to extensive rewriting;
3551              will be put back later as needed.
3552      Branch: perl
3553            ! hints/hpux.sh
3554 ____________________________________________________________________________
3555 [  9823] By: jhi                                   on 2001/04/24  23:27:57
3556         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
3557      Branch: perl
3558            ! ext/POSIX/POSIX.xs
3559 ____________________________________________________________________________
3560 [  9822] By: jhi                                   on 2001/04/24  23:25:21
3561         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
3562              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3563              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
3564              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
3565      Branch: perl
3566            ! ext/XS/Typemap/Typemap.xs
3567 ____________________________________________________________________________
3568 [  9821] By: jhi                                   on 2001/04/24  23:24:10
3569         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
3570              From: "Abigail" <abigail@foad.org>
3571              Date: Tue, 24 Apr 2001 23:12:03 +0200
3572              Message-ID: <20010424211203.7901.qmail@foad.org>
3573      Branch: perl
3574            ! pod/perlport.pod
3575 ____________________________________________________________________________
3576 [  9820] By: jhi                                   on 2001/04/24  23:23:15
3577         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
3578              From: Matt Sergeant <matt@sergeant.org>
3579              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
3580              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
3581      Branch: perl
3582            ! pod/perlfaq4.pod
3583 ____________________________________________________________________________
3584 [  9819] By: nick                                  on 2001/04/24  18:49:43
3585         Log: Integrate mainline.
3586      Branch: perlio
3587           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
3588           !> (integrate 37 files)
3589 ____________________________________________________________________________
3590 [  9818] By: jhi                                   on 2001/04/24  14:35:23
3591         Log: Update Changes.
3592      Branch: perl
3593            ! Changes patchlevel.h
3594 ____________________________________________________________________________
3595 [  9817] By: jhi                                   on 2001/04/24  14:09:17
3596         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
3597              From: "Philip Newton" <pnewton@gmx.de>
3598              Date: Tue, 24 Apr 2001 12:58:12 +0200
3599              Message-ID: <3AE57864.8304.B77A0A@localhost> 
3600              
3601              plus add CPAN to the list of modules that have their own tests.
3602      Branch: perl
3603            ! t/lib/1_compile.t
3604 ____________________________________________________________________________
3605 [  9816] By: jhi                                   on 2001/04/24  14:07:03
3606         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
3607              From: Michael G Schwern <schwern@pobox.com>
3608              Date: Sat, 21 Apr 2001 22:35:00 +0100
3609              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
3610      Branch: perl
3611            ! t/lib/1_compile.t
3612 ____________________________________________________________________________
3613 [  9815] By: jhi                                   on 2001/04/24  13:54:32
3614         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
3615              From: Robin Houston <robin@kitsite.com>
3616              Date: Tue, 24 Apr 2001 15:51:18 +0100
3617              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
3618      Branch: perl
3619            ! ext/B/B/Deparse.pm
3620 ____________________________________________________________________________
3621 [  9814] By: jhi                                   on 2001/04/24  13:17:34
3622         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3623              From: Bill Glicker <billg@burrelles.com>
3624              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
3625              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
3626      Branch: perl
3627            ! hints/svr5.sh
3628 ____________________________________________________________________________
3629 [  9813] By: jhi                                   on 2001/04/24  12:54:23
3630         Log: Prevent path disclosure (probing for existence of filenames)
3631              using suidperl; bug id 20010322.218.
3632      Branch: perl
3633            ! perl.c pod/perldiag.pod
3634 ____________________________________________________________________________
3635 [  9812] By: jhi                                   on 2001/04/24  12:08:36
3636         Log: Retract #9811.
3637      Branch: perl
3638            ! ext/POSIX/POSIX.xs
3639 ____________________________________________________________________________
3640 [  9811] By: jhi                                   on 2001/04/24  11:57:35
3641         Log: (Retracted by #9812.)
3642      Branch: perl
3643            ! ext/POSIX/POSIX.xs
3644 ____________________________________________________________________________
3645 [  9810] By: jhi                                   on 2001/04/24  03:32:35
3646         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
3647      Branch: perl
3648            ! util.c
3649 ____________________________________________________________________________
3650 [  9809] By: jhi                                   on 2001/04/24  03:16:13
3651         Log: The Math::BigFloat::import() was broken.
3652              (Fixes bug id 20010422.002.)
3653      Branch: perl
3654            ! lib/Math/BigFloat.pm
3655 ____________________________________________________________________________
3656 [  9808] By: jhi                                   on 2001/04/24  01:11:40
3657         Log: Additional dependencies; should help for parallel makes
3658              not to fail on missing lib/lib.pm or lib/re.pm.
3659      Branch: perl
3660            ! Makefile.SH
3661 ____________________________________________________________________________
3662 [  9807] By: jhi                                   on 2001/04/24  00:57:01
3663         Log: Update the test failure disclaimer.
3664      Branch: perl
3665            ! t/pragma/warn/pp_hot
3666 ____________________________________________________________________________
3667 [  9806] By: jhi                                   on 2001/04/24  00:54:04
3668         Log: Add make target "install-all" which is alias for "install"
3669              to cater for case-preserving filesystems like HFS+.
3670      Branch: perl
3671            ! INSTALL Makefile.SH
3672 ____________________________________________________________________________
3673 [  9805] By: jhi                                   on 2001/04/24  00:47:28
3674         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
3675              From: Peter Prymmer <pvhp@forte.com>
3676              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
3677              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
3678              
3679              (Ken William's message forwarded from macosx@perl.org)
3680      Branch: perl
3681            ! hints/darwin.sh
3682 ____________________________________________________________________________
3683 [  9804] By: jhi                                   on 2001/04/23  23:57:35
3684         Log: Cut-and-pasto.
3685      Branch: perl
3686            ! perlio.c
3687 ____________________________________________________________________________
3688 [  9803] By: jhi                                   on 2001/04/23  23:52:25
3689         Log: More PerlIO robustness.
3690      Branch: perl
3691            ! perlio.c
3692 ____________________________________________________________________________
3693 [  9802] By: jhi                                   on 2001/04/23  23:43:35
3694         Log: Make the "STD* opened only for ..." errors more consistent.
3695      Branch: perl
3696            ! doio.c
3697 ____________________________________________________________________________
3698 [  9801] By: jhi                                   on 2001/04/23  23:34:26
3699         Log: Test case for #9800.
3700      Branch: perl
3701            ! t/op/misc.t
3702 ____________________________________________________________________________
3703 [  9800] By: jhi                                   on 2001/04/23  23:14:43
3704         Log: Avoid coredump on 'close STDERR; die' by making
3705              the PerlIO calls more robust.  Also use SETERRNO()
3706              instead of errno = to be more VMS-ready.
3707      Branch: perl
3708            ! perlio.c
3709 ____________________________________________________________________________
3710 [  9799] By: jhi                                   on 2001/04/23  21:41:10
3711         Log: Subject: test for ID 20010423.002
3712              From: Robin Houston <robin@kitsite.com>
3713              Date: Mon, 23 Apr 2001 16:52:21 +0100
3714              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
3715      Branch: perl
3716            ! t/op/avhv.t
3717 ____________________________________________________________________________
3718 [  9798] By: jhi                                   on 2001/04/23  21:40:07
3719         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
3720              From: David Dyck <dcd@tc.fluke.com>
3721              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
3722              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
3723      Branch: perl
3724            ! installperl
3725 ____________________________________________________________________________
3726 [  9797] By: jhi                                   on 2001/04/23  21:37:56
3727         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
3728              From: Benjamin Sugars <bsugars@canoe.ca>
3729              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
3730              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
3731      Branch: perl
3732            ! ext/Cwd/Cwd.xs lib/Cwd.pm
3733 ____________________________________________________________________________
3734 [  9796] By: jhi                                   on 2001/04/23  21:29:24
3735         Log: Synchronize h2xs and pod2man some more on the documentation
3736              templates they propose.
3737      Branch: perl
3738            ! pod/pod2man.PL utils/h2xs.PL
3739 ____________________________________________________________________________
3740 [  9795] By: jhi                                   on 2001/04/23  17:30:40
3741         Log: Add one more naughty test for base64; make encoding logic cleaner.
3742      Branch: perl
3743            ! t/lib/mimeb64.t
3744 ____________________________________________________________________________
3745 [  9794] By: jhi                                   on 2001/04/23  13:51:32
3746         Log: Update Changes.
3747      Branch: perl
3748            ! Changes patchlevel.h
3749 ____________________________________________________________________________
3750 [  9793] By: jhi                                   on 2001/04/23  13:44:18
3751         Log: Duplicate lines.
3752      Branch: perl
3753            ! MANIFEST
3754 ____________________________________________________________________________
3755 [  9792] By: jhi                                   on 2001/04/23  13:39:13
3756         Log: Subject: Re: PATCH 5.7.1
3757              From: Mark-Jason Dominus <mjd@plover.com>
3758              Date: Mon, 23 Apr 2001 10:30:21 -0400
3759              Message-ID: <20010423143021.17335.qmail@plover.com>
3760      Branch: perl
3761            ! perl.h sv.c
3762 ____________________________________________________________________________
3763 [  9791] By: jhi                                   on 2001/04/23  13:32:40
3764         Log: Add the CPAN.pm 1.59_54 tests.
3765      Branch: perl
3766            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
3767            ! MANIFEST
3768 ____________________________________________________________________________
3769 [  9790] By: jhi                                   on 2001/04/23  13:21:55
3770         Log: Subject: Deparse nit
3771              From: Robin Houston <robin@kitsite.com>
3772              Date: Mon, 23 Apr 2001 12:38:20 +0100
3773              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
3774      Branch: perl
3775            ! ext/B/B/Deparse.pm
3776 ____________________________________________________________________________
3777 [  9789] By: jhi                                   on 2001/04/23  13:19:07
3778         Log: Subject: [PATCH] bug 20010423.002
3779              From: Robin Houston <robin@kitsite.com>
3780              Date: Mon, 23 Apr 2001 13:12:30 +0100
3781              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
3782      Branch: perl
3783            ! pp.c
3784 ____________________________________________________________________________
3785 [  9788] By: jhi                                   on 2001/04/23  13:02:49
3786         Log: Subject: PATCH [5.7.1] hv.c unused #define
3787              From: Mark-Jason Dominus <mjd@plover.com>
3788              Date: Sun, 22 Apr 2001 14:17:49 -0400
3789              Message-ID: <20010422181749.26976.qmail@plover.com>
3790      Branch: perl
3791            ! hv.c
3792 ____________________________________________________________________________
3793 [  9787] By: jhi                                   on 2001/04/23  13:02:02
3794         Log: Subject: PATCH 5.7.1
3795              From: Mark-Jason Dominus <mjd@plover.com>
3796              Date: Sun, 22 Apr 2001 15:12:57 -0400
3797              Message-ID: <20010422191258.6539.qmail@plover.com>
3798              
3799              plus Sarathy's STMT_START + STMT_END suggestion.
3800      Branch: perl
3801            ! perl.h
3802 ____________________________________________________________________________
3803 [  9786] By: jhi                                   on 2001/04/23  12:53:25
3804         Log: Fix for
3805              
3806              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
3807              From: dLux <dlux@spam.sch.bme.hu>
3808              Date: Mon, 23 Apr 2001 01:25:26 +0200
3809              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
3810              
3811              (SvGROW really does return a char *.)
3812      Branch: perl
3813            ! pod/perlapi.pod sv.h
3814 ____________________________________________________________________________
3815 [  9785] By: jhi                                   on 2001/04/23  04:34:04
3816         Log: Time::Piece work continues.  $t->day removed since
3817              I think it's too confusing.  Now has normal and
3818              abbreviated length weekday names and month names,
3819              the names change with _names(), not _list().
3820              Now has strftime() in Perl, _strftime() is
3821              the libc version (to which strftime() falls back
3822              if it doesn't know the format.  To do: the reverse
3823              of strftime, strptime(), and the localisation of both.
3824      Branch: perl
3825            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
3826            ! t/lib/time-piece.t
3827 ____________________________________________________________________________
3828 [  9784] By: jhi                                   on 2001/04/23  02:41:46
3829         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
3830              From: andreas.koenig@anima.de (Andreas J. Koenig)
3831              Date: 23 Apr 2001 05:20:55 +0200
3832              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
3833      Branch: perl
3834            ! t/pragma/overload.t
3835 ____________________________________________________________________________
3836 [  9783] By: jhi                                   on 2001/04/22  23:32:42
3837         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
3838              From: Robin Houston <robin@kitsite.com>
3839              Date: Mon, 23 Apr 2001 00:38:18 +0100
3840              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
3841      Branch: perl
3842            ! ext/B/B/Deparse.pm
3843 ____________________________________________________________________________
3844 [  9782] By: jhi                                   on 2001/04/22  20:55:43
3845         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
3846              From: Simon Cozens <simon@netthink.co.uk>
3847              Date: Sun, 22 Apr 2001 18:47:25 +0100
3848              Message-ID: <20010422184725.A14411@netthink.co.uk>
3849      Branch: perl
3850            ! sv.c t/pragma/overload.t
3851 ____________________________________________________________________________
3852 [  9781] By: jhi                                   on 2001/04/22  20:52:13
3853         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
3854              From: Robin Houston <robin@kitsite.com>
3855              Date: Sun, 22 Apr 2001 22:14:50 +0100
3856              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
3857      Branch: perl
3858            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3859 ____________________________________________________________________________
3860 [  9780] By: nick                                  on 2001/04/22  20:40:31
3861         Log: Integrate mainline.
3862      Branch: perlio
3863           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3864           +> t/lib/b-stash.t
3865           !> (integrate 38 files)
3866 ____________________________________________________________________________
3867 [  9779] By: jhi                                   on 2001/04/22  15:16:03
3868         Log: Subject: IO::Socket::INET patch
3869              From: andrew deryabin <djsf@technarchy.ru>
3870              Date: Sat, 21 Apr 2001 17:46:52 +0400
3871              Message-ID: <20010421174652.B1426@technarchy>
3872      Branch: perl
3873            ! ext/IO/lib/IO/Socket/INET.pm
3874 ____________________________________________________________________________
3875 [  9778] By: jhi                                   on 2001/04/22  15:14:33
3876         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
3877              From: Mark-Jason Dominus <mjd@plover.com>
3878              Date: Sat, 21 Apr 2001 21:27:49 -0400
3879              Message-ID: <20010422012749.27024.qmail@plover.com>
3880      Branch: perl
3881            ! regcomp.c
3882 ____________________________________________________________________________
3883 [  9777] By: jhi                                   on 2001/04/22  15:10:51
3884         Log: Subject: Re: Regex debugger patch 
3885              From: Mark-Jason Dominus <mjd@plover.com>
3886              Date: Sat, 21 Apr 2001 21:48:51 -0400
3887              Message-ID: <20010422014851.27165.qmail@plover.com>
3888      Branch: perl
3889            ! pod/perldebguts.pod
3890 ____________________________________________________________________________
3891 [  9776] By: jhi                                   on 2001/04/22  15:09:48
3892         Log: Subject: Re: Regex debugger patch
3893              From: Mark-Jason Dominus <mjd@plover.com>
3894              Date: Sat, 21 Apr 2001 14:24:39 -0400
3895              Message-ID: <20010421182439.16508.qmail@plover.com>
3896              
3897              Regex debugger backend.
3898      Branch: perl
3899            ! regcomp.c regexp.h
3900 ____________________________________________________________________________
3901 [  9775] By: jhi                                   on 2001/04/21  16:45:40
3902         Log: Subject: [PATCH] Typo in utf8.h
3903              From: Jesús Quiroga <jquiroga@pobox.com>
3904              Date: Sat, 21 Apr 2001 19:25:33 +0200
3905              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
3906      Branch: perl
3907            ! utf8.h
3908 ____________________________________________________________________________
3909 [  9774] By: jhi                                   on 2001/04/21  16:43:52
3910         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3911              From: Joe Orton <jorton@redhat.com>
3912              Date: Tue, 17 Apr 2001 15:50:43 +0100
3913              Message-Id: <20010417155043.D19132@eu.c2.net>
3914      Branch: perl
3915            ! hints/svr5.sh
3916 ____________________________________________________________________________
3917 [  9773] By: jhi                                   on 2001/04/21  15:30:15
3918         Log: Subject: Patch utils/h2xs.PL
3919              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3920              Date: Sat, 21 Apr 2001 10:32:16 -0500
3921              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
3922              
3923              Add MAILING list and LICENSE templates.
3924      Branch: perl
3925            ! utils/h2xs.PL
3926 ____________________________________________________________________________
3927 [  9772] By: jhi                                   on 2001/04/21  15:28:36
3928         Log: Subject: perlfaq2.patch for 5.7.1
3929              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3930              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
3931              Date: Fri, 20 Apr 2001 16:42:19 -0500
3932              
3933              rm an extra tab, a blurb about the xx.cpan to clarify
3934              which countries actually have that and dejanews is history
3935              as well as most of that nonsensical entry.
3936      Branch: perl
3937            ! pod/perlfaq2.pod
3938 ____________________________________________________________________________
3939 [  9771] By: jhi                                   on 2001/04/21  15:27:17
3940         Log: Subject: perlfaq1.patch for 5.7.1
3941              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3942              Date: Fri, 20 Apr 2001 16:57:36 -0500
3943              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
3944              
3945              Evil URLs must die. Especially when they are broken.
3946      Branch: perl
3947            ! pod/perlfaq1.pod
3948 ____________________________________________________________________________
3949 [  9770] By: jhi                                   on 2001/04/21  15:23:38
3950         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
3951              From: Michael G Schwern <schwern@pobox.com>
3952              Date: Sat, 21 Apr 2001 16:11:12 +0100
3953              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
3954      Branch: perl
3955            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3956            + t/lib/b-stash.t
3957            ! MANIFEST ext/B/B.pm t/lib/b.t
3958 ____________________________________________________________________________
3959 [  9769] By: jhi                                   on 2001/04/21  15:03:32
3960         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
3961              From: Michael G Schwern <schwern@pobox.com>
3962              Date: Sat, 21 Apr 2001 09:48:00 +0100
3963              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
3964      Branch: perl
3965            ! utils/h2ph.PL
3966 ____________________________________________________________________________
3967 [  9768] By: jhi                                   on 2001/04/21  14:33:49
3968         Log: PerlIO and Encode doc cleanup and tweaks.
3969      Branch: perl
3970            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
3971            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
3972 ____________________________________________________________________________
3973 [  9767] By: jhi                                   on 2001/04/21  12:40:16
3974         Log: Integrate perlio.
3975      Branch: perl
3976           !> doio.c
3977 ____________________________________________________________________________
3978 [  9766] By: nick                                  on 2001/04/20  18:28:35
3979         Log: Avoid core dump on
3980              open(STDOUT,">",\$foo);
3981      Branch: perlio
3982            ! doio.c
3983 ____________________________________________________________________________
3984 [  9765] By: jhi                                   on 2001/04/20  13:23:43
3985         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3986              From: Robin Houston <robin@kitsite.com>
3987              Date: Fri, 20 Apr 2001 14:29:22 +0100
3988              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
3989      Branch: perl
3990            ! ext/B/B.pm ext/B/B/Deparse.pm
3991 ____________________________________________________________________________
3992 [  9764] By: jhi                                   on 2001/04/20  13:19:33
3993         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
3994              From: Peter Prymmer <pvhp@forte.com>
3995              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
3996              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
3997      Branch: perl
3998            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3999            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4000            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4001            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4002 ____________________________________________________________________________
4003 [  9763] By: jhi                                   on 2001/04/20  12:36:39
4004         Log: Subject: Re: A new PerlIO coredump
4005              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4006              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
4007              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
4008      Branch: perl
4009            ! doio.c
4010 ____________________________________________________________________________
4011 [  9762] By: jhi                                   on 2001/04/19  23:02:30
4012         Log: Update Changes.
4013      Branch: perl
4014            ! Changes patchlevel.h
4015 ____________________________________________________________________________
4016 [  9761] By: jhi                                   on 2001/04/19  22:59:19
4017         Log: More cleanup cleanup.
4018      Branch: perl
4019            ! Makefile.SH win32/Makefile win32/makefile.mk
4020 ____________________________________________________________________________
4021 [  9760] By: jhi                                   on 2001/04/19  22:50:31
4022         Log: lib/Time is non-empty, let's not rmdir it.
4023      Branch: perl
4024            ! Makefile.SH
4025 ____________________________________________________________________________
4026 [  9759] By: jhi                                   on 2001/04/19  22:36:51
4027         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
4028              From: Robin Houston <robin@kitsite.com>
4029              Date: Fri, 20 Apr 2001 00:18:53 +0100
4030              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
4031      Branch: perl
4032            ! ext/B/B/Deparse.pm
4033 ____________________________________________________________________________
4034 [  9758] By: jhi                                   on 2001/04/19  22:36:00
4035         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
4036              From: Peter Prymmer <pvhp@forte.com>
4037              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
4038              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
4039      Branch: perl
4040            ! ext/Cwd/Cwd.xs
4041 ____________________________________________________________________________
4042 [  9757] By: nick                                  on 2001/04/19  18:53:54
4043         Log: Blind (untested) integrate of mainline.
4044      Branch: perlio
4045           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4046           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
4047           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
4048           !> (integrate 53 files)
4049 ____________________________________________________________________________
4050 [  9756] By: jhi                                   on 2001/04/19  16:59:23
4051         Log: Document and test Time::Piece.
4052      Branch: perl
4053            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
4054            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
4055 ____________________________________________________________________________
4056 [  9755] By: jhi                                   on 2001/04/19  12:13:29
4057         Log: A better fix for the \x{12345678} trouble from NI-S.
4058      Branch: perl
4059            ! utf8.c
4060 ____________________________________________________________________________
4061 [  9754] By: jhi                                   on 2001/04/19  11:56:07
4062         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
4063              From: Robin Houston <robin@kitsite.com>
4064              Date: Wed, 18 Apr 2001 17:58:33 +0100
4065              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
4066      Branch: perl
4067            ! ext/B/B/Deparse.pm op.c
4068 ____________________________________________________________________________
4069 [  9753] By: jhi                                   on 2001/04/19  04:21:52
4070         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
4071              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
4072              Date: Thu, 19 Apr 2001 01:11:41 -0400
4073              Message-ID: <20010419011141.A5798@cpan.org>
4074      Branch: perl
4075            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4076 ____________________________________________________________________________
4077 [  9752] By: jhi                                   on 2001/04/19  02:41:10
4078         Log: The new time utils need to be thread-aware, too.
4079      Branch: perl
4080            ! util.c
4081 ____________________________________________________________________________
4082 [  9751] By: jhi                                   on 2001/04/19  02:26:47
4083         Log: Compilation nit noticed by AIX compiler.
4084      Branch: perl
4085            ! perlio.c
4086 ____________________________________________________________________________
4087 [  9750] By: jhi                                   on 2001/04/19  02:20:06
4088         Log: The new time utils need to be public.
4089      Branch: perl
4090            ! embed.pl
4091 ____________________________________________________________________________
4092 [  9749] By: jhi                                   on 2001/04/19  01:42:39
4093         Log: Regen toc.
4094      Branch: perl
4095            ! pod/perltoc.pod
4096 ____________________________________________________________________________
4097 [  9748] By: jhi                                   on 2001/04/19  01:41:10
4098         Log: Add Time::Piece, a slight rewrite of Time::Object,
4099              from Matt Sergeant.
4100      Branch: perl
4101            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4102            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
4103            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
4104            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
4105            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
4106            ! win32/makefile.mk
4107 ____________________________________________________________________________
4108 [  9747] By: jhi                                   on 2001/04/19  00:55:35
4109         Log: The new metaconfig unit from strftime.
4110      Branch: metaconfig/U/perl
4111            + d_strftime.U
4112 ____________________________________________________________________________
4113 [  9746] By: jhi                                   on 2001/04/19  00:54:54
4114         Log: Move the strftime() wrapper from POSIX.xs to util.c
4115              as my_strftime(), requires HAS_STRFTIME.
4116      Branch: perl
4117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4118            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
4119            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
4120            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4121            ! vos/config.ga.h win32/config.bc win32/config.gc
4122            ! win32/config.vc
4123 ____________________________________________________________________________
4124 [  9745] By: jhi                                   on 2001/04/18  23:11:03
4125         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
4126              in preparation of Time::Piece.
4127      Branch: perl
4128            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
4129 ____________________________________________________________________________
4130 [  9744] By: jhi                                   on 2001/04/18  22:33:12
4131         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
4132              From: Peter Prymmer <pvhp@forte.com>
4133              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
4134              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
4135      Branch: perl
4136            ! t/lib/exporter.t
4137 ____________________________________________________________________________
4138 [  9743] By: jhi                                   on 2001/04/18  22:32:23
4139         Log: Subject: Fwd: pod2html leaves cache files lying around?
4140              From: Rajesh Vaidheeswarran <rv@gnu.org>
4141              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
4142              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
4143      Branch: perl
4144            ! lib/Pod/Html.pm
4145 ____________________________________________________________________________
4146 [  9742] By: jhi                                   on 2001/04/18  20:31:49
4147         Log: Update Changes.
4148      Branch: perl
4149            ! Changes patchlevel.h
4150 ____________________________________________________________________________
4151 [  9741] By: jhi                                   on 2001/04/18  20:23:02
4152         Log: Declare hints only if needed.
4153      Branch: perl
4154            ! ext/B/B/Deparse.pm
4155 ____________________________________________________________________________
4156 [  9740] By: jhi                                   on 2001/04/18  19:06:05
4157         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
4158              bug noticed by Robin Houston; basically the code of detecting
4159              value wraparound was acting differently under different compilers
4160              and platforms.  The workaround is to remove the overflow check
4161              for now, a real fix would be to do the overflow (portably) right.
4162      Branch: perl
4163            ! t/op/pat.t utf8.c
4164 ____________________________________________________________________________
4165 [  9739] By: jhi                                   on 2001/04/18  19:01:23
4166         Log: Subject: [PATCH B::Deparse] some pragma support
4167              From: Robin Houston <robin@kitsite.com>
4168              Date: Wed, 18 Apr 2001 19:32:12 +0100
4169              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
4170      Branch: perl
4171            ! ext/B/B/Deparse.pm
4172 ____________________________________________________________________________
4173 [  9738] By: jhi                                   on 2001/04/18  15:16:37
4174         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
4175              From: Benjamin Sugars <bsugars@canoe.ca>
4176              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
4177              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
4178      Branch: perl
4179            ! t/op/glob.t
4180 ____________________________________________________________________________
4181 [  9737] By: jhi                                   on 2001/04/18  13:24:50
4182         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
4183              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4184              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
4185              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
4186      Branch: perl
4187            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4188            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
4189 ____________________________________________________________________________
4190 [  9736] By: jhi                                   on 2001/04/18  04:15:14
4191         Log: The #9735 also changes the subtest 12.
4192      Branch: perl
4193            ! t/lib/b.t
4194 ____________________________________________________________________________
4195 [  9735] By: jhi                                   on 2001/04/18  03:55:17
4196         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
4197              From: David Dyck <dcd@tc.fluke.com>
4198              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
4199              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
4200      Branch: perl
4201            ! ext/B/B/Deparse.pm
4202 ____________________________________________________________________________
4203 [  9734] By: jhi                                   on 2001/04/18  03:54:11
4204         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4205              From: Gisle Aas <gisle@ActiveState.com>
4206              Date: 17 Apr 2001 19:06:45 -0700
4207              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
4208      Branch: perl
4209            ! pp_hot.c t/op/misc.t
4210 ____________________________________________________________________________
4211 [  9733] By: jhi                                   on 2001/04/17  22:25:22
4212         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
4213              From: "Abigail" <abigail@foad.org>
4214              Date: Wed, 18 Apr 2001 01:17:46 +0200
4215              Message-ID: <20010417231746.21657.qmail@foad.org>
4216      Branch: perl
4217            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
4218 ____________________________________________________________________________
4219 [  9732] By: jhi                                   on 2001/04/17  20:47:56
4220         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
4221              From: Robin Houston <robin@kitsite.com>
4222              Date: Tue, 17 Apr 2001 22:37:42 +0100
4223              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
4224      Branch: perl
4225            ! ext/B/B/Deparse.pm
4226 ____________________________________________________________________________
4227 [  9731] By: nick                                  on 2001/04/17  20:46:35
4228         Log: Re-sync for t/lib/b.t fix
4229      Branch: perlio
4230           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
4231 ____________________________________________________________________________
4232 [  9730] By: jhi                                   on 2001/04/17  20:45:29
4233         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
4234              From: Robin Houston <robin@kitsite.com>
4235              Date: Tue, 17 Apr 2001 22:29:36 +0100
4236              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
4237      Branch: perl
4238            ! ext/B/B.xs ext/B/B/Deparse.pm
4239 ____________________________________________________________________________
4240 [  9729] By: jhi                                   on 2001/04/17  20:43:11
4241         Log: Subject: Deparse - parenthesise args to undeclared subs
4242              From: Robin Houston <robin@kitsite.com>
4243              Date: Tue, 17 Apr 2001 21:31:05 +0100
4244              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
4245      Branch: perl
4246            ! ext/B/B/Deparse.pm
4247 ____________________________________________________________________________
4248 [  9728] By: jhi                                   on 2001/04/17  18:57:30
4249         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
4250              From: Benjamin Sugars <ben.sugars@home.com>
4251              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
4252              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
4253      Branch: perl
4254            ! t/lib/cwd.t
4255 ____________________________________________________________________________
4256 [  9727] By: jhi                                   on 2001/04/17  18:20:20
4257         Log: Subject: [PATCH B::Deparse] ambient pragmas
4258              From: Robin Houston <robin@kitsite.com>
4259              Date: Tue, 17 Apr 2001 20:01:59 +0100
4260              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
4261      Branch: perl
4262            ! ext/B/B/Deparse.pm t/lib/b.t
4263 ____________________________________________________________________________
4264 [  9726] By: nick                                  on 2001/04/17  16:33:51
4265         Log: Integrate mainline (t/lib/b.t fails test 2...)
4266      Branch: perlio
4267           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
4268           +> ext/List/Util/README ext/List/Util/Util.xs
4269           +> ext/List/Util/lib/List/Util.pm
4270           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
4271           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
4272           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4273           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4274           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4275           !> (integrate 31 files)
4276 ____________________________________________________________________________
4277 [  9725] By: jhi                                   on 2001/04/17  12:14:24
4278         Log: Subject: multiple B::* changes
4279              From: Robin Houston <robin@kitsite.com>
4280              Date: Thu, 12 Apr 2001 20:12:27 +0100
4281              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
4282      Branch: perl
4283            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
4284 ____________________________________________________________________________
4285 [  9724] By: jhi                                   on 2001/04/17  11:59:05
4286         Log: Thread-awareness from Doug MacEachern.
4287      Branch: perl
4288            ! ext/List/Util/Util.xs
4289 ____________________________________________________________________________
4290 [  9723] By: jhi                                   on 2001/04/17  11:57:41
4291         Log: Make the test more portable.
4292      Branch: perl
4293            ! t/lib/cwd.t
4294 ____________________________________________________________________________
4295 [  9722] By: jhi                                   on 2001/04/17  11:53:50
4296         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
4297              From: Benjamin Sugars <ben.sugars@home.com>
4298              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
4299              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
4300      Branch: perl
4301            ! t/lib/cwd.t
4302 ____________________________________________________________________________
4303 [  9721] By: jhi                                   on 2001/04/17  11:52:17
4304         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
4305              From: Benjamin Sugars <bsugars@canoe.ca>
4306              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
4307              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
4308      Branch: perl
4309            ! op.c
4310 ____________________________________________________________________________
4311 [  9720] By: jhi                                   on 2001/04/17  11:35:42
4312         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
4313              From: Chris Nandor <pudge@pobox.com>
4314              Date: Tue, 17 Apr 2001 00:30:49 -0400
4315              Message-Id: <p05100207b701768712de@[10.0.1.177]>
4316      Branch: perl
4317            ! ext/File/Glob/bsd_glob.c gv.c
4318 ____________________________________________________________________________
4319 [  9719] By: jhi                                   on 2001/04/17  11:32:13
4320         Log: Subject: [PATCH] Tweten->West
4321              From: Casey West <casey@geeknest.com>
4322              Date: Mon, 16 Apr 2001 12:11:22 -0400
4323              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
4324      Branch: perl
4325            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
4326            ! pod/perltie.pod
4327 ____________________________________________________________________________
4328 [  9718] By: jhi                                   on 2001/04/16  03:22:52
4329         Log: Update Changes.
4330      Branch: perl
4331            ! Changes patchlevel.h
4332 ____________________________________________________________________________
4333 [  9717] By: jhi                                   on 2001/04/16  03:06:28
4334         Log: Regen toc.
4335      Branch: perl
4336            ! pod/perltoc.pod
4337 ____________________________________________________________________________
4338 [  9716] By: jhi                                   on 2001/04/16  02:58:42
4339         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
4340              From: Prymmer/Kahn <pvhp@best.com>
4341              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
4342              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
4343      Branch: perl
4344            ! utf8.c
4345 ____________________________________________________________________________
4346 [  9715] By: jhi                                   on 2001/04/15  23:40:35
4347         Log: Subject: Re: Net::Ping patch, adds stream protocol
4348              From: bronson@rinspin.com (Scott Bronson)
4349              Date: Tue, 10 Apr 2001 23:58:33 -0700
4350              Message-ID: <20010410235833.N29719@rinspin.com>
4351      Branch: perl
4352            ! lib/Net/Ping.pm
4353 ____________________________________________________________________________
4354 [  9714] By: jhi                                   on 2001/04/15  23:31:46
4355         Log: Printing out the ok messages helps successful testing.
4356      Branch: perl
4357            ! t/lib/time-hires.t
4358 ____________________________________________________________________________
4359 [  9713] By: jhi                                   on 2001/04/15  21:43:24
4360         Log: Update Douglas Wegscheid's email.
4361      Branch: perl
4362            ! AUTHORS
4363 ____________________________________________________________________________
4364 [  9712] By: jhi                                   on 2001/04/15  21:40:41
4365         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
4366              From: Michael G Schwern <schwern@pobox.com>
4367              Date: Sat, 14 Apr 2001 22:40:50 +0100
4368              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
4369      Branch: perl
4370            + t/lib/exporter.t
4371            ! MANIFEST lib/Exporter/Heavy.pm
4372 ____________________________________________________________________________
4373 [  9711] By: jhi                                   on 2001/04/15  21:39:21
4374         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
4375              From: Michael G Schwern <schwern@pobox.com>
4376              Date: Sat, 14 Apr 2001 22:13:59 +0100
4377              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
4378      Branch: perl
4379            ! t/op/loopctl.t
4380 ____________________________________________________________________________
4381 [  9710] By: jhi                                   on 2001/04/15  21:30:19
4382         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
4383              From: Michael G Schwern <schwern@pobox.com>
4384              Date: Sat, 14 Apr 2001 22:05:32 +0100
4385              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
4386      Branch: perl
4387            ! t/pragma/warnings.t
4388 ____________________________________________________________________________
4389 [  9709] By: jhi                                   on 2001/04/15  19:34:09
4390         Log: Integrate changes #9706,9707 from maintperl into mainline.
4391              
4392              change#7210 broke .packlist generation
4393              
4394              ExtUtils::Installed doesn't quote regex metacharacters in paths
4395              before using them in match; also make it work for dosish platforms
4396      Branch: perl
4397           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4398 ____________________________________________________________________________
4399 [  9708] By: jhi                                   on 2001/04/15  19:31:01
4400         Log: Test also the scalar aspect of getitimer().
4401      Branch: perl
4402            ! t/lib/time-hires.t
4403 ____________________________________________________________________________
4404 [  9707] By: gsar                                  on 2001/04/15  17:24:20
4405         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
4406              before using them in match; also make it work for dosish platforms
4407      Branch: maint-5.6/perl
4408            ! lib/ExtUtils/Installed.pm
4409 ____________________________________________________________________________
4410 [  9706] By: gsar                                  on 2001/04/15  17:21:59
4411         Log: change#7210 broke .packlist generation (listed only filename
4412              rather than fully qualified path name)
4413      Branch: maint-5.6/perl
4414            ! lib/ExtUtils/Install.pm
4415 ____________________________________________________________________________
4416 [  9705] By: jhi                                   on 2001/04/15  12:36:33
4417         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
4418      Branch: perl
4419            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
4420            ! t/lib/time-hires.t
4421 ____________________________________________________________________________
4422 [  9704] By: jhi                                   on 2001/04/15  10:49:08
4423         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
4424              From: Prymmer/Kahn <pvhp@best.com>
4425              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
4426              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
4427      Branch: perl
4428            ! lib/utf8.pm pod/perlebcdic.pod
4429 ____________________________________________________________________________
4430 [  9703] By: jhi                                   on 2001/04/15  02:26:26
4431         Log: I keep forgetting to sort MANIFEST.
4432      Branch: perl
4433            ! MANIFEST
4434 ____________________________________________________________________________
4435 [  9702] By: jhi                                   on 2001/04/15  02:07:47
4436         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
4437              Now we have blessed, reftype, tainted, first, reduce, ...
4438      Branch: perl
4439            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
4440            + ext/List/Util/README ext/List/Util/Util.xs
4441            + ext/List/Util/lib/List/Util.pm
4442            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
4443            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
4444            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4445            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4446            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4447            ! MANIFEST
4448 ____________________________________________________________________________
4449 [  9701] By: jhi                                   on 2001/04/14  15:05:25
4450         Log: Subject: RE: dprofpp.pl updates 
4451              From: Carl Eklof <CEklof@endeca.com>
4452              Date: Thu, 12 Apr 2001 18:45:46 -0400
4453              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
4454      Branch: perl
4455            ! utils/dprofpp.PL
4456 ____________________________________________________________________________
4457 [  9700] By: jhi                                   on 2001/04/14  14:44:55
4458         Log: Do not just blindly add CR.
4459      Branch: perl
4460            ! Porting/makerel
4461 ____________________________________________________________________________
4462 [  9699] By: jhi                                   on 2001/04/13  13:17:01
4463         Log: Update Changes.
4464      Branch: perl
4465            ! Changes patchlevel.h
4466 ____________________________________________________________________________
4467 [  9698] By: jhi                                   on 2001/04/13  12:44:48
4468         Log: Integrate perlio.
4469      Branch: perl
4470           !> ext/PerlIO/Scalar/Scalar.xs
4471 ____________________________________________________________________________
4472 [  9697] By: jhi                                   on 2001/04/13  12:29:15
4473         Log: Add more debug output to the test.
4474      Branch: perl
4475            ! t/lib/cwd.t
4476 ____________________________________________________________________________
4477 [  9696] By: nick                                  on 2001/04/13  10:14:29
4478         Log: Fix core dump on binmode($fh,'Scalar')
4479      Branch: perlio
4480            ! ext/PerlIO/Scalar/Scalar.xs
4481 ____________________________________________________________________________
4482 [  9695] By: nick                                  on 2001/04/13  09:05:42
4483         Log: Integrate mainline
4484      Branch: perlio
4485           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4486           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4487           +> t/lib/time-hires.t
4488           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
4489           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
4490           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4491           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
4492           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
4493           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
4494           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
4495 ____________________________________________________________________________
4496 [  9694] By: jhi                                   on 2001/04/12  22:23:35
4497         Log: Integrate change #9693 from maintperl into mainline.
4498              
4499              $VERSION and Version() on the same line provokes a warning from
4500              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
4501      Branch: perl
4502           !> lib/Devel/SelfStubber.pm
4503 ____________________________________________________________________________
4504 [  9693] By: gsar                                  on 2001/04/12  21:55:56
4505         Log: $VERSION and Version() on the same line provokes a warning from
4506              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
4507      Branch: maint-5.6/perl
4508            ! lib/Devel/SelfStubber.pm
4509 ____________________________________________________________________________
4510 [  9692] By: jhi                                   on 2001/04/12  13:54:00
4511         Log: This is at least 5.005.
4512      Branch: perl
4513            ! ext/Time/HiRes/HiRes.xs
4514 ____________________________________________________________________________
4515 [  9691] By: jhi                                   on 2001/04/12  13:37:20
4516         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
4517      Branch: perl
4518            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
4519            ! win32/Makefile win32/makefile.mk
4520 ____________________________________________________________________________
4521 [  9690] By: jhi                                   on 2001/04/12  01:34:46
4522         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
4523      Branch: perl
4524            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4525            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4526            + t/lib/time-hires.t
4527            ! MANIFEST
4528 ____________________________________________________________________________
4529 [  9689] By: jhi                                   on 2001/04/12  00:28:39
4530         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
4531              From: Gisle Aas <gisle@ActiveState.com>
4532              Date: 11 Apr 2001 16:36:11 -0700
4533              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
4534      Branch: perl
4535            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
4536 ____________________________________________________________________________
4537 [  9688] By: jhi                                   on 2001/04/12  00:27:39
4538         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
4539              From: Gisle Aas <gisle@ActiveState.com>
4540              Date: 11 Apr 2001 11:13:24 -0700
4541              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
4542      Branch: perl
4543            ! ext/MIME/Base64/Base64.xs
4544 ____________________________________________________________________________
4545 [  9687] By: jhi                                   on 2001/04/11  19:51:47
4546         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
4547      Branch: perl
4548            ! Todo-5.6
4549 ____________________________________________________________________________
4550 [  9686] By: jhi                                   on 2001/04/11  16:54:25
4551         Log: Subject: [PATCH opcode.pl] Documentation of table format
4552              From: Simon Cozens <simon@netthink.co.uk>
4553              Date: Wed, 11 Apr 2001 12:59:31 +0100
4554              Message-ID: <20010411125931.A25681@netthink.co.uk>
4555      Branch: perl
4556            ! opcode.pl
4557 ____________________________________________________________________________
4558 [  9685] By: jhi                                   on 2001/04/11  16:53:15
4559         Log: Subject: [PATCH] prototype("CORE::recv")
4560              From: Simon Cozens <simon@netthink.co.uk>
4561              Date: Wed, 11 Apr 2001 13:24:35 +0100
4562              Message-ID: <20010411132435.A26169@netthink.co.uk>
4563      Branch: perl
4564            ! pp.c t/comp/proto.t
4565 ____________________________________________________________________________
4566 [  9684] By: jhi                                   on 2001/04/11  16:47:13
4567         Log: FAQ (and AUTHORS) update from Dan Carson: the information
4568              was several years obsolete, Term::Readkey has been updated
4569              to have the functionality.
4570      Branch: perl
4571            ! AUTHORS pod/perlfaq5.pod
4572 ____________________________________________________________________________
4573 [  9683] By: jhi                                   on 2001/04/11  12:15:46
4574         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
4575              From: Calle Dybedahl <calle@lysator.liu.se>
4576              Date: 10 Apr 2001 16:44:16 +0200
4577              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
4578      Branch: perl
4579            ! ext/MIME/Base64/Base64.xs
4580 ____________________________________________________________________________
4581 [  9682] By: jhi                                   on 2001/04/11  12:12:26
4582         Log: A more minimal fix for 20010410.006 from Hugo.
4583      Branch: perl
4584            ! regexec.c
4585 ____________________________________________________________________________
4586 [  9681] By: jhi                                   on 2001/04/11  11:34:23
4587         Log: Integrate changes #9678,9679 from maintline into mainperl.
4588              
4589              addendum to change#9676
4590              
4591              up $File::Glob::VERSION; add a note pointing out the version of
4592              the OpenBSD glob bsd_glob.c resembles
4593      Branch: perl
4594           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4595           !> ext/File/Glob/bsd_glob.h
4596 ____________________________________________________________________________
4597 [  9680] By: jhi                                   on 2001/04/11  11:30:38
4598         Log: Bad test numbering in integrate in #9677.
4599              Fixes ID 20010411.001.
4600      Branch: perl
4601            ! t/op/pat.t
4602 ____________________________________________________________________________
4603 [  9679] By: gsar                                  on 2001/04/11  03:38:40
4604         Log: up $File::Glob::VERSION; add a note pointing out the version of
4605              the OpenBSD glob bsd_glob.c resembles
4606      Branch: maint-5.6/perl
4607            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4608            ! ext/File/Glob/bsd_glob.h
4609 ____________________________________________________________________________
4610 [  9678] By: gsar                                  on 2001/04/11  03:09:48
4611         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
4612              revision 1.8.10.1 found here:
4613              
4614              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
4615      Branch: maint-5.6/perl
4616            ! ext/File/Glob/bsd_glob.c
4617 ____________________________________________________________________________
4618 [  9677] By: jhi                                   on 2001/04/11  02:54:39
4619         Log: Integrate changes #9675,9676 from maintperl into mainline.
4620              
4621              fix for bug 20010410.006, undo change#7115
4622              
4623              port the OpenBSD glob() security patch
4624      Branch: perl
4625           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
4626           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
4627           !> t/op/pat.t
4628 ____________________________________________________________________________
4629 [  9676] By: gsar                                  on 2001/04/11  02:19:02
4630         Log: port the glob() security patch found at:
4631              
4632              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
4633              
4634              CERT advisory for the issue is here:
4635              
4636              http://www.cert.org/advisories/CA-2001-07.html
4637              
4638              Note that the security scare is only relevant for those who are
4639              foolish enough to build suidperl (which is now officially discouraged)
4640      Branch: maint-5.6/perl
4641            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
4642            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
4643 ____________________________________________________________________________
4644 [  9675] By: gsar                                  on 2001/04/10  23:52:11
4645         Log: fix for bug 20010410.006
4646              
4647              undo change#7115 (came into maint-5.6 as change#8156)
4648              
4649              add tests to keep it from coming back
4650      Branch: maint-5.6/perl
4651            ! regexec.c t/op/pat.t
4652 ____________________________________________________________________________
4653 [  9674] By: nick                                  on 2001/04/10  20:39:31
4654         Log: Integrate mainline
4655      Branch: perlio
4656           +> Porting/testall.atom
4657           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
4658           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
4659           !> t/lib/lc-uk.t t/pod/find.t
4660 ____________________________________________________________________________
4661 [  9673] By: nick                                  on 2001/04/10  18:46:14
4662         Log: Integrate against change 9670 aka perl-5.7.1
4663      Branch: perlio
4664           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4665           !> (integrate 53 files)
4666 ____________________________________________________________________________
4667 [  9672] By: jhi                                   on 2001/04/10  13:45:01
4668         Log: Add a script for doing cumulative profile of the test suite.
4669              (Requires ATOM, that is, Tru64.)
4670      Branch: perl
4671            + Porting/testall.atom
4672            ! MANIFEST
4673 ____________________________________________________________________________
4674 [  9671] By: jhi                                   on 2001/04/10  12:38:53
4675         Log: Missing std block.
4676      Branch: perl
4677            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
4678            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
4679            ! t/pod/find.t
4680 ____________________________________________________________________________
4681 [  9670] By: jhi                                   on 2001/04/10  01:25:58
4682         Log: This is 5.7.1.
4683      Branch: perl
4684            ! patchlevel.h
4685 ____________________________________________________________________________
4686 [  9669] By: jhi                                   on 2001/04/10  01:09:14
4687         Log: Update Changes.
4688      Branch: perl
4689            ! Changes patchlevel.h
4690 ____________________________________________________________________________
4691 [  9668] By: jhi                                   on 2001/04/10  01:00:38
4692         Log: Regen toc.
4693      Branch: perl
4694            ! pod/perltoc.pod
4695 ____________________________________________________________________________
4696 [  9667] By: jhi                                   on 2001/04/10  00:52:16
4697         Log: Update perlhist.
4698      Branch: perl
4699            ! pod/perlhist.pod
4700 ____________________________________________________________________________
4701 [  9666] By: jhi                                   on 2001/04/09  23:38:59
4702         Log: Slight wording tweaks from Damian to #9658.
4703      Branch: perl
4704            ! pod/perlobj.pod
4705 ____________________________________________________________________________
4706 [  9665] By: jhi                                   on 2001/04/09  19:56:06
4707         Log: Subject: [PATCH perlutil.pod] Nit
4708              From: Simon Cozens <simon@netthink.co.uk>
4709              Date: Mon, 9 Apr 2001 20:29:44 +0100
4710              Message-ID: <20010409202944.A14796@the.earth.li>
4711      Branch: perl
4712            ! pod/perlutil.pod
4713 ____________________________________________________________________________
4714 [  9664] By: jhi                                   on 2001/04/09  19:54:42
4715         Log: Subject: Re: perl571delta.pod@9631
4716              From: Mike Guy <mjtg@cam.ac.uk>
4717              Date: Mon, 09 Apr 2001 18:09:14 +0100
4718              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
4719      Branch: perl
4720            ! pod/perl571delta.pod
4721 ____________________________________________________________________________
4722 [  9663] By: jhi                                   on 2001/04/09  13:43:35
4723         Log: Update Changes.
4724      Branch: perl
4725            ! Changes patchlevel.h
4726 ____________________________________________________________________________
4727 [  9662] By: jhi                                   on 2001/04/09  13:24:46
4728         Log: tweak tweak.
4729      Branch: perl
4730            ! AUTHORS pod/perl571delta.pod
4731 ____________________________________________________________________________
4732 [  9661] By: jhi                                   on 2001/04/09  13:15:13
4733         Log: Thinko in manual patch applying.
4734      Branch: perl
4735            ! sv.c
4736 ____________________________________________________________________________
4737 [  9660] By: jhi                                   on 2001/04/09  13:07:53
4738         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
4739              From: Robin Barker <rmb1@cise.npl.co.uk> 
4740              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
4741              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
4742              
4743              (This corrects the case where the "isn't numeric" string contains \0s
4744              and is longer than the temporary buffer, and contains \0 at the point
4745              the string would be truncated by "...".) 
4746      Branch: perl
4747            ! sv.c
4748 ____________________________________________________________________________
4749 [  9659] By: jhi                                   on 2001/04/09  12:57:41
4750         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
4751      Branch: perl
4752            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
4753            ! t/lib/cgi-function.t t/lib/cgi-html.t
4754 ____________________________________________________________________________
4755 [  9658] By: jhi                                   on 2001/04/09  12:48:47
4756         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
4757              From: Ilmari Karonen <iltzu@sci.fi>
4758              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
4759              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
4760              
4761              Rearrange and rewrite the Method Invocation section
4762              to explain the concepts in nicer order.
4763      Branch: perl
4764            ! pod/perlobj.pod
4765 ____________________________________________________________________________
4766 [  9657] By: jhi                                   on 2001/04/09  12:35:58
4767         Log: Upgrade to podlators 1.09, from Russ Allbery.
4768      Branch: perl
4769            ! lib/Pod/Man.pm lib/Pod/Text.pm
4770 ____________________________________________________________________________
4771 [  9656] By: jhi                                   on 2001/04/09  12:31:53
4772         Log: perl571delta.
4773      Branch: perl
4774            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
4775 ____________________________________________________________________________
4776 [  9655] By: jhi                                   on 2001/04/09  12:20:09
4777         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
4778              From: Prymmer/Kahn <pvhp@best.com>
4779              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
4780              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
4781      Branch: perl
4782            ! lib/utf8.pm pod/perlunicode.pod
4783 ____________________________________________________________________________
4784 [  9654] By: gsar                                  on 2001/04/09  03:38:33
4785         Log: here lies 5.6.1
4786      Branch: maint-5.6/perl
4787            ! Changes
4788 ____________________________________________________________________________
4789 [  9653] By: jhi                                   on 2001/04/09  03:25:24
4790         Log: Update perlhist.
4791      Branch: perl
4792            ! pod/perlhist.pod
4793 ____________________________________________________________________________
4794 [  9652] By: jhi                                   on 2001/04/09  03:18:49
4795         Log: perl571delta tweaking continues.
4796      Branch: perl
4797            ! pod/perl571delta.pod
4798 ____________________________________________________________________________
4799 [  9651] By: gsar                                  on 2001/04/09  03:11:19
4800         Log: update Changes, patchlevel.h &c.
4801      Branch: maint-5.6/perl
4802            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
4803            ! pod/perltoc.pod
4804 ____________________________________________________________________________
4805 [  9650] By: jhi                                   on 2001/04/09  02:40:24
4806         Log: Integrate the perlfork half of #9513 from maintperl into mainline
4807              (the perlunicode half is obsolete)
4808      Branch: perl
4809            ! pod/perlfork.pod
4810 ____________________________________________________________________________
4811 [  9649] By: gsar                                  on 2001/04/09  02:35:43
4812         Log: tweak perldelta as suggested by Jarkko
4813      Branch: maint-5.6/perl
4814            ! pod/perldelta.pod
4815 ____________________________________________________________________________
4816 [  9648] By: jhi                                   on 2001/04/09  02:13:04
4817         Log: Integrate change #9646 from maintperl into mainline.
4818              
4819              add note about ithreads and Thread.pm
4820      Branch: perl
4821           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
4822 ____________________________________________________________________________
4823 [  9647] By: jhi                                   on 2001/04/09  02:10:18
4824         Log: Bad assumption that shortsize == 2.
4825      Branch: perl
4826            ! t/lib/xs-typemap.t
4827 ____________________________________________________________________________
4828 [  9646] By: gsar                                  on 2001/04/09  00:48:04
4829         Log: add note about ithreads and Thread.pm (too many people are
4830              confused by the fact that Thread.pm is built and installed
4831              under non-5005threads but doesn't work)
4832      Branch: maint-5.6/perl
4833            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4834 ____________________________________________________________________________
4835 [  9645] By: gsar                                  on 2001/04/09  00:19:03
4836         Log: update perldelta.pod for changes in 5.6.1
4837      Branch: maint-5.6/perl
4838            ! Changes pod/perldelta.pod
4839 ____________________________________________________________________________
4840 [  9644] By: jhi                                   on 2001/04/08  20:37:00
4841         Log: Integrate change #9639 from maintperl into mainline:
4842              on windows, many of the README.* pods were being copied to
4843              the wrong location
4844      Branch: perl
4845           !> win32/Makefile win32/makefile.mk
4846 ____________________________________________________________________________
4847 [  9643] By: jhi                                   on 2001/04/08  20:07:11
4848         Log: Integrate change #9624 from maintperl into mainline:
4849              the pod tests were not okay.  (t/pod/find.t changes ignored)
4850      Branch: perl
4851           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
4852           !> t/pod/include.t t/pod/included.t t/pod/lref.t
4853           !> t/pod/multiline_items.t t/pod/nested_items.t
4854           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4855           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
4856 ____________________________________________________________________________
4857 [  9642] By: jhi                                   on 2001/04/08  19:57:17
4858         Log: Integrate change #9638 from maintperl into mainline:
4859              update to latest JPL from the anoncvs repository
4860      Branch: perl
4861           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4862           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4863           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4864 ____________________________________________________________________________
4865 [  9641] By: jhi                                   on 2001/04/08  19:53:30
4866         Log: perl571delta updates.
4867      Branch: perl
4868            ! lib/Filter/Simple.pm pod/perl571delta.pod
4869 ____________________________________________________________________________
4870 [  9640] By: gsar                                  on 2001/04/08  19:20:46
4871         Log: integrate change#9634 from mainline
4872              
4873              Fix the perlmodlib generation (didn't understand separate .pod
4874              files; didn't understand -- as the name-thing separator).
4875              Update the CPAN mirrors list.
4876      Branch: maint-5.6/perl
4877            ! pod/perlmodlib.pod
4878           !> pod/perlmodlib.PL
4879 ____________________________________________________________________________
4880 [  9639] By: gsar                                  on 2001/04/08  18:57:31
4881         Log: on windows, many of the README.* pods were being copied to the wrong
4882              location
4883      Branch: maint-5.6/perl
4884            ! win32/Makefile win32/makefile.mk
4885 ____________________________________________________________________________
4886 [  9638] By: gsar                                  on 2001/04/08  18:38:25
4887         Log: update to latest JPL from the anoncvs repository
4888      Branch: maint-5.6/perl
4889            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4890            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4891            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4892 ____________________________________________________________________________
4893 [  9637] By: jhi                                   on 2001/04/08  17:53:53
4894         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
4895      Branch: perl
4896            ! pod/perl571delta.pod
4897 ____________________________________________________________________________
4898 [  9636] By: jhi                                   on 2001/04/08  17:18:32
4899         Log: Regen toc.
4900      Branch: perl
4901            ! pod/perltoc.pod
4902 ____________________________________________________________________________
4903 [  9635] By: jhi                                   on 2001/04/08  17:16:33
4904         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
4905              From: "Craig A. Berry" <craigberry@mac.com>
4906              Date: Sun, 08 Apr 2001 12:30:16 -0500
4907              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
4908      Branch: perl
4909            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
4910 ____________________________________________________________________________
4911 [  9634] By: jhi                                   on 2001/04/08  17:09:19
4912         Log: Fix the perlmodlib generation (didn't understand separate .pod
4913              files; didn't understand -- as the name-thing separator).
4914              
4915              Update the CPAN mirrors list.
4916      Branch: perl
4917            ! pod/perlmodlib.PL pod/perlmodlib.pod
4918 ____________________________________________________________________________
4919 [  9633] By: jhi                                   on 2001/04/08  16:49:17
4920         Log: Sort MANIFEST.
4921      Branch: perl
4922            ! MANIFEST
4923 ____________________________________________________________________________
4924 [  9632] By: gsar                                  on 2001/04/08  16:36:06
4925         Log: add $Tie::RefHash::VERSION
4926      Branch: maint-5.6/perl
4927            ! lib/Tie/RefHash.pm
4928 ____________________________________________________________________________
4929 [  9631] By: jhi                                   on 2001/04/08  16:10:15
4930         Log: perl571delta updates based on p5p feedback; still needs
4931              lots of examples.
4932      Branch: perl
4933            ! pod/perl571delta.pod
4934 ____________________________________________________________________________
4935 [  9630] By: jhi                                   on 2001/04/08  15:59:13
4936         Log: Update the list of supported platforms to talk about 5.7.1
4937              (and 5.6.1)
4938      Branch: perl
4939            ! pod/perlport.pod
4940 ____________________________________________________________________________
4941 [  9629] By: jhi                                   on 2001/04/08  15:55:41
4942         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
4943              from maintperl into mainline: perlport updates.
4944      Branch: perl
4945            ! pod/perlport.pod
4946 ____________________________________________________________________________
4947 [  9628] By: jhi                                   on 2001/04/08  15:53:17
4948         Log: perlsolaris.pod copied to wrong directory.
4949      Branch: perl
4950            ! win32/makefile.mk
4951 ____________________________________________________________________________
4952 [  9627] By: jhi                                   on 2001/04/08  14:48:18
4953         Log: Subject: Typos in perl571delta.pod
4954              From: "Stephen P. Potter" <spp@spotter.yi.org>
4955              Date: Sat, 07 Apr 2001 20:37:05 -0400
4956              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
4957      Branch: perl
4958            ! pod/perl571delta.pod
4959 ____________________________________________________________________________
4960 [  9626] By: jhi                                   on 2001/04/08  14:39:04
4961         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
4962      Branch: perl
4963            ! gv.c
4964 ____________________________________________________________________________
4965 [  9625] By: nick                                  on 2001/04/08  10:14:23
4966         Log: Integrate mainline
4967      Branch: perlio
4968           +> pod/perl570delta.pod pod/perl571delta.pod
4969           !> (integrate 27 files)
4970 ____________________________________________________________________________
4971 [  9624] By: gsar                                  on 2001/04/08  06:08:17
4972         Log: test in t/pod/* were busted
4973              
4974              these tests are still not enabled in t/{harness,TEST}
4975      Branch: maint-5.6/perl
4976            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
4977            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
4978            ! t/pod/multiline_items.t t/pod/nested_items.t
4979            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4980            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
4981 ____________________________________________________________________________
4982 [  9623] By: gsar                                  on 2001/04/08  03:37:01
4983         Log: integrate change#9470 from mainline
4984              
4985              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
4986      Branch: maint-5.6/perl
4987           !> ext/Socket/Socket.xs
4988 ____________________________________________________________________________
4989 [  9622] By: jhi                                   on 2001/04/07  22:40:47
4990         Log: Update Changes.
4991      Branch: perl
4992            ! Changes patchlevel.h
4993 ____________________________________________________________________________
4994 [  9621] By: jhi                                   on 2001/04/07  22:34:16
4995         Log: Update AUTHORS.
4996      Branch: perl
4997            ! AUTHORS
4998 ____________________________________________________________________________
4999 [  9620] By: jhi                                   on 2001/04/07  22:12:47
5000         Log: Forgot to bump the number of tests in #9164.
5001      Branch: perl
5002            ! t/op/array.t
5003 ____________________________________________________________________________
5004 [  9619] By: jhi                                   on 2001/04/07  22:09:50
5005         Log: Bump patchlevel to 5.7.1.
5006      Branch: perl
5007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5008            ! config_h.SH patchlevel.h
5009 ____________________________________________________________________________
5010 [  9618] By: jhi                                   on 2001/04/07  22:02:41
5011         Log: Populate perl571delta.
5012      Branch: perl
5013            ! pod/perl571delta.pod
5014 ____________________________________________________________________________
5015 [  9617] By: jhi                                   on 2001/04/07  22:01:23
5016         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
5017              to forget it later; do not change patchlevel.h yet or regenerate
5018              Configure yet.
5019      Branch: perl
5020            ! epoc/config.sh win32/Makefile win32/config_H.bc
5021            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5022 ____________________________________________________________________________
5023 [  9616] By: jhi                                   on 2001/04/07  17:46:33
5024         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
5025      Branch: perl
5026            ! pod/perl571delta.pod
5027 ____________________________________________________________________________
5028 [  9615] By: jhi                                   on 2001/04/07  17:33:21
5029         Log: Change the toc configuration.
5030      Branch: perl
5031            ! pod/buildtoc.PL pod/perl.pod
5032 ____________________________________________________________________________
5033 [  9614] By: jhi                                   on 2001/04/07  17:29:47
5034         Log: Subject: PATCH: $[
5035              From: Robin Houston <robin@kitsite.com>
5036              Date: Fri, 6 Apr 2001 18:10:14 +0100
5037              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
5038      Branch: perl
5039            ! op.c t/op/array.t
5040 ____________________________________________________________________________
5041 [  9613] By: jhi                                   on 2001/04/07  17:28:26
5042         Log: Subject: [PATCH perl@9424] isn't numeric warning
5043              From: Robin Barker <rmb1@cise.npl.co.uk>
5044              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
5045              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
5046      Branch: perl
5047            ! sv.c t/pragma/warn/sv
5048 ____________________________________________________________________________
5049 [  9612] By: jhi                                   on 2001/04/07  17:26:45
5050         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
5051              From: Mike Guy <mjtg@cam.ac.uk>
5052              Date: Fri, 06 Apr 2001 12:47:06 +0100
5053              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
5054      Branch: perl
5055            ! dump.c t/lib/peek.t
5056 ____________________________________________________________________________
5057 [  9611] By: jhi                                   on 2001/04/07  17:21:35
5058         Log: Create perl571delta and seed it off with the perldelta changes
5059              since 5.7.0; remove those changes from perldelta and rename it
5060              as perl570delta; recreate perldelta but leave it almost empty.
5061      Branch: perl
5062            + pod/perl570delta.pod pod/perl571delta.pod
5063            ! MANIFEST pod/perldelta.pod
5064 ____________________________________________________________________________
5065 [  9610] By: jhi                                   on 2001/04/07  16:56:32
5066         Log: Denit.
5067      Branch: perl
5068            ! pod/perldelta.pod
5069 ____________________________________________________________________________
5070 [  9609] By: jhi                                   on 2001/04/07  16:38:32
5071         Log: Retract #9523: needs more thought.
5072      Branch: perl
5073            ! Makefile.SH
5074 ____________________________________________________________________________
5075 [  9608] By: jhi                                   on 2001/04/07  14:59:20
5076         Log: atmark() code cleanaup.
5077      Branch: perl
5078            ! ext/IO/IO.xs
5079 ____________________________________________________________________________
5080 [  9607] By: jhi                                   on 2001/04/07  14:48:14
5081         Log: Integrate change #9605 from maintperl into mainline.
5082              
5083              can't optimize away scope entry if tr/// is present
5084      Branch: perl
5085           !> op.c t/op/tr.t
5086 ____________________________________________________________________________
5087 [  9606] By: jhi                                   on 2001/04/07  14:43:59
5088         Log: Integrate perlio.
5089      Branch: perl
5090           +> win32/FindExt.pm
5091           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
5092           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
5093 ____________________________________________________________________________
5094 [  9605] By: gsar                                  on 2001/04/07  11:52:40
5095         Log: can't optimize away scope entry if tr/// is present
5096      Branch: maint-5.6/perl
5097            ! op.c t/op/tr.t
5098 ____________________________________________________________________________
5099 [  9604] By: nick                                  on 2001/04/07  11:39:45
5100         Log: Split out extension finding code from buildext.pl into FindExt.pm
5101              Use it to get Config.pm's idea of available extensions in line
5102              with what is built.
5103      Branch: perlio
5104            + win32/FindExt.pm
5105            ! MANIFEST win32/buildext.pl win32/config_sh.PL
5106            ! win32/makefile.mk
5107 ____________________________________________________________________________
5108 [  9603] By: nick                                  on 2001/04/07  09:11:38
5109         Log: Cleanup correction for failed :Via() layer, also set an error code.
5110      Branch: perlio
5111            ! ext/PerlIO/Via/Via.xs
5112 ____________________________________________________________________________
5113 [  9602] By: nick                                  on 2001/04/07  08:38:04
5114         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
5115              style. So don't use binmode() on the handles so that Win32 etc. see
5116              same sequence and produce same digests.
5117      Branch: perlio
5118            ! t/lib/md5-file.t
5119 ____________________________________________________________________________
5120 [  9601] By: nick                                  on 2001/04/07  08:36:26
5121         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
5122              Else it complains and so crlf layer (say) does not get pushed.
5123      Branch: perlio
5124            ! perlio.c
5125 ____________________________________________________________________________
5126 [  9600] By: jhi                                   on 2001/04/06  23:00:09
5127         Log: Integrate change #9599 from perlio into mainline.
5128      Branch: perl
5129           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
5130           !> win32/config_H.vc
5131 ____________________________________________________________________________
5132 [  9599] By: nick                                  on 2001/04/06  21:42:43
5133         Log: Quote $VERSION in Encode.pm.
5134              regen_config_h as requested.
5135      Branch: perlio
5136            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
5137            ! win32/config_H.vc
5138 ____________________________________________________________________________
5139 [  9598] By: nick                                  on 2001/04/06  20:34:59
5140         Log: Integrate mainline
5141      Branch: perlio
5142           +> README.macos
5143           !> (integrate 39 files)
5144 ____________________________________________________________________________
5145 [  9597] By: gsar                                  on 2001/04/06  18:06:35
5146         Log: integrate change#9464 from mainline (addendum to change#8313)
5147              
5148              Subject: [PATCH @9452] Better peep()ing for foreach() loops
5149      Branch: maint-5.6/perl
5150           !> op.c
5151 ____________________________________________________________________________
5152 [  9596] By: jhi                                   on 2001/04/06  17:26:03
5153         Log: The d_casti32=undef is good for you even when not use64bitall.
5154      Branch: perl
5155            ! hints/hpux.sh
5156 ____________________________________________________________________________
5157 [  9595] By: gsar                                  on 2001/04/06  14:57:17
5158         Log: add a low-impact fix to accomodate darwin-ism
5159      Branch: maint-5.6/perl
5160            ! ext/Errno/Errno_pm.PL
5161 ____________________________________________________________________________
5162 [  9594] By: jhi                                   on 2001/04/06  14:55:14
5163         Log: Integrate changes #9528,9593 from mainline into maintperl;
5164              tweaking the editor/IDE/shell list.
5165      Branch: maint-5.6/perl
5166           !> pod/perlfaq3.pod
5167 ____________________________________________________________________________
5168 [  9593] By: jhi                                   on 2001/04/06  14:51:39
5169         Log: Make the editor/IDE/shell list a little bit airier.
5170      Branch: perl
5171            ! pod/perlfaq3.pod
5172 ____________________________________________________________________________
5173 [  9592] By: gsar                                  on 2001/04/06  14:45:18
5174         Log: integrate change#9477 from mainline (base.pm doc tweak)
5175              
5176              missing doc entry for fmod()
5177      Branch: maint-5.6/perl
5178            ! lib/Math/BigFloat.pm
5179           !> lib/base.pm
5180 ____________________________________________________________________________
5181 [  9591] By: jhi                                   on 2001/04/06  13:55:48
5182         Log: Regen toc.
5183      Branch: perl
5184            ! pod/perltoc.pod
5185 ____________________________________________________________________________
5186 [  9590] By: jhi                                   on 2001/04/06  13:54:52
5187         Log: Math::BigFloat patches from John Peacock.  The equivalent
5188              of #9586 from maintperl but reworked by John to work with
5189              the bleadperl.
5190      Branch: perl
5191            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
5192 ____________________________________________________________________________
5193 [  9589] By: jhi                                   on 2001/04/06  13:42:23
5194         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
5195      Branch: perl
5196            ! ext/Digest/MD5/Makefile.PL
5197 ____________________________________________________________________________
5198 [  9588] By: jhi                                   on 2001/04/06  13:31:45
5199         Log: Integrate changes #9584,9587 from maintperl into mainline.
5200              
5201              keep eval"" CVs alive until the end of the statement in which
5202              they're called
5203              
5204              add README.macos (from Chris Nandor)
5205              
5206              tyop in change#9555
5207      Branch: perl
5208           +> README.macos
5209           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
5210           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
5211           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
5212           !> win32/makefile.mk
5213 ____________________________________________________________________________
5214 [  9587] By: gsar                                  on 2001/04/06  07:31:30
5215         Log: add README.macos (from Chris Nandor)
5216              
5217              tyop in change#9555
5218      Branch: maint-5.6/perl
5219            + README.macos
5220            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
5221            ! win32/Makefile win32/makefile.mk
5222 ____________________________________________________________________________
5223 [  9586] By: gsar                                  on 2001/04/06  07:08:54
5224         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
5225      Branch: maint-5.6/perl
5226            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
5227 ____________________________________________________________________________
5228 [  9585] By: gsar                                  on 2001/04/06  06:58:44
5229         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
5230              from mainline
5231              
5232              Subject: [PATCH] Base64 update to perlfaq9.pod
5233              
5234              Subject: [PATCH AUTHORS] Housekeeping
5235              
5236              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
5237              Mac OS X (Darwin) has extra pwent fields.
5238              
5239              Subject: [PATCH B::*] print control-character vars readably
5240              Needs EBCDICification.
5241              
5242              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
5243              
5244              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
5245              
5246              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
5247              
5248              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
5249              
5250              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
5251              
5252              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
5253              
5254              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
5255              
5256              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
5257              
5258              FreeBSD hints tweak from Anton Berezin.
5259              
5260              Subject: [PATCH foolperl & bleadperl] README.vms update
5261              
5262              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
5263      Branch: maint-5.6/perl
5264           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
5265           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
5266           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
5267 ____________________________________________________________________________
5268 [  9584] By: gsar                                  on 2001/04/06  04:09:00
5269         Log: keep eval"" CVs alive until the end of the statement in which
5270              they're called; this avoids a coredump ensuing from search for
5271              lexicals in code such as:
5272              
5273              sub bug {
5274              my $s = @_;
5275              eval q[sub { eval 'sub { &$s }' }];
5276              }
5277              bug("x")->()->();
5278              
5279              this code still doesn't work as intended (as it has remained
5280              since time immemorial), but it doesn't provoke a coredump anymore
5281      Branch: maint-5.6/perl
5282            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5283            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
5284 ____________________________________________________________________________
5285 [  9583] By: jhi                                   on 2001/04/05  23:52:51
5286         Log: Update Changes.
5287      Branch: perl
5288            ! Changes patchlevel.h
5289 ____________________________________________________________________________
5290 [  9582] By: jhi                                   on 2001/04/05  23:11:23
5291         Log: Slight doc tweak.
5292      Branch: perl
5293            ! pod/perlunicode.pod
5294 ____________________________________________________________________________
5295 [  9581] By: jhi                                   on 2001/04/05  23:04:11
5296         Log: Integrate perlio.
5297      Branch: perl
5298           !> pod/perlunicode.pod
5299 ____________________________________________________________________________
5300 [  9580] By: jhi                                   on 2001/04/05  23:03:29
5301         Log: Test for #9579.
5302      Branch: perl
5303            ! t/op/do.t
5304 ____________________________________________________________________________
5305 [  9579] By: jhi                                   on 2001/04/05  22:54:17
5306         Log: Subject: [PATCH] Propagate calling context for do '...'
5307              From: Gisle Aas <gisle@ActiveState.com>
5308              Date: 04 Apr 2001 20:17:29 -0700
5309              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
5310      Branch: perl
5311            ! pod/perlfunc.pod pp_ctl.c
5312 ____________________________________________________________________________
5313 [  9578] By: jhi                                   on 2001/04/05  22:52:51
5314         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
5315              From: Peter Prymmer <pvhp@forte.com>
5316              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
5317              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
5318      Branch: perl
5319            ! README.vms
5320 ____________________________________________________________________________
5321 [  9577] By: jhi                                   on 2001/04/05  22:48:22
5322         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
5323              From: "Craig A. Berry" <craigberry@mac.com>
5324              Date: Thu, 5 Apr 2001 13:43:28 -0500
5325              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
5326      Branch: perl
5327            ! README.vms
5328 ____________________________________________________________________________
5329 [  9576] By: jhi                                   on 2001/04/05  22:31:38
5330         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
5331              From: Michael G Schwern <schwern@pobox.com>
5332              Date: Thu, 5 Apr 2001 21:53:21 +0100
5333              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
5334      Branch: perl
5335            ! lib/base.pm t/lib/fields.t
5336 ____________________________________________________________________________
5337 [  9575] By: jhi                                   on 2001/04/05  22:26:10
5338         Log: FreeBSD hints tweak from Anton Berezin.
5339      Branch: perl
5340            ! hints/freebsd.sh
5341 ____________________________________________________________________________
5342 [  9574] By: jhi                                   on 2001/04/05  22:24:03
5343         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
5344              From: David Dyck <dcd@tc.fluke.com>
5345              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
5346              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
5347      Branch: perl
5348            ! t/op/oct.t
5349 ____________________________________________________________________________
5350 [  9573] By: jhi                                   on 2001/04/05  22:23:06
5351         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
5352              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
5353              From: David Dyck <dcd@tc.fluke.com>
5354              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
5355      Branch: perl
5356            ! pp.c
5357 ____________________________________________________________________________
5358 [  9572] By: jhi                                   on 2001/04/05  22:14:47
5359         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
5360              From: Robin Houston <robin@kitsite.com>
5361              Date: Thu, 5 Apr 2001 20:56:48 +0100
5362              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
5363      Branch: perl
5364            ! ext/B/B/Deparse.pm
5365 ____________________________________________________________________________
5366 [  9571] By: jhi                                   on 2001/04/05  22:12:53
5367         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
5368              From: Robin Houston <robin@kitsite.com>
5369              Date: Thu, 5 Apr 2001 19:55:51 +0100
5370              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
5371      Branch: perl
5372            ! ext/B/B/Deparse.pm
5373 ____________________________________________________________________________
5374 [  9570] By: jhi                                   on 2001/04/05  22:11:06
5375         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
5376              From: Robin Houston <robin@kitsite.com>
5377              Date: Thu, 5 Apr 2001 20:16:29 +0100
5378              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
5379      Branch: perl
5380            ! ext/B/B/Deparse.pm
5381 ____________________________________________________________________________
5382 [  9569] By: nick                                  on 2001/04/05  21:32:26
5383         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
5384      Branch: perlio
5385            ! pod/perlunicode.pod
5386 ____________________________________________________________________________
5387 [  9568] By: nick                                  on 2001/04/05  19:38:09
5388         Log: Integrate mainline
5389      Branch: perlio
5390           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
5391           !> (integrate 35 files)
5392 ____________________________________________________________________________
5393 [  9567] By: jhi                                   on 2001/04/05  18:31:45
5394         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
5395              From: Robin Houston <robin@kitsite.com>
5396              Date: Thu, 5 Apr 2001 18:03:23 +0100
5397              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
5398      Branch: perl
5399            ! ext/B/B/Deparse.pm
5400 ____________________________________________________________________________
5401 [  9566] By: jhi                                   on 2001/04/05  18:29:35
5402         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
5403              From: Robin Houston <robin@kitsite.com>
5404              Date: Thu, 5 Apr 2001 16:45:18 +0100
5405              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
5406      Branch: perl
5407            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
5408 ____________________________________________________________________________
5409 [  9565] By: jhi                                   on 2001/04/05  18:24:23
5410         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
5411              From: Robin Houston <robin@kitsite.com>
5412              Date: Thu, 5 Apr 2001 14:50:09 +0100
5413              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
5414      Branch: perl
5415            ! ext/B/B/Deparse.pm
5416 ____________________________________________________________________________
5417 [  9564] By: jhi                                   on 2001/04/05  18:23:03
5418         Log: Subject: [PATCH B::*] print control-character vars readably
5419              From: Robin Houston <robin@kitsite.com>
5420              Date: Thu, 5 Apr 2001 14:27:38 +0100
5421              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
5422              
5423              Needs EBCDICification.
5424      Branch: perl
5425            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
5426            ! ext/B/B/Terse.pm
5427 ____________________________________________________________________________
5428 [  9563] By: jhi                                   on 2001/04/05  18:20:32
5429         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
5430              Date: Thu, 5 Apr 2001 13:21:42 -0400
5431              From: Paul Schinder <schinder@pobox.com>
5432              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
5433              
5434              Mac OS X (Darwin) has extra pwent fields.
5435      Branch: perl
5436            ! t/op/pwent.t
5437 ____________________________________________________________________________
5438 [  9562] By: jhi                                   on 2001/04/05  17:57:51
5439         Log: Regen toc.
5440      Branch: perl
5441            ! pod/perltoc.pod
5442 ____________________________________________________________________________
5443 [  9561] By: jhi                                   on 2001/04/05  17:47:33
5444         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
5445      Branch: metaconfig
5446            ! U/Glossary.patch
5447      Branch: metaconfig/U/perl
5448            + d_u32align.U
5449            ! d_cmsghdr_s.U d_msghdr_s.U
5450 ____________________________________________________________________________
5451 [  9560] By: jhi                                   on 2001/04/05  17:47:01
5452         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
5453              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
5454              Introduce probes for struct msghdr, struct cmsghdr,
5455              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
5456              ualarm, usleep, for possible later extension work.
5457      Branch: perl
5458            + t/lib/md5-align.t
5459            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5460            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5461            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
5462            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5463            ! vos/config.ga.h win32/config.bc win32/config.gc
5464            ! win32/config.vc
5465 ____________________________________________________________________________
5466 [  9559] By: jhi                                   on 2001/04/05  13:03:04
5467         Log: Be traditional in your cpp (for the Errno extension).
5468      Branch: perl
5469            ! hints/darwin.sh
5470 ____________________________________________________________________________
5471 [  9558] By: jhi                                   on 2001/04/05  13:00:05
5472         Log: Add $Config{cppflags} to the gcc incantation.
5473      Branch: perl
5474            ! ext/Errno/Errno_pm.PL
5475 ____________________________________________________________________________
5476 [  9557] By: jhi                                   on 2001/04/05  04:22:39
5477         Log: Introduce Sean Burke's Class::ISA 0.32.
5478      Branch: perl
5479            + lib/Class/ISA.pm t/lib/class-isa.t
5480            ! MANIFEST
5481 ____________________________________________________________________________
5482 [  9556] By: jhi                                   on 2001/04/05  04:09:50
5483         Log: Subject: [PATCH AUTHORS] Housekeeping
5484              From: Paul Johnson <paul@pjcj.net> 
5485              Date: Wed, 4 Apr 2001 22:45:47 +0200
5486              Message-ID: <20010404224547.D9548@pjcj.net>
5487      Branch: perl
5488            ! AUTHORS
5489 ____________________________________________________________________________
5490 [  9555] By: jhi                                   on 2001/04/05  04:06:33
5491         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
5492              From: Gisle Aas <gisle@ActiveState.com>
5493              Date: 04 Apr 2001 14:23:04 -0700
5494              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
5495      Branch: perl
5496            ! pod/perlfaq9.pod
5497 ____________________________________________________________________________
5498 [  9554] By: jhi                                   on 2001/04/05  04:05:49
5499         Log: Downgrade also the "Wide character" diagnostic.
5500      Branch: perl
5501            ! pod/perldiag.pod
5502 ____________________________________________________________________________
5503 [  9553] By: jhi                                   on 2001/04/05  04:00:33
5504         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
5505              maintperl into mainline.
5506              
5507              "double" should be "NV"; standard typemap is missing entry
5508              for NV
5509              
5510              s/djSP/dSP/
5511              
5512              Downgrade "Wide character in print" to a warning.
5513              
5514              B::Deparse fix for ${^FOO} and documentation for PVX() method
5515              (from Robin Houston)
5516              
5517              tr/// doesn't null-terminate the result in some situations
5518              (from Gisle Aas)
5519      Branch: perl
5520           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
5521           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
5522           !> t/io/utf8.t t/op/tr.t
5523 ____________________________________________________________________________
5524 [  9552] By: jhi                                   on 2001/04/05  03:52:50
5525         Log: Retract changes #9542 and #9538 (from maintperl, integrated
5526              at #9540), shouldn't be needed because of the perlio changes.
5527      Branch: perl
5528            ! util.c
5529 ____________________________________________________________________________
5530 [  9551] By: gsar                                  on 2001/04/05  00:18:34
5531         Log: tr/// doesn't null-terminate the result in some situations
5532              (from Gisle Aas)
5533      Branch: maint-5.6/perl
5534            ! doop.c t/op/tr.t
5535 ____________________________________________________________________________
5536 [  9550] By: gsar                                  on 2001/04/04  20:04:17
5537         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
5538              (from Robin Houston)
5539      Branch: maint-5.6/perl
5540            ! ext/B/B.pm ext/B/B/Deparse.pm
5541 ____________________________________________________________________________
5542 [  9549] By: nick                                  on 2001/04/04  18:56:15
5543         Log: Downgrade "Wide character in print" to a warning.
5544      Branch: perlio
5545            ! doio.c t/io/utf8.t
5546 ____________________________________________________________________________
5547 [  9548] By: gsar                                  on 2001/04/04  18:51:49
5548         Log: integrate changes#9460,9462,9482,9521,9522
5549              
5550              Subject: PATCH: B::Debug should show LOOP-specific fields
5551              
5552              Subject: B::Deparse precedence bug. (Patch included.)
5553              
5554              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
5555              
5556              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
5557              
5558              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
5559      Branch: maint-5.6/perl
5560           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
5561           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
5562 ____________________________________________________________________________
5563 [  9547] By: gsar                                  on 2001/04/04  18:49:16
5564         Log: s/djSP/dSP/
5565      Branch: maint-5.6/perl
5566            ! ext/Thread/Thread.xs
5567 ____________________________________________________________________________
5568 [  9546] By: nick                                  on 2001/04/04  18:44:00
5569         Log: Integrate mainline.
5570      Branch: perlio
5571           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
5572           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
5573 ____________________________________________________________________________
5574 [  9545] By: gsar                                  on 2001/04/04  18:38:52
5575         Log: integrate change#8837 from mainline
5576              
5577              Subject: [patch] -Wall cleanup round 2
5578      Branch: maint-5.6/perl
5579           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
5580           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
5581           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
5582           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5583           !> ext/SDBM_File/SDBM_File.xs
5584 ____________________________________________________________________________
5585 [  9544] By: gsar                                  on 2001/04/04  17:49:57
5586         Log: "double" should be "NV"; standard typemap is missing entry
5587              for NV
5588      Branch: maint-5.6/perl
5589            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
5590 ____________________________________________________________________________
5591 [  9543] By: jhi                                   on 2001/04/04  14:13:18
5592         Log: Thou shalt not (just) match for English error messages.
5593      Branch: perl
5594            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
5595            ! os2/OS2/Process/Process.pm
5596 ____________________________________________________________________________
5597 [  9542] By: jhi                                   on 2001/04/04  13:20:39
5598         Log: Make the stdio tricks of fflush_all() to exist only if
5599              stdio is being used.
5600      Branch: perl
5601            ! util.c
5602 ____________________________________________________________________________
5603 [  9541] By: jhi                                   on 2001/04/04  04:20:24
5604         Log: Subject: Re: [PATCH] Lighten up glob
5605              From: Benjamin Sugars <bsugars@canoe.ca>
5606              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
5607              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
5608      Branch: perl
5609            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
5610            ! util.c
5611 ____________________________________________________________________________
5612 [  9540] By: jhi                                   on 2001/04/04  04:03:57
5613         Log: Integrate changes #9538,9539 from maintperl into mainline.
5614              
5615              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
5616              for use with _fwalk() (fix for change#7705)
5617              
5618              another tweak needed for SunOS 4.1.x build (from Mike Guy)
5619              (cp -f is not portable)
5620      Branch: perl
5621           !> Makefile.SH util.c
5622 ____________________________________________________________________________
5623 [  9539] By: gsar                                  on 2001/04/04  03:01:14
5624         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
5625      Branch: maint-5.6/perl
5626            ! Makefile.SH
5627 ____________________________________________________________________________
5628 [  9538] By: gsar                                  on 2001/04/04  01:00:38
5629         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
5630              for use with _fwalk() (fix for change#7705)
5631      Branch: maint-5.6/perl
5632            ! util.c
5633 ____________________________________________________________________________
5634 [  9537] By: nick                                  on 2001/04/03  19:24:55
5635         Log: Integrate mainline
5636      Branch: perlio
5637           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
5638           +> lib/unicode/PropList.html
5639            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
5640           !> (integrate 69 files)
5641 ____________________________________________________________________________
5642 [  9536] By: jhi                                   on 2001/04/03  18:02:31
5643         Log: Integrate change #9533 from maintperl into mainline.
5644              
5645              better fix for change#9517 to accomodate UNC paths like
5646              \\server\share\foo, and paths with trailing backslash
5647              like c:\this\
5648      Branch: perl
5649           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5650 ____________________________________________________________________________
5651 [  9535] By: jhi                                   on 2001/04/03  17:58:07
5652         Log: Change the push/unshift warning to be of class syntax, not misc.
5653      Branch: perl
5654            ! op.c pod/perldiag.pod t/pragma/warn/op
5655 ____________________________________________________________________________
5656 [  9534] By: jhi                                   on 2001/04/03  15:03:46
5657         Log: Change the push/unshift warning (#9532) to talk about "no values"
5658              instead of "no arguments".
5659      Branch: perl
5660            ! op.c pod/perldiag.pod t/pragma/warn/op
5661 ____________________________________________________________________________
5662 [  9533] By: gsar                                  on 2001/04/03  14:30:07
5663         Log: better fix for change#9517 to accomodate UNC paths like
5664              \\server\share\foo, and paths with trailing backslash
5665              like c:\this\
5666      Branch: maint-5.6/perl
5667            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5668 ____________________________________________________________________________
5669 [  9532] By: jhi                                   on 2001/04/03  13:11:46
5670         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
5671              From: Robin Houston <robin@kitsite.com>
5672              Date: Mon, 2 Apr 2001 15:03:29 +0100
5673              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
5674      Branch: perl
5675            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
5676 ____________________________________________________________________________
5677 [  9531] By: jhi                                   on 2001/04/03  13:06:34
5678         Log: Integrate change #9530 from maintperl into mainline.
5679              
5680              accomodate VMS "mailbox overflow" quirk in testsuite (from
5681              Craig Berry)
5682      Branch: perl
5683           !> t/lib/socket.t
5684 ____________________________________________________________________________
5685 [  9530] By: gsar                                  on 2001/04/03  04:56:41
5686         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
5687              Craig Berry)
5688      Branch: maint-5.6/perl
5689            ! t/lib/socket.t
5690 ____________________________________________________________________________
5691 [  9529] By: jhi                                   on 2001/04/03  02:34:34
5692         Log: Update Changes.
5693      Branch: perl
5694            ! Changes patchlevel.h
5695 ____________________________________________________________________________
5696 [  9528] By: jhi                                   on 2001/04/03  01:27:57
5697         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
5698              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
5699              To: perl5-porters@perl.org
5700              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
5701      Branch: perl
5702            ! pod/perlfaq3.pod
5703 ____________________________________________________________________________
5704 [  9527] By: jhi                                   on 2001/04/03  01:22:09
5705         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
5706              From: Peter Prymmer <pvhp@forte.com>
5707              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
5708              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
5709      Branch: perl
5710            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
5711 ____________________________________________________________________________
5712 [  9526] By: jhi                                   on 2001/04/03  01:18:25
5713         Log: The metaconfig unit changes for #9525.
5714      Branch: metaconfig
5715            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
5716      Branch: metaconfig/U/perl
5717            ! use64bits.U
5718 ____________________________________________________________________________
5719 [  9525] By: jhi                                   on 2001/04/03  01:17:30
5720         Log: Configure sanity checks:
5721              * if use64bitall is attempted but pointers are only 32-bit,
5722              'downgrade' to use64bitint
5723              * if use64bitint is attempted but there's no quad type,
5724              forget about use64bitint (well, the default for it is 'n',
5725              the user can still override this)
5726              * if pointers are 64 bits, do not try to use Perl's malloc
5727      Branch: perl
5728            ! Configure
5729 ____________________________________________________________________________
5730 [  9524] By: gsar                                  on 2001/04/03  01:09:12
5731         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
5732      Branch: maint-5.6/perl
5733            ! pp_sys.c
5734 ____________________________________________________________________________
5735 [  9523] By: jhi                                   on 2001/04/03  00:02:31
5736         Log: (Retracted by #9609)
5737              
5738              Make it harder for parallel makes to enter 'test' before
5739              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
5740              should be unhappy enough, but sometimes parallel makes seem
5741              to sneak past both in Tru64 and AIX.)
5742      Branch: perl
5743            ! Makefile.SH
5744 ____________________________________________________________________________
5745 [  9522] By: jhi                                   on 2001/04/02  22:35:31
5746         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
5747              Date: Mon, 2 Apr 2001 22:54:10 +0100
5748              From: Robin Houston <robin@kitsite.com>
5749              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
5750      Branch: perl
5751            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
5752 ____________________________________________________________________________
5753 [  9521] By: jhi                                   on 2001/04/02  22:32:23
5754         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
5755              From: Robin Houston <robin@kitsite.com>
5756              Date: Mon, 2 Apr 2001 20:24:03 +0100
5757              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
5758      Branch: perl
5759            ! ext/B/B/Concise.pm
5760 ____________________________________________________________________________
5761 [  9520] By: jhi                                   on 2001/04/02  22:30:43
5762         Log: Subject: [PATCH] REALLY pedantic hv.h nit
5763              From: Simon Cozens <simon@netthink.co.uk>
5764              Date: Mon, 2 Apr 2001 15:43:06 +0100
5765              Message-ID: <20010402154306.A21711@netthink.co.uk>
5766      Branch: perl
5767            ! hv.h
5768 ____________________________________________________________________________
5769 [  9519] By: jhi                                   on 2001/04/02  22:28:04
5770         Log: Based on
5771              
5772              Subject: [foolperl] EPOC fix
5773              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5774              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
5775              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
5776      Branch: perl
5777            ! pp_sys.c
5778 ____________________________________________________________________________
5779 [  9518] By: jhi                                   on 2001/04/02  22:22:34
5780         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
5781              
5782              README.win32 tweaks; add a note about alternative location for
5783              getting a gcc-2.95.2 that will build perl properly on windows
5784              
5785              add some notes about gutsy threading matters
5786              
5787              many of the utilities interpolate literal paths within doublequotes
5788              (fails on dosish platforms where path contains backslashes)
5789      Branch: perl
5790           !> README.win32 pod/perlguts.pod utils/perldoc.PL
5791           !> x2p/find2perl.PL x2p/s2p.PL
5792 ____________________________________________________________________________
5793 [  9517] By: gsar                                  on 2001/04/02  19:52:21
5794         Log: many of the utilities interpolate literal paths within doublequotes
5795              (fails on dosish platforms where path contains backslashes)
5796      Branch: maint-5.6/perl
5797            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5798 ____________________________________________________________________________
5799 [  9516] By: gsar                                  on 2001/04/02  05:49:37
5800         Log: a foolish release
5801      Branch: maint-5.6/perl
5802            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
5803            ! pod/perltoc.pod
5804 ____________________________________________________________________________
5805 [  9515] By: gsar                                  on 2001/04/02  05:04:29
5806         Log: add missing changelog summaries
5807      Branch: maint-5.6/perl
5808            ! Changes
5809 ____________________________________________________________________________
5810 [  9514] By: gsar                                  on 2001/04/02  04:07:13
5811         Log: add some notes about gutsy threading matters
5812      Branch: maint-5.6/perl
5813            ! pod/perlguts.pod
5814 ____________________________________________________________________________
5815 [  9513] By: gsar                                  on 2001/04/02  03:25:21
5816         Log: add more prominent caveat notices about experimental features
5817      Branch: maint-5.6/perl
5818            ! pod/perlfork.pod pod/perlunicode.pod
5819 ____________________________________________________________________________
5820 [  9512] By: gsar                                  on 2001/04/02  02:54:33
5821         Log: integrate changes#9479,9509 from mainline
5822              
5823              [PATCH] File::Glob stuff for Mac OS
5824              
5825              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
5826      Branch: maint-5.6/perl
5827           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5828           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
5829           !> t/lib/glob-taint.t
5830 ____________________________________________________________________________
5831 [  9511] By: gsar                                  on 2001/04/02  02:38:24
5832         Log: README.win32 tweaks; add a note about alternative location for
5833              getting a gcc-2.95.2 that will build perl properly on windows
5834      Branch: maint-5.6/perl
5835            ! README.win32
5836 ____________________________________________________________________________
5837 [  9510] By: jhi                                   on 2001/04/01  20:45:10
5838         Log: An ambiguosity warning.
5839      Branch: perl
5840            ! t/lib/trig.t
5841 ____________________________________________________________________________
5842 [  9509] By: jhi                                   on 2001/04/01  19:53:47
5843         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
5844              From: Jonathan Stowe <gellyfish@gellyfish.com>
5845              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
5846              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
5847      Branch: perl
5848            ! ext/File/Glob/bsd_glob.c
5849 ____________________________________________________________________________
5850 [  9508] By: jhi                                   on 2001/04/01  19:35:03
5851         Log: Update Changes.
5852      Branch: perl
5853            ! Changes patchlevel.h
5854 ____________________________________________________________________________
5855 [  9507] By: jhi                                   on 2001/04/01  19:24:01
5856         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
5857              from mainline to maintperl: pod tweaks.
5858      Branch: maint-5.6/perl
5859           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
5860           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
5861           !> pod/perlvar.pod
5862 ____________________________________________________________________________
5863 [  9506] By: jhi                                   on 2001/04/01  19:11:53
5864         Log: Commit Sarathy to April release of 5.6.1 :-)
5865      Branch: perl
5866            ! pod/perlfaq1.pod
5867 ____________________________________________________________________________
5868 [  9505] By: jhi                                   on 2001/04/01  19:03:15
5869         Log: Subject: PATCH 5.6.0 (perldebug.pod)
5870              From: Mark-Jason Dominus <mjd@plover.com>
5871              Date: Sun, 01 Apr 2001 14:25:11 -0400
5872              Message-ID: <20010401182511.9247.qmail@plover.com>
5873      Branch: perl
5874            ! pod/perldebug.pod
5875 ____________________________________________________________________________
5876 [  9504] By: jhi                                   on 2001/04/01  18:43:09
5877         Log: Add great_circle_direction().
5878      Branch: perl
5879            ! lib/Math/Trig.pm t/lib/trig.t
5880 ____________________________________________________________________________
5881 [  9503] By: jhi                                   on 2001/04/01  17:29:12
5882         Log: Unicode ReadMe update for Unicode 3.1.
5883      Branch: perl
5884            ! lib/unicode/ReadMe.txt
5885 ____________________________________________________________________________
5886 [  9502] By: jhi                                   on 2001/04/01  17:18:40
5887         Log: Integrate change #9501 from maintperl into mainline.
5888              
5889              fix the perlembed notes on multiple interpreters
5890              
5891              fix ExtUtils::Embed to work passably on Windows
5892      Branch: perl
5893           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
5894 ____________________________________________________________________________
5895 [  9501] By: gsar                                  on 2001/04/01  07:21:57
5896         Log: fix the perlembed notes on multiple interpreters
5897              
5898              fix ExtUtils::Embed to work passably on Windows
5899      Branch: maint-5.6/perl
5900            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
5901 ____________________________________________________________________________
5902 [  9500] By: jhi                                   on 2001/04/01  05:58:23
5903         Log: Test for #9499.
5904      Branch: perl
5905            ! t/op/tr.t
5906 ____________________________________________________________________________
5907 [  9499] By: jhi                                   on 2001/04/01  05:55:46
5908         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
5909      Branch: perl
5910            ! embed.h embed.pl op.c proto.h
5911 ____________________________________________________________________________
5912 [  9498] By: jhi                                   on 2001/04/01  05:44:34
5913         Log: Protect the workaround hunk more.
5914      Branch: perl
5915            ! toke.c
5916 ____________________________________________________________________________
5917 [  9497] By: jhi                                   on 2001/04/01  00:24:25
5918         Log: Integrate changes #9493,9494,9495,9496 from maintperl
5919              into mainline.
5920              
5921              fix a broken workaround for Borland compiler in change#4739
5922              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5923              
5924              nits spotted by Borland compiler
5925              
5926              avoid redefinition warnings under Borland 5.02
5927              
5928              various nits identified by the Borland 5.5 compiler; remove suppression
5929              of a few warnings
5930      Branch: perl
5931           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
5932           !> win32/win32.h
5933 ____________________________________________________________________________
5934 [  9496] By: gsar                                  on 2001/03/31  23:22:28
5935         Log: various nits identified by the Borland 5.5 compiler; remove suppression
5936              of a few warnings
5937      Branch: maint-5.6/perl
5938            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
5939 ____________________________________________________________________________
5940 [  9495] By: gsar                                  on 2001/03/31  21:03:08
5941         Log: avoid redefinition warnings under Borland 5.02
5942      Branch: maint-5.6/perl
5943            ! win32/makefile.mk
5944 ____________________________________________________________________________
5945 [  9494] By: gsar                                  on 2001/03/31  20:18:59
5946         Log: nits spotted by Borland compiler
5947      Branch: maint-5.6/perl
5948            ! utf8.h win32/win32.h
5949 ____________________________________________________________________________
5950 [  9493] By: gsar                                  on 2001/03/31  20:18:05
5951         Log: fix a broken workaround for Borland compiler in change#4739
5952              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5953      Branch: maint-5.6/perl
5954            ! toke.c
5955 ____________________________________________________________________________
5956 [  9492] By: jhi                                   on 2001/03/31  18:36:24
5957         Log: Integrate change #9491 from maintperl into mainline.
5958              
5959              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5960              directory is relative (need to fetch the full path name *before*
5961              the chdir!)
5962      Branch: perl
5963           !> lib/Cwd.pm
5964 ____________________________________________________________________________
5965 [  9491] By: gsar                                  on 2001/03/31  17:01:56
5966         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5967              directory is relative (need to fetch the full path name *before*
5968              the chdir!)
5969              
5970              this is a followup patch for change#6749
5971      Branch: maint-5.6/perl
5972            ! lib/Cwd.pm
5973 ____________________________________________________________________________
5974 [  9490] By: jhi                                   on 2001/03/31  15:50:18
5975         Log: Subject: Re: [PATCH] av.h cosmetics
5976              From: Simon Cozens <simon@netthink.co.uk>
5977              Date: Sat, 31 Mar 2001 13:09:59 +0100
5978              Message-ID: <20010331130959.A22000@netthink.co.uk>
5979              
5980              Document AvALLOC.
5981      Branch: perl
5982            ! pod/perlguts.pod
5983 ____________________________________________________________________________
5984 [  9489] By: jhi                                   on 2001/03/31  15:48:44
5985         Log: Subject: [PATCH] Re: Math::Big* v1.21
5986              From: Tels <perl_dummy@bloodgate.com>
5987              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
5988              Message-Id: <200103311125.GAA377738@www08.hway.net>
5989      Branch: perl
5990            ! pod/perlop.pod
5991 ____________________________________________________________________________
5992 [  9488] By: jhi                                   on 2001/03/31  03:39:51
5993         Log: Debug output tweak.
5994      Branch: perl
5995            ! t/lib/cwd.t
5996 ____________________________________________________________________________
5997 [  9487] By: jhi                                   on 2001/03/31  03:33:02
5998         Log: OverVMSification.
5999      Branch: perl
6000            ! t/lib/cwd.t
6001 ____________________________________________________________________________
6002 [  9486] By: jhi                                   on 2001/03/31  03:01:40
6003         Log: Missed MANIFESTations in #9483.
6004      Branch: perl
6005            ! MANIFEST
6006 ____________________________________________________________________________
6007 [  9485] By: jhi                                   on 2001/03/31  02:58:17
6008         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
6009              From: Peter Prymmer <pvhp@forte.com>
6010              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
6011              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
6012      Branch: perl
6013            ! regexec.c t/lib/cwd.t
6014 ____________________________________________________________________________
6015 [  9484] By: jhi                                   on 2001/03/31  01:04:41
6016         Log: Obsolete file (see #3938)
6017      Branch: perl
6018            - lib/unicode/README.Ethiopic
6019            ! MANIFEST
6020 ____________________________________________________________________________
6021 [  9483] By: jhi                                   on 2001/03/31  00:52:42
6022         Log: Update to Unicode 3.1.
6023              (Rename Names.txt to NamesList.txt.)
6024      Branch: perl
6025            + lib/unicode/NamesList.txt lib/unicode/PropList.html
6026            - lib/unicode/Names.txt
6027            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
6028            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
6029            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
6030            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
6031            ! lib/unicode/UCD.html lib/unicode/Unicode.html
6032            ! lib/unicode/rename lib/unicode/version
6033 ____________________________________________________________________________
6034 [  9482] By: jhi                                   on 2001/03/30  23:33:44
6035         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
6036              From: Robin Houston <robin@kitsite.com>
6037              Date: Fri, 30 Mar 2001 20:07:22 +0100
6038              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
6039      Branch: perl
6040            ! ext/B/B/Deparse.pm
6041 ____________________________________________________________________________
6042 [  9481] By: jhi                                   on 2001/03/30  23:20:25
6043         Log: Subject: Re: [PATCH] CwdXS, Take 2
6044              From: Benjamin Sugars <bsugars@canoe.ca>
6045              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
6046              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
6047      Branch: perl
6048            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
6049            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
6050 ____________________________________________________________________________
6051 [  9480] By: jhi                                   on 2001/03/30  22:52:38
6052         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
6053              From: David Dyck <dcd@tc.fluke.com>
6054              Date: Fri, 30 Mar 2001 14:44:13 -0800
6055              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
6056              
6057              The t/rantests flags file creation was accidentally
6058              removed by #9217.
6059      Branch: perl
6060            ! Makefile.SH
6061 ____________________________________________________________________________
6062 [  9479] By: jhi                                   on 2001/03/30  22:45:45
6063         Log: Subject: [PATCH] File::Glob stuff for Mac OS
6064              From: Chris Nandor <pudge@pobox.com>
6065              Date: Fri, 30 Mar 2001 16:51:00 -0500
6066              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
6067      Branch: perl
6068            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6069            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
6070            ! t/lib/glob-taint.t
6071 ____________________________________________________________________________
6072 [  9478] By: jhi                                   on 2001/03/30  22:43:12
6073         Log: Subject: fix for win32/buildext.pl
6074              From: "Vadim Konovalov" <watman@inbox.ru>
6075              Date: Sat, 31 Mar 2001 00:50:36 +0400
6076              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
6077      Branch: perl
6078            ! win32/buildext.pl
6079 ____________________________________________________________________________
6080 [  9477] By: jhi                                   on 2001/03/30  22:41:16
6081         Log: Subject: small base.pm doc patch
6082              From: Leon Brocard <acme@astray.com>
6083              Date: Fri, 30 Mar 2001 21:49:57 +0100
6084              Message-ID: <20010330214957.B8733@ns0.astray.com>
6085      Branch: perl
6086            ! lib/base.pm
6087 ____________________________________________________________________________
6088 [  9476] By: jhi                                   on 2001/03/30  18:16:57
6089         Log: Subject: [PATCH] av.h cosmetics
6090              From: Simon Cozens <simon@netthink.co.uk>
6091              Date: Fri, 30 Mar 2001 18:12:28 +0100
6092              Message-ID: <20010330181228.A9319@netthink.co.uk>
6093      Branch: perl
6094            ! av.h
6095 ____________________________________________________________________________
6096 [  9475] By: jhi                                   on 2001/03/30  18:15:50
6097         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
6098              From: "Philip Newton" <pnewton@gmx.de>
6099              Date: Fri, 30 Mar 2001 19:06:57 +0200
6100              Message-ID: <3AC4D951.14815.1AC7068@localhost>
6101      Branch: perl
6102            ! pod/perlhack.pod
6103 ____________________________________________________________________________
6104 [  9474] By: jhi                                   on 2001/03/30  18:14:02
6105         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
6106              From: Benjamin Sugars <bsugars@canoe.ca>
6107              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
6108              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
6109      Branch: perl
6110            ! t/lib/glob-basic.t
6111 ____________________________________________________________________________
6112 [  9473] By: jhi                                   on 2001/03/30  16:09:24
6113         Log: Update Changes.
6114      Branch: perl
6115            ! Changes patchlevel.h
6116 ____________________________________________________________________________
6117 [  9472] By: jhi                                   on 2001/03/30  15:16:08
6118         Log: Integrate perlio.
6119      Branch: perl
6120           !> t/lib/cwd.t t/lib/glob-basic.t
6121 ____________________________________________________________________________
6122 [  9471] By: nick                                  on 2001/03/30  14:47:10
6123         Log: Should be (^O eq 'MSWin32') not 'Win32'
6124              Fail #12 seems real - chdir is in wrong dir.
6125      Branch: perlio
6126            ! t/lib/cwd.t
6127 ____________________________________________________________________________
6128 [  9470] By: jhi                                   on 2001/03/30  14:41:11
6129         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6130              From: Radu Greab <radu@netsoft.ro>
6131              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
6132              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
6133              
6134              Replace #9352.
6135      Branch: perl
6136            ! ext/Socket/Socket.xs pp_sys.c
6137 ____________________________________________________________________________
6138 [  9469] By: jhi                                   on 2001/03/30  14:37:51
6139         Log: Subject: PATCH pod/perldiag.pod
6140              From: Robin Houston <robin@kitsite.com>
6141              Date: Fri, 30 Mar 2001 14:10:36 +0100
6142              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
6143      Branch: perl
6144            ! pod/perldiag.pod t/lib/glob-basic.t
6145 ____________________________________________________________________________
6146 [  9468] By: jhi                                   on 2001/03/30  14:36:36
6147         Log: Subject: Better diagnostic in io/fs.t
6148              From: andreas.koenig@anima.de (Andreas J. Koenig)
6149              Date: 30 Mar 2001 10:11:43 +0200
6150              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
6151      Branch: perl
6152            ! t/io/fs.t
6153 ____________________________________________________________________________
6154 [  9467] By: nick                                  on 2001/03/30  14:25:43
6155         Log: Skip order test of glob if case-ignoring system cannot 
6156              create a.test and A.test
6157      Branch: perlio
6158            ! t/lib/glob-basic.t
6159 ____________________________________________________________________________
6160 [  9466] By: nick                                  on 2001/03/30  13:03:12
6161         Log: Integrate mainline.
6162      Branch: perlio
6163            - ext/re/hints/aix.pl
6164           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
6165           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
6166           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
6167           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
6168 ____________________________________________________________________________
6169 [  9465] By: jhi                                   on 2001/03/30  03:53:37
6170         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
6171              the tests sometimes hang, sometimes not.)
6172      Branch: perl
6173            ! t/lib/io_multihomed.t t/lib/io_sock.t
6174 ____________________________________________________________________________
6175 [  9464] By: jhi                                   on 2001/03/30  02:56:04
6176         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
6177              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6178              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
6179              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
6180      Branch: perl
6181            ! op.c
6182 ____________________________________________________________________________
6183 [  9463] By: jhi                                   on 2001/03/30  02:34:48
6184         Log: Test for #9462.
6185      Branch: perl
6186            ! t/lib/b.t
6187 ____________________________________________________________________________
6188 [  9462] By: jhi                                   on 2001/03/30  02:29:37
6189         Log: Subject: B::Deparse precedence bug. (Patch included.)
6190              From: Jeremy Madea <jmadea@inktomi.com>
6191              Date: Thu, 29 Mar 2001 12:05:02 -0800
6192              Message-ID: <20010329120502.A24881@dr.inktomi.com>
6193      Branch: perl
6194            ! ext/B/B/Deparse.pm
6195 ____________________________________________________________________________
6196 [  9461] By: jhi                                   on 2001/03/30  02:18:41
6197         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
6198              From: Peter Prymmer <pvhp@forte.com>
6199              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
6200              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
6201      Branch: perl
6202            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
6203            ! t/lib/md5-file.t
6204 ____________________________________________________________________________
6205 [  9460] By: jhi                                   on 2001/03/30  02:17:07
6206         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
6207              From: Robin Houston <robin@kitsite.com>
6208              Date: Thu, 29 Mar 2001 20:47:56 +0100
6209              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
6210      Branch: perl
6211            ! ext/B/B/Debug.pm
6212 ____________________________________________________________________________
6213 [  9459] By: jhi                                   on 2001/03/30  02:16:05
6214         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
6215              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6216              Date: Wed, 28 Mar 2001 18:02:20 -0600
6217              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
6218      Branch: perl
6219            ! lib/ExtUtils/MM_VMS.pm
6220 ____________________________________________________________________________
6221 [  9458] By: jhi                                   on 2001/03/30  02:07:58
6222         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
6223              From: "Joshua E. Rodd" <jrodd@pbs.org>
6224              Date: Wed, 28 Mar 2001 17:29:12 -0500
6225              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
6226      Branch: perl
6227            ! pod/perlop.pod
6228 ____________________________________________________________________________
6229 [  9457] By: jhi                                   on 2001/03/30  02:04:33
6230         Log: Subject: ext/re/aix.pl can go
6231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6232              Date: Thu, 29 Mar 2001 12:03:28 +0200
6233              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
6234      Branch: perl
6235            - ext/re/hints/aix.pl
6236            ! MANIFEST
6237 ____________________________________________________________________________
6238 [  9456] By: jhi                                   on 2001/03/30  02:03:32
6239         Log: Integrate perlio.
6240      Branch: perl
6241           !> ext/Encode/Encode.xs installperl
6242 ____________________________________________________________________________
6243 [  9455] By: nick                                  on 2001/03/29  21:11:46
6244         Log: DLL name has changed so installperl needs to know
6245              (Why isn't it working it out or passed it?)
6246      Branch: perlio
6247            ! installperl
6248 ____________________________________________________________________________
6249 [  9454] By: nick                                  on 2001/03/29  20:56:12
6250         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
6251              and we don't get undef warnings.
6252      Branch: perlio
6253            ! ext/Encode/Encode.xs
6254 ____________________________________________________________________________
6255 [  9453] By: nick                                  on 2001/03/29  17:58:48
6256         Log: Integrate mainline
6257      Branch: perlio
6258           !> Changes patchlevel.h
6259 ____________________________________________________________________________
6260 [  9452] By: jhi                                   on 2001/03/29  16:44:55
6261         Log: Update Changes.
6262      Branch: perl
6263            ! Changes patchlevel.h
6264 ____________________________________________________________________________
6265 [  9451] By: nick                                  on 2001/03/29  16:31:38
6266         Log: Integrate mainline
6267      Branch: perlio
6268           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
6269           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
6270           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
6271           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
6272           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
6273 ____________________________________________________________________________
6274 [  9450] By: jhi                                   on 2001/03/29  16:29:17
6275         Log: Integrate perlio.
6276      Branch: perl
6277           !> win32/buildext.pl
6278 ____________________________________________________________________________
6279 [  9449] By: jhi                                   on 2001/03/29  15:50:01
6280         Log: Update Changes.
6281      Branch: perl
6282            ! Changes patchlevel.h
6283 ____________________________________________________________________________
6284 [  9448] By: nick                                  on 2001/03/29  15:47:15
6285         Log: Make sure buildext.pl finds Errno.pm
6286      Branch: perlio
6287            ! win32/buildext.pl
6288 ____________________________________________________________________________
6289 [  9447] By: jhi                                   on 2001/03/29  15:39:34
6290         Log: Integrate perlio.
6291      Branch: perl
6292           !> win32/makefile.mk
6293 ____________________________________________________________________________
6294 [  9446] By: nick                                  on 2001/03/29  15:30:03
6295         Log: Integrate win32/makefile.mk with mainline.
6296      Branch: perlio
6297           !> win32/makefile.mk
6298 ____________________________________________________________________________
6299 [  9445] By: nick                                  on 2001/03/29  15:27:32
6300         Log: Fix breakage ... 
6301      Branch: perlio
6302            ! win32/makefile.mk
6303 ____________________________________________________________________________
6304 [  9444] By: jhi                                   on 2001/03/29  15:03:08
6305         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
6306              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6307              Date: Thu, 29 Mar 2001 10:32:59 +0400
6308              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
6309      Branch: perl
6310            ! win32/makefile.mk
6311 ____________________________________________________________________________
6312 [  9443] By: jhi                                   on 2001/03/29  15:02:12
6313         Log: Integrate perlio.
6314      Branch: perl
6315           +> win32/buildext.pl
6316           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
6317           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
6318 ____________________________________________________________________________
6319 [  9442] By: nick                                  on 2001/03/29  14:59:11
6320         Log: Work in progress - determine win32 extensions to build via script.
6321      Branch: perlio
6322            + win32/buildext.pl
6323            ! MANIFEST win32/makefile.mk
6324 ____________________________________________________________________________
6325 [  9441] By: jhi                                   on 2001/03/29  14:51:47
6326         Log: Reintroduce the use of external pwd.
6327      Branch: perl
6328            ! t/lib/cwd.t
6329 ____________________________________________________________________________
6330 [  9440] By: jhi                                   on 2001/03/29  14:42:58
6331         Log: use warnings instead of -w.
6332      Branch: perl
6333            ! utils/h2xs.PL
6334 ____________________________________________________________________________
6335 [  9439] By: jhi                                   on 2001/03/29  14:41:52
6336         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
6337              From: Jonathan Stowe <gellyfish@gellyfish.com>
6338              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
6339              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
6340      Branch: perl
6341            ! utils/h2xs.PL
6342 ____________________________________________________________________________
6343 [  9438] By: jhi                                   on 2001/03/29  14:39:38
6344         Log: Subject: [PATCH perl@9424] minor pod nits
6345              From: Robin Barker <rmb1@cise.npl.co.uk>
6346              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
6347              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
6348      Branch: perl
6349            ! pod/perlhack.pod pod/perliol.pod
6350 ____________________________________________________________________________
6351 [  9437] By: jhi                                   on 2001/03/29  14:29:16
6352         Log: Subject: [PATCH perl@9424] typemap cast warning
6353              From: Robin Barker <rmb1@cise.npl.co.uk>
6354              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
6355              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
6356      Branch: perl
6357            ! lib/ExtUtils/typemap
6358 ____________________________________________________________________________
6359 [  9436] By: jhi                                   on 2001/03/29  14:26:03
6360         Log: Subject: [PATCH perl@9424] printf warning
6361              From: Robin Barker <rmb1@cise.npl.co.uk>
6362              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
6363              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
6364      Branch: perl
6365            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
6366            ! ext/Storable/Storable.xs toke.c
6367 ____________________________________________________________________________
6368 [  9435] By: nick                                  on 2001/03/29  14:23:31
6369         Log: Win32 has name conflict with ERROR
6370      Branch: perlio
6371            ! ext/PerlIO/Via/Via.xs
6372 ____________________________________________________________________________
6373 [  9434] By: jhi                                   on 2001/03/29  14:17:48
6374         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
6375              From: Peter Prymmer <pvhp@forte.com>
6376              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
6377              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
6378      Branch: perl
6379            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
6380 ____________________________________________________________________________
6381 [  9433] By: jhi                                   on 2001/03/29  13:52:44
6382         Log: test-prep target was missing.
6383      Branch: perl
6384            ! Makefile.SH
6385 ____________________________________________________________________________
6386 [  9432] By: nick                                  on 2001/03/29  12:40:03
6387         Log: Make as-shipped compiler default to MSVC6 
6388      Branch: perlio
6389            ! win32/makefile.mk
6390 ____________________________________________________________________________
6391 [  9431] By: nick                                  on 2001/03/29  12:12:16
6392         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
6393              akin to PerlIO::Scalar.
6394      Branch: perlio
6395            ! perlio.c perlio.h
6396 ____________________________________________________________________________
6397 [  9430] By: nick                                  on 2001/03/29  10:56:35
6398         Log: Integrate mainline.
6399      Branch: perlio
6400           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
6401           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
6402           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
6403           !> win32/makefile.mk win32/win32sck.c
6404 ____________________________________________________________________________
6405 [  9429] By: nick                                  on 2001/03/29  09:03:43
6406         Log: Noticed that two tests were skipped as perlio:: package
6407              isn't there any more. Changed the skip condition.
6408              Avoid core-dump if sv_utf8_upgrade() called on something
6409              that does not become SvPOK after SvPV() (e.g. a ref).
6410      Branch: perlio
6411            ! sv.c t/io/utf8.t t/lib/io_scalar.t
6412 ____________________________________________________________________________
6413 [  9428] By: jhi                                   on 2001/03/29  01:31:47
6414         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
6415              From: Benjamin Sugars <bsugars@canoe.ca> 
6416              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
6417              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
6418      Branch: perl
6419            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
6420            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
6421            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
6422 ____________________________________________________________________________
6423 [  9427] By: jhi                                   on 2001/03/29  00:49:30
6424         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
6425              From: "Vadim Konovalov" <watman@inbox.ru>
6426              Date: Thu, 29 Mar 2001 01:50:12 +0400
6427              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
6428      Branch: perl
6429            ! win32/makefile.mk win32/win32sck.c
6430 ____________________________________________________________________________
6431 [  9426] By: gsar                                  on 2001/03/29  00:28:04
6432         Log: dmake can only handle == and != in comparisons; support building
6433              with Borland's VCL libraries (from Vadim Konovalov)
6434      Branch: maint-5.6/perl
6435            ! win32/makefile.mk
6436 ____________________________________________________________________________
6437 [  9425] By: nick                                  on 2001/03/28  19:29:56
6438         Log: Integrate (@snapshot)
6439      Branch: perlio
6440           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
6441 ____________________________________________________________________________
6442 [  9424] By: jhi                                   on 2001/03/28  19:03:16
6443         Log: Update Changes.
6444      Branch: perl
6445            ! Changes patchlevel.h
6446 ____________________________________________________________________________
6447 [  9423] By: jhi                                   on 2001/03/28  18:52:09
6448         Log: Rmdir lib/XS on cleanup.
6449      Branch: perl
6450            ! Makefile.SH
6451 ____________________________________________________________________________
6452 [  9422] By: jhi                                   on 2001/03/28  18:49:34
6453         Log: Integrate perlio.
6454      Branch: perl
6455           !> t/op/utf8decode.t
6456 ____________________________________________________________________________
6457 [  9421] By: nick                                  on 2001/03/28  18:46:44
6458         Log: Loose duplicate chunk.
6459      Branch: perlio
6460            ! t/op/utf8decode.t
6461 ____________________________________________________________________________
6462 [  9420] By: nick                                  on 2001/03/28  18:44:11
6463         Log: Integrate mainline.
6464      Branch: perlio
6465           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
6466           !> vms/vmsish.h
6467 ____________________________________________________________________________
6468 [  9419] By: jhi                                   on 2001/03/28  18:42:05
6469         Log: Can't trust external pwds
6470              (either shell builtins or external programs)
6471      Branch: perl
6472            ! t/lib/cwd.t
6473 ____________________________________________________________________________
6474 [  9418] By: jhi                                   on 2001/03/28  18:34:05
6475         Log: Integrate perlio.
6476      Branch: perl
6477            - lib/perlio.pm
6478           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
6479           !> t/op/utf8decode.t
6480 ____________________________________________________________________________
6481 [  9417] By: nick                                  on 2001/03/28  18:24:02
6482         Log: PerlIO.pm / perlio.pm conflict.
6483              Update some pods.
6484              Make t/op/utf8decode.t a text file.
6485      Branch: perlio
6486            - lib/perlio.pm
6487            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
6488            ! t/op/utf8decode.t
6489 ____________________________________________________________________________
6490 [  9416] By: jhi                                   on 2001/03/28  18:06:07
6491         Log: Integrate change #9409 from mainline to maintperl.
6492              
6493              Yet another tweak on AIX dynaloading.
6494      Branch: maint-5.6/perl
6495           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6496 ____________________________________________________________________________
6497 [  9415] By: gsar                                  on 2001/03/28  17:13:01
6498         Log: integrate changes#9377,9385,9401 from mainline
6499              
6500              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
6501              
6502              If directory entries compare equal case-insensitively,
6503              retry case-sensitively.
6504              
6505              Subject: [PATCH] B::Terse and warnings
6506      Branch: maint-5.6/perl
6507           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
6508           !> t/pragma/warn/perl
6509 ____________________________________________________________________________
6510 [  9414] By: jhi                                   on 2001/03/28  17:11:12
6511         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
6512              From: "Craig A. Berry" <craigberry@mac.com>
6513              Date: Wed, 28 Mar 2001 10:55:20 -0600
6514              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
6515      Branch: perl
6516            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
6517 ____________________________________________________________________________
6518 [  9413] By: jhi                                   on 2001/03/28  17:03:12
6519         Log: Dup hunk.
6520      Branch: perl
6521            ! t/op/utf8decode.t
6522 ____________________________________________________________________________
6523 [  9412] By: jhi                                   on 2001/03/28  17:02:36
6524         Log: Forced integrate from perlio.
6525      Branch: perl
6526           !> t/op/utf8decode.t
6527 ____________________________________________________________________________
6528 [  9411] By: nick                                  on 2001/03/28  16:50:03
6529         Log: Integrate mainline.
6530      Branch: perlio
6531           +> t/lib/cwd.t
6532           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6533           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
6534           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
6535           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
6536           !> t/pragma/warn/perl
6537 ____________________________________________________________________________
6538 [  9410] By: jhi                                   on 2001/03/28  16:44:23
6539         Log: Subject: Re: [PATCH] 9403 cannot be tested
6540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6541              Date: Wed, 28 Mar 2001 18:33:56 +0200
6542              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
6543      Branch: perl
6544            ! makedef.pl
6545 ____________________________________________________________________________
6546 [  9409] By: jhi                                   on 2001/03/28  16:12:45
6547         Log: Yet another tweak on AIX dynaloading.
6548      Branch: perl
6549            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6550 ____________________________________________________________________________
6551 [  9408] By: jhi                                   on 2001/03/28  15:52:55
6552         Log: Subject: [PATCH] 9403 cannot be tested
6553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
6554              Date: Wed, 28 Mar 2001 17:23:00 +0200
6555              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
6556              
6557              A missing symbol.
6558      Branch: perl
6559            ! makedef.pl
6560 ____________________________________________________________________________
6561 [  9407] By: jhi                                   on 2001/03/28  15:47:43
6562         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
6563      Branch: perl
6564            ! t/op/utf8decode.t
6565           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
6566           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
6567 ____________________________________________________________________________
6568 [  9406] By: jhi                                   on 2001/03/28  15:37:08
6569         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
6570              From: Benjamin Sugars <bsugars@canoe.ca> 
6571              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
6572              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
6573      Branch: perl
6574            + t/lib/cwd.t
6575            ! MANIFEST
6576 ____________________________________________________________________________
6577 [  9405] By: jhi                                   on 2001/03/28  15:13:18
6578         Log: pp_ne() needs a CORRECT boolean.
6579      Branch: perl
6580            ! pp.c
6581 ____________________________________________________________________________
6582 [  9404] By: jhi                                   on 2001/03/28  15:09:23
6583         Log: pp_ne() needs a boolean, not an integer.
6584      Branch: perl
6585            ! pp.c
6586 ____________________________________________________________________________
6587 [  9403] By: jhi                                   on 2001/03/28  14:47:43
6588         Log: (Retracted by #9404.)
6589      Branch: perl
6590            ! pp.c
6591 ____________________________________________________________________________
6592 [  9402] By: jhi                                   on 2001/03/28  14:43:59
6593         Log: Subject: Re: [PATCH] Typemap testing
6594              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
6595              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
6596              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
6597      Branch: perl
6598            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6599            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
6600 ____________________________________________________________________________
6601 [  9401] By: jhi                                   on 2001/03/28  14:42:14
6602         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
6603              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6604              Date: Sun, 25 Mar 2001 21:59:15 +0100
6605              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
6606              
6607              A variable will be checked for the "use once" warnings if:
6608              
6609              1. It is in the scope of a use warnings 'once'
6610              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
6611              
6612              Otherwise it won't be checked at all.
6613              
6614              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
6615              
6616              The enclosed patch partially fixes this issue. What I didn't
6617              get to work was the case where the "used once" warning is enabled
6618              in any file other than the main file.
6619      Branch: perl
6620            ! gv.c t/pragma/warn/perl
6621 ____________________________________________________________________________
6622 [  9400] By: nick                                  on 2001/03/28  14:38:24
6623         Log: More EBCDIC tweaks:
6624              - one more swash issue &~(0xA0-1) did not do the right thing,
6625              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
6626              - add "use re 'asciirange'" to make [!-~] etc. work
6627              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
6628              - Choose a key for t/op/each.t test which gets encoded.
6629              - Skip utf8decode if this is UTF-EBCDIC.
6630      Branch: perlio
6631            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
6632            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
6633 ____________________________________________________________________________
6634 [  9399] By: jhi                                   on 2001/03/28  14:21:00
6635         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
6636              Andreas Schwab.
6637      Branch: perl
6638            ! pp.c
6639 ____________________________________________________________________________
6640 [  9398] By: jhi                                   on 2001/03/28  00:55:56
6641         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
6642              From: David Dyck <dcd@tc.fluke.com>
6643              Date: Tue, 27 Mar 2001 15:16:24 -0800
6644              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
6645      Branch: perl
6646            ! ext/IO/lib/IO/Socket.pm
6647 ____________________________________________________________________________
6648 [  9397] By: jhi                                   on 2001/03/27  21:52:49
6649         Log: Integrate perlio.
6650      Branch: perl
6651           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
6652           +> ext/PerlIO/Via/Via.xs
6653           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
6654 ____________________________________________________________________________
6655 [  9396] By: nick                                  on 2001/03/27  21:45:13
6656         Log: Integrate mainline.
6657      Branch: perlio
6658           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
6659           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
6660 ____________________________________________________________________________
6661 [  9395] By: nick                                  on 2001/03/27  21:18:58
6662         Log: Outline docs for PerlIO and PerlIO::Scalar
6663      Branch: perlio
6664            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
6665 ____________________________________________________________________________
6666 [  9394] By: nick                                  on 2001/03/27  20:50:13
6667         Log: PerlIO::Via layer (alpha-ish).
6668      Branch: perlio
6669            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
6670            + ext/PerlIO/Via/Via.xs
6671            ! MANIFEST
6672 ____________________________________________________________________________
6673 [  9393] By: jhi                                   on 2001/03/27  20:49:55
6674         Log: Retract #9329 now that 9390 should take care of the matter.
6675      Branch: perl
6676            ! utils/h2xs.PL
6677 ____________________________________________________________________________
6678 [  9390] By: jhi                                   on 2001/03/27  20:47:50
6679         Log: Subject: Autoloading Errno.pm when %! is encountered
6680              From: Robin Houston <robin@kitsite.com>
6681              Date: Tue, 27 Mar 2001 20:57:11 +0100
6682              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
6683      Branch: perl
6684            ! embed.h embed.pl gv.c proto.h t/op/magic.t
6685 ____________________________________________________________________________
6686 [  9389] By: jhi                                   on 2001/03/27  20:24:31
6687         Log: Integrate perlio.
6688      Branch: perl
6689           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
6690           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
6691           !> utf8.c
6692 ____________________________________________________________________________
6693 [  9388] By: jhi                                   on 2001/03/27  20:21:38
6694         Log: Better have a three-element array if one is going to assign
6695              to the third element of that array. (from Tim Jenness)
6696      Branch: perl
6697            ! ext/XS/Typemap/Typemap.xs
6698 ____________________________________________________________________________
6699 [  9387] By: nick                                  on 2001/03/27  20:15:43
6700         Log: Integrate mainline.
6701      Branch: perlio
6702           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
6703           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6704           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
6705           +> t/lib/xs-typemap.t
6706           !> (integrate 34 files)
6707 ____________________________________________________________________________
6708 [  9386] By: jhi                                   on 2001/03/27  20:04:18
6709         Log: Subject: Re: perl@9359 breaks HTML::Parser
6710              From: Gisle Aas <gisle@ActiveState.com>
6711              Date: 27 Mar 2001 11:30:24 -0800
6712              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
6713              
6714              Clarify the UTF-8 issues of the API docs.
6715              (Slightly reworded and expanded.)
6716      Branch: perl
6717            ! pod/perlapi.pod sv.c sv.h
6718 ____________________________________________________________________________
6719 [  9385] By: jhi                                   on 2001/03/27  19:44:25
6720         Log: If directory entries compare equal case-insensitively,
6721              retry case-sensitively.
6722      Branch: perl
6723            ! ext/File/Glob/bsd_glob.c
6724 ____________________________________________________________________________
6725 [  9384] By: nick                                  on 2001/03/27  19:38:50
6726         Log: Various EBCDIC fixes:
6727              - major revelation that swash code is encoding aware,
6728              (or thought it was) - now it is ;-)
6729              - With that out of the way fix a slab of tr/// cases.
6730              - Fix Encode 'Unicode' to be true Unicode so tests pass.
6731              - As anticipated Base64.xs needed tweaks.
6732              - Until tr/// works right avoid old_encode64 in MIME tests.
6733      Branch: perlio
6734            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
6735            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
6736 ____________________________________________________________________________
6737 [  9383] By: jhi                                   on 2001/03/27  18:34:41
6738         Log: Add the std test suite BEGIN block.
6739      Branch: perl
6740            ! t/lib/xs-typemap.t
6741 ____________________________________________________________________________
6742 [  9382] By: jhi                                   on 2001/03/27  15:16:07
6743         Log: Add debugging output to the test.
6744      Branch: perl
6745            ! t/lib/glob-basic.t
6746 ____________________________________________________________________________
6747 [  9381] By: jhi                                   on 2001/03/27  15:08:10
6748         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
6749      Branch: perl
6750            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
6751            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6752            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
6753            + t/lib/xs-typemap.t
6754            ! MANIFEST
6755 ____________________________________________________________________________
6756 [  9380] By: jhi                                   on 2001/03/27  14:48:34
6757         Log: Subject: [PATCH] Typemap testing
6758              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
6759              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
6760              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
6761              
6762              (The first part of the patch.)
6763      Branch: perl
6764            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6765 ____________________________________________________________________________
6766 [  9379] By: jhi                                   on 2001/03/27  14:44:56
6767         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
6768              From: Benjamin Sugars <bsugars@canoe.ca> 
6769              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
6770              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
6771      Branch: perl
6772            ! t/lib/glob-basic.t
6773 ____________________________________________________________________________
6774 [  9378] By: jhi                                   on 2001/03/27  14:42:30
6775         Log: Subject: [PATCH] perlvar nit
6776              From: Simon Cozens <simon@netthink.co.uk>
6777              Date: Tue, 27 Mar 2001 01:12:01 +0100
6778              Message-ID: <20010327011201.A19179@netthink.co.uk>
6779      Branch: perl
6780            ! pod/perlvar.pod
6781 ____________________________________________________________________________
6782 [  9377] By: jhi                                   on 2001/03/27  14:36:26
6783         Log: Subject: [PATCH] B::Terse and warnings
6784              From: Benjamin Sugars <ben.sugars@home.com>
6785              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
6786              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
6787      Branch: perl
6788            ! ext/B/B.pm ext/B/B/Terse.pm
6789 ____________________________________________________________________________
6790 [  9376] By: jhi                                   on 2001/03/27  14:31:31
6791         Log: Document sockatmark() some.
6792      Branch: perl
6793            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
6794            ! pod/perltoc.pod
6795 ____________________________________________________________________________
6796 [  9375] By: jhi                                   on 2001/03/27  14:00:24
6797         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
6798              noted by Gisle and fixed by NI-S.
6799      Branch: perl
6800            ! sv.c
6801 ____________________________________________________________________________
6802 [  9374] By: jhi                                   on 2001/03/27  05:50:01
6803         Log: Regen toc.
6804      Branch: perl
6805            ! pod/perltoc.pod
6806 ____________________________________________________________________________
6807 [  9373] By: jhi                                   on 2001/03/27  05:43:51
6808         Log: Pixie documenting.
6809      Branch: perl
6810            ! Makefile.SH pod/perlhack.pod
6811 ____________________________________________________________________________
6812 [  9372] By: jhi                                   on 2001/03/27  05:29:34
6813         Log: Metaconfig unit changes for #9371.
6814      Branch: metaconfig
6815            ! U/modified/myhostname.U
6816      Branch: metaconfig/U/perl
6817            + d_sockatmark.U
6818            ! gccvers.U
6819 ____________________________________________________________________________
6820 [  9371] By: jhi                                   on 2001/03/27  05:29:07
6821         Log: Add sockatmark() probing.
6822      Branch: perl
6823            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6824            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6825            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6826            ! vos/config.ga.h win32/config.bc win32/config.gc
6827            ! win32/config.vc
6828 ____________________________________________________________________________
6829 [  9370] By: jhi                                   on 2001/03/26  22:01:18
6830         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
6831              Really need to benchmark this.
6832      Branch: perl
6833            ! pp.c
6834 ____________________________________________________________________________
6835 [  9369] By: nick                                  on 2001/03/26  21:59:30
6836         Log: Integrate mainline.
6837      Branch: perlio
6838            ! ext/MIME/Base64/QuotedPrint.pm
6839           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
6840           !> patchlevel.h pod/perlhack.pod pp_sys.c
6841 ____________________________________________________________________________
6842 [  9368] By: jhi                                   on 2001/03/26  21:47:03
6843         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
6844              
6845              TODO1: perlbench.
6846              TODO2: le, lt, ge, gt?  Yech.
6847      Branch: perl
6848            ! pp.c
6849 ____________________________________________________________________________
6850 [  9367] By: jhi                                   on 2001/03/26  21:34:57
6851         Log: Too much cut-and-paste in #9363.
6852      Branch: perl
6853            ! pp_sys.c
6854 ____________________________________________________________________________
6855 [  9366] By: jhi                                   on 2001/03/26  21:20:53
6856         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
6857              From: Andreas Schwab <schwab@suse.de>
6858              Date: 26 Mar 2001 17:29:04 +0200
6859              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
6860              
6861              (The patch for 5.6.0 or so, this is a guess for bleadperl)
6862      Branch: perl
6863            ! pp_hot.c
6864 ____________________________________________________________________________
6865 [  9365] By: jhi                                   on 2001/03/26  21:07:54
6866         Log: Integrate perlio.
6867      Branch: perl
6868           !> perlio.c
6869 ____________________________________________________________________________
6870 [  9364] By: nick                                  on 2001/03/26  20:30:48
6871         Log: REFCNT botch in layer name cache hash.
6872      Branch: perlio
6873            ! perlio.c
6874 ____________________________________________________________________________
6875 [  9363] By: jhi                                   on 2001/03/26  18:44:32
6876         Log: Subject: [PATCH] socket() leaks file descriptors
6877              From: Benjamin Sugars <bsugars@canoe.ca>
6878              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
6879              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
6880              
6881              Also sockpair() fixed similarly.
6882      Branch: perl
6883            ! pp_sys.c
6884 ____________________________________________________________________________
6885 [  9362] By: jhi                                   on 2001/03/26  18:37:52
6886         Log: Integrate perlio.
6887      Branch: perl
6888           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
6889 ____________________________________________________________________________
6890 [  9361] By: nick                                  on 2001/03/26  17:32:06
6891         Log: Implement flush of linebuffered streams on read of a tty.
6892      Branch: perlio
6893            ! perlio.c perliol.h
6894 ____________________________________________________________________________
6895 [  9360] By: nick                                  on 2001/03/26  17:12:32
6896         Log: Memory tweaks and notes for OEMVS.
6897      Branch: perlio
6898            ! README.os390 miniperlmain.c t/op/pat.t
6899 ____________________________________________________________________________
6900 [  9359] By: jhi                                   on 2001/03/26  02:12:54
6901         Log: Update Changes.
6902      Branch: perl
6903            ! Changes patchlevel.h
6904 ____________________________________________________________________________
6905 [  9358] By: jhi                                   on 2001/03/26  02:05:32
6906         Log: Document the most common pixie options.
6907      Branch: perl
6908            ! pod/perlhack.pod
6909 ____________________________________________________________________________
6910 [  9357] By: jhi                                   on 2001/03/26  01:25:28
6911         Log: For perl.pixie check *before* compiling that optimize is -g,
6912              as for perl.third.
6913      Branch: perl
6914            ! Makefile.SH
6915 ____________________________________________________________________________
6916 [  9356] By: jhi                                   on 2001/03/26  01:13:41
6917         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
6918      Branch: perl
6919            ! Makefile.SH
6920 ____________________________________________________________________________
6921 [  9355] By: jhi                                   on 2001/03/26  01:11:19
6922         Log: Remove t/perl.third.
6923      Branch: perl
6924            ! Makefile.SH
6925 ____________________________________________________________________________
6926 [  9354] By: jhi                                   on 2001/03/26  00:23:38
6927         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
6928              IO::Sockatmark().
6929      Branch: perl
6930            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
6931 ____________________________________________________________________________
6932 [  9353] By: jhi                                   on 2001/03/25  22:25:04
6933         Log: Integrate perlio.
6934      Branch: perl
6935           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6936           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
6937           !> pp_hot.c win32/makefile.mk
6938 ____________________________________________________________________________
6939 [  9352] By: jhi                                   on 2001/03/25  22:21:41
6940         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
6941              From: Radu Greab <radu@netsoft.ro>
6942              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
6943              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
6944      Branch: perl
6945            ! pp_sys.c
6946 ____________________________________________________________________________
6947 [  9351] By: nick                                  on 2001/03/25  22:15:02
6948         Log: Fix readline in list mode to tell rest of world that it has
6949              things on the stack. Otherwise if perl code gets invoked
6950              underneath it it scribbles over results-so-far.
6951              (Why TIEHANDLE has not tripped on this is a mystery.)
6952      Branch: perlio
6953            ! pp_hot.c
6954 ____________________________________________________________________________
6955 [  9350] By: nick                                  on 2001/03/25  22:10:13
6956         Log: win32/makefile.mk typos
6957      Branch: perlio
6958            ! win32/makefile.mk
6959 ____________________________________________________________________________
6960 [  9349] By: nick                                  on 2001/03/25  21:31:14
6961         Log: Integrate now-non-binary file.
6962      Branch: perlio
6963           !> t/lib/mimeqp.t
6964 ____________________________________________________________________________
6965 [  9348] By: nick                                  on 2001/03/25  21:27:24
6966         Log: Make it text
6967      Branch: perlio
6968            ! t/lib/mimeqp.t
6969 ____________________________________________________________________________
6970 [  9347] By: nick                                  on 2001/03/25  21:25:37
6971         Log: Integrate mainline.
6972      Branch: perlio
6973           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
6974           !> lib/Term/ReadLine.pm t/lib/md5-file.t
6975 ____________________________________________________________________________
6976 [  9346] By: nick                                  on 2001/03/25  20:58:15
6977         Log: Add destruct time hook to PerlIO (for work-in-process implementing
6978              layers in perl code. In such cases layers need to be popped before
6979              we loose the ability to run perl code.)
6980              Also back-out "PerlIO::object" hook - it isn't going to work like that...
6981      Branch: perlio
6982            ! perl.c perlio.c perlio.h perliol.h
6983 ____________________________________________________________________________
6984 [  9345] By: nick                                  on 2001/03/25  20:49:11
6985         Log: Avoid at leasy one of undefined warnings in Encode.
6986      Branch: perlio
6987            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6988 ____________________________________________________________________________
6989 [  9344] By: jhi                                   on 2001/03/25  20:37:43
6990         Log: A workaround for using Term::ReadLine in emacs minibuffer
6991              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
6992              additional tweaks from Ilya Zakharevich.
6993      Branch: perl
6994            ! lib/Term/ReadLine.pm
6995 ____________________________________________________________________________
6996 [  9343] By: nick                                  on 2001/03/25  20:21:14
6997         Log: Missing return value.
6998      Branch: perlio
6999            ! ext/PerlIO/Scalar/Scalar.xs
7000 ____________________________________________________________________________
7001 [  9342] By: jhi                                   on 2001/03/25  16:21:00
7002         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
7003              to equal the CPAN versions since no code changes have been made.
7004      Branch: perl
7005            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
7006            ! t/lib/md5-file.t
7007 ____________________________________________________________________________
7008 [  9341] By: jhi                                   on 2001/03/25  16:01:48
7009         Log: Escape 8-bit characters.
7010      Branch: perl
7011            ! t/lib/mimeqp.t
7012 ____________________________________________________________________________
7013 [  9340] By: gsar                                  on 2001/03/25  15:50:53
7014         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
7015              chars)
7016      Branch: perl
7017            + t/lib/mimeqp.t
7018 ____________________________________________________________________________
7019 [  9339] By: gsar                                  on 2001/03/25  15:48:50
7020         Log: delete mimeqp.t for later with text mode set
7021      Branch: perl
7022            - t/lib/mimeqp.t
7023 ____________________________________________________________________________
7024 [  9338] By: nick                                  on 2001/03/25  09:01:57
7025         Log: Integrate mainline.
7026      Branch: perlio
7027           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
7028           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
7029           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
7030           +> t/lib/mimeb64u.t t/lib/mimeqp.t
7031           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
7032           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
7033           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
7034 ____________________________________________________________________________
7035 [  9337] By: jhi                                   on 2001/03/25  04:23:24
7036         Log: Add MIME::Base64 here and there.  Again, a lot of
7037              optimism is in the air.
7038      Branch: perl
7039            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
7040            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
7041 ____________________________________________________________________________
7042 [  9336] By: jhi                                   on 2001/03/25  04:12:43
7043         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
7044              this by ear as I do not do Win32 programming.)
7045      Branch: perl
7046            ! win32/Makefile win32/makefile.mk
7047 ____________________________________________________________________________
7048 [  9335] By: jhi                                   on 2001/03/25  04:03:50
7049         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
7050      Branch: perl
7051            ! t/lib/md5-file.t
7052 ____________________________________________________________________________
7053 [  9334] By: jhi                                   on 2001/03/25  03:58:53
7054         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
7055      Branch: perl
7056            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
7057            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
7058            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
7059            + t/lib/mimeb64u.t t/lib/mimeqp.t
7060            ! MANIFEST
7061 ____________________________________________________________________________
7062 [  9333] By: jhi                                   on 2001/03/24  20:14:37
7063         Log: Integrate perlio.
7064      Branch: perl
7065           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
7066 ____________________________________________________________________________
7067 [  9332] By: nick                                  on 2001/03/24  19:40:34
7068         Log: Fix un-init variable leading to spurious "Out of Memory!"
7069      Branch: perlio
7070            ! doio.c
7071 ____________________________________________________________________________
7072 [  9331] By: nick                                  on 2001/03/24  19:09:59
7073         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
7074              and update layers internals doc.
7075      Branch: perlio
7076            ! pod/perlfunc.pod pod/perliol.pod
7077 ____________________________________________________________________________
7078 [  9330] By: jhi                                   on 2001/03/24  18:42:11
7079         Log: The length might be uninitialized garbage if the *svp is the undef.
7080      Branch: perl
7081            ! doio.c
7082 ____________________________________________________________________________
7083 [  9329] By: jhi                                   on 2001/03/24  18:26:57
7084         Log: (Retracted by #9393)
7085
7086              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
7087              From: Simon Cozens <simon@netthink.co.uk>
7088              Date: Sat, 24 Mar 2001 17:13:17 +0000
7089              Message-ID: <20010324171317.A13406@netthink.co.uk>
7090      Branch: perl
7091            ! utils/h2xs.PL
7092 ____________________________________________________________________________
7093 [  9328] By: nick                                  on 2001/03/24  17:22:02
7094         Log: Integrate mainline.
7095      Branch: perlio
7096           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
7097           !> lib/unicode/version
7098 ____________________________________________________________________________
7099 [  9327] By: nick                                  on 2001/03/24  17:16:02
7100         Log: Integrate mainline.
7101      Branch: perlio
7102           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7103           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
7104           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
7105           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
7106           +> t/lib/md5-file.t
7107           !> MANIFEST Makefile.SH configure.com djgpp/config.over
7108           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
7109           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
7110           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
7111           !> win32/makefile.mk
7112 ____________________________________________________________________________
7113 [  9326] By: jhi                                   on 2001/03/24  17:00:42
7114         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
7115      Branch: perl
7116            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
7117            ! lib/unicode/version
7118 ____________________________________________________________________________
7119 [  9325] By: jhi                                   on 2001/03/24  16:22:33
7120         Log: Subject: Re: B::Deparse bug (5.6.0)
7121              From: Robin Houston <robin@kitsite.com>
7122              Date: Sat, 24 Mar 2001 14:33:09 +0000
7123              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
7124      Branch: perl
7125            ! op.c pp.c t/lib/b.t t/op/repeat.t
7126 ____________________________________________________________________________
7127 [  9324] By: jhi                                   on 2001/03/24  16:21:56
7128         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
7129              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
7130              these additions may be too optimistic.
7131      Branch: perl
7132            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
7133            ! hints/uwin.sh hints/vmesa.sh
7134 ____________________________________________________________________________
7135 [  9323] By: jhi                                   on 2001/03/24  16:06:01
7136         Log: Integrate perlio.
7137      Branch: perl
7138           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
7139           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7140            ! Makefile.SH
7141           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
7142           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
7143           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
7144           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7145           !> win32/makefile.mk win32/perlhost.h win32/win32.c
7146           !> win32/win32iop.h
7147 ____________________________________________________________________________
7148 [  9322] By: nick                                  on 2001/03/24  14:39:12
7149         Log: Routine Win32 regen_config_h - no real changes.
7150      Branch: perlio
7151            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7152 ____________________________________________________________________________
7153 [  9321] By: nick                                  on 2001/03/24  14:31:49
7154         Log: PerlIO fixups for Win32:
7155              - provide win33_popenlist() - non-functional as yet.
7156              - avoid need for aTHX in PerlIO_debug calls - even if not 
7157              enabled args are still evaluated so Win32 has trouble during fork().
7158              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
7159              - Fixup makedef.pl for latest set of symbols.
7160      Branch: perlio
7161            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
7162            ! win32/perlhost.h win32/win32.c win32/win32iop.h
7163 ____________________________________________________________________________
7164 [  9320] By: nick                                  on 2001/03/24  14:26:58
7165         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
7166              was gibberish - broke it on WIn32 at least.
7167      Branch: perlio
7168            ! ext/POSIX/POSIX.xs
7169 ____________________________________________________________________________
7170 [  9319] By: nick                                  on 2001/03/24  11:29:41
7171         Log: Generated files.
7172      Branch: perlio
7173            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7174 ____________________________________________________________________________
7175 [  9318] By: nick                                  on 2001/03/24  10:29:37
7176         Log: Implement:
7177              1.  open($fh,"+<",undef);  # add test to t/io/open.t
7178              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
7179      Branch: perlio
7180            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
7181            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7182            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
7183            ! t/io/open.t t/io/utf8.t
7184 ____________________________________________________________________________
7185 [  9317] By: jhi                                   on 2001/03/23  23:41:25
7186         Log: AIX does seems to have optimization problems with its C compilers.
7187      Branch: perl
7188            ! hints/aix.sh
7189 ____________________________________________________________________________
7190 [  9316] By: jhi                                   on 2001/03/23  23:40:46
7191         Log: Integrate perlio.
7192      Branch: perl
7193           +> lib/PerlIO.pm
7194           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
7195           !> perliol.h
7196 ____________________________________________________________________________
7197 [  9315] By: jhi                                   on 2001/03/23  22:16:30
7198         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
7199      Branch: perl
7200            ! t/lib/md5-file.t
7201 ____________________________________________________________________________
7202 [  9314] By: nick                                  on 2001/03/23  20:49:02
7203         Log: Perlio internals re-organized.
7204              - open process creates AV of layer/arg pairs
7205              (appends layers from open() or open.pm to default list).
7206              - push arg is now an SV.
7207              - layer ->Open get passed the AV
7208              - open is no longer mandatory method.
7209              - topmost layer that has ->Open method does the open
7210              - any layers above are pushed once that returns.
7211              - vtable re-ordered so dummy layers need only provide push/pop methods.
7212      Branch: perlio
7213            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7214 ____________________________________________________________________________
7215 [  9313] By: nick                                  on 2001/03/23  16:27:41
7216         Log: Check in a stable (working) version before next round of tweaks.
7217              Changes include:
7218              - Move default layers code out of doio.c and into perlio.c
7219              - Single routine for parsing layer specification strings.
7220              - Skeleton support for demand loading of layers
7221              - Core-dump avoidance if PERLIO environment specifies loadable layer
7222              (does not _work_ as need IO to load and need load to do IO ...)
7223      Branch: perlio
7224            + lib/PerlIO.pm
7225            ! MANIFEST doio.c perlio.c
7226 ____________________________________________________________________________
7227 [  9312] By: gsar                                  on 2001/03/23  16:25:25
7228         Log: add execute bit to files with shebang lines in the repository;
7229              avoid clobbering execute bit in Porting/makerel 
7230      Branch: maint-5.6/perl
7231            ! (edit 144 files)
7232 ____________________________________________________________________________
7233 [  9311] By: jhi                                   on 2001/03/23  14:25:35
7234         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
7235      Branch: perl
7236            ! MANIFEST
7237 ____________________________________________________________________________
7238 [  9310] By: jhi                                   on 2001/03/23  13:45:04
7239         Log: Subject: [PATCH] Net::Ping
7240              From: Colin McMillen <mcmi0037@tc.umn.edu>
7241              Date: Thu, 22 Mar 2001 19:30:31 -0600
7242              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
7243      Branch: perl
7244            ! lib/Net/Ping.pm
7245 ____________________________________________________________________________
7246 [  9309] By: jhi                                   on 2001/03/23  13:39:13
7247         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
7248      Branch: perl
7249            ! t/lib/md5-aaa.t t/lib/md5-file.t
7250 ____________________________________________________________________________
7251 [  9308] By: jhi                                   on 2001/03/23  13:20:34
7252         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
7253              - bump the version to 2.14
7254              - drop the base64 tests since they require MIME::Base64
7255              - drop the rfc1321.txt
7256              - drop the hints/dec_osf.pl since it's only needed for
7257              pre-5.005_03 Perls
7258              Todo:
7259              - the U32 alignment testing is now removed; it needs to
7260              be reintroduced as as a Config variable (meaning also
7261              as a Configure test)
7262              - get the new EBCDIC md5sum for MD5.pm
7263              - test in Win32 to see how badly I botched the makefiles
7264      Branch: perl
7265            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7266            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
7267            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
7268            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
7269            + t/lib/md5-file.t
7270            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
7271            ! win32/Makefile win32/makefile.mk
7272 ____________________________________________________________________________
7273 [  9307] By: jhi                                   on 2001/03/23  12:56:14
7274         Log: Integrate change #9306 from maintperl into mainline,
7275              AIX dynaloader for AIXes without <load.h>.
7276      Branch: perl
7277           !> ext/DynaLoader/hints/aix.pl
7278 ____________________________________________________________________________
7279 [  9306] By: jhi                                   on 2001/03/23  12:51:36
7280         Log: There are AIXes without /usr/include/load.h,
7281              patch from H.Merijn Brand.
7282      Branch: maint-5.6/perl
7283            ! ext/DynaLoader/hints/aix.pl
7284 ____________________________________________________________________________
7285 [  9305] By: nick                                  on 2001/03/23  11:00:42
7286         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
7287      Branch: perlio
7288            ! ext/Encode/Encode.xs perlio.c perlio.h
7289 ____________________________________________________________________________
7290 [  9304] By: nick                                  on 2001/03/23  10:20:46
7291         Log: Render -Duseperlio functional again.
7292              - this is "quick fix" which calls PerlIO_apply_layers after opening,
7293              which is what old scheme did. New scheme needs to change that
7294              to make open(...,\$scalar) etc. work but this will do for now.
7295      Branch: perlio
7296            ! perlio.c
7297 ____________________________________________________________________________
7298 [  9303] By: nick                                  on 2001/03/23  09:53:20
7299         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
7300              -Uuseperlio now works again.
7301              -Duseperlio is still poorly. Don't merge yet...
7302      Branch: perlio
7303            ! doio.c perlio.h
7304 ____________________________________________________________________________
7305 [  9302] By: nick                                  on 2001/03/22  22:26:51
7306         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
7307              type code.
7308              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
7309              is its main caller. In particular now has access to "extra" args, and
7310              can tell when an open handle is "reopened" (or duped?).
7311              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
7312              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
7313              PerlIO_open() et. al. (i.e. other way round).
7314              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
7315              with args close to PerlIO_openn().
7316      Branch: perlio
7317            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7318 ____________________________________________________________________________
7319 [  9301] By: jhi                                   on 2001/03/22  20:58:04
7320         Log: Integrate perlio.
7321      Branch: perl
7322           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
7323           !> t/io/open.t util.c
7324 ____________________________________________________________________________
7325 [  9300] By: nick                                  on 2001/03/22  17:36:32
7326         Log: Don't include $@ in not ok message.
7327      Branch: perlio
7328            ! t/io/open.t
7329 ____________________________________________________________________________
7330 [  9299] By: gsar                                  on 2001/03/22  16:53:45
7331         Log: back out changes#7532,7521 for now (appears to have problems
7332              on IRIX)
7333      Branch: maint-5.6/perl
7334            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7335            ! ext/POSIX/typemap pod/perlvar.pod
7336 ____________________________________________________________________________
7337 [  9298] By: nick                                  on 2001/03/22  14:35:46
7338         Log: Give a meaning to '&' in n-arg open case:
7339              open($fh,"<&",$scalar);
7340              $scalar can be:
7341              - an integer which does "fdopen"
7342              open($fh,"<&",2); # like open($fh,"<&2")
7343              - something that will yield a file handle via sv_2io()
7344              useful for dup'ing anonymous handles.
7345              e.g.:
7346              open(my $fh,"<&",\*STDIN);
7347              open(my $dup,"<&",$fh);
7348      Branch: perlio
7349            ! doio.c t/io/open.t
7350 ____________________________________________________________________________
7351 [  9297] By: nick                                  on 2001/03/22  13:34:35
7352         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
7353      Branch: perlio
7354            ! util.c
7355 ____________________________________________________________________________
7356 [  9296] By: nick                                  on 2001/03/22  12:51:20
7357         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
7358      Branch: perlio
7359            ! perl.c
7360 ____________________________________________________________________________
7361 [  9295] By: nick                                  on 2001/03/22  11:59:44
7362         Log: If stdin, stdout or stderr get opened in unexpected read/write state
7363              then warn at time of open not at time of use.
7364      Branch: perlio
7365            ! doio.c pp_hot.c pp_sys.c
7366 ____________________________________________________________________________
7367 [  9294] By: nick                                  on 2001/03/22  10:54:35
7368         Log: Die on n-arg open(...,"",xxx,yyy,...)
7369              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
7370              - die on read/write cases so we can decide what it means later.
7371      Branch: perlio
7372            ! doio.c embed.pl iperlsys.h util.c
7373 ____________________________________________________________________________
7374 [  9293] By: nick                                  on 2001/03/22  09:02:45
7375         Log: perlio tweaks (reported by Nick Clark)
7376              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
7377              error check in Pendinf_read().
7378      Branch: perlio
7379            ! perlio.c
7380 ____________________________________________________________________________
7381 [  9292] By: gsar                                  on 2001/03/22  07:12:00
7382         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
7383              fixes)
7384      Branch: maint-5.6/perl
7385           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
7386 ____________________________________________________________________________
7387 [  9291] By: jhi                                   on 2001/03/22  06:06:44
7388         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
7389      Branch: perl
7390            ! t/op/re_tests
7391 ____________________________________________________________________________
7392 [  9290] By: jhi                                   on 2001/03/22  05:57:01
7393         Log: Move MacOS Classic higher in the list of supported platforms.
7394      Branch: maint-5.6/perl
7395            ! pod/perlport.pod
7396 ____________________________________________________________________________
7397 [  9289] By: gsar                                  on 2001/03/22  05:35:04
7398         Log: revert part of change#6438 for compatibility (av_reify()
7399              appears to be needed to implement av_splice()ish things
7400              in XS)
7401      Branch: maint-5.6/perl
7402            ! embed.pl global.sym objXSUB.h perlapi.c
7403 ____________________________________________________________________________
7404 [  9288] By: gsar                                  on 2001/03/22  03:09:19
7405         Log: update copyright year
7406      Branch: maint-5.6/perl
7407            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
7408            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
7409            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
7410            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
7411            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
7412            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
7413            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
7414            ! x2p/walk.c
7415 ____________________________________________________________________________
7416 [  9287] By: jhi                                   on 2001/03/21  20:30:54
7417         Log: Integrate perlio.
7418      Branch: perl
7419           !> ext/Data/Dumper/Dumper.xs
7420 ____________________________________________________________________________
7421 [  9286] By: gsar                                  on 2001/03/21  19:49:54
7422         Log: makefile.mk tweak
7423      Branch: maint-5.6/perl
7424            ! win32/Makefile win32/makefile.mk
7425 ____________________________________________________________________________
7426 [  9285] By: nick                                  on 2001/03/21  19:07:13
7427         Log: Multiplicity fix for Dumper.
7428      Branch: perlio
7429            ! ext/Data/Dumper/Dumper.xs
7430 ____________________________________________________________________________
7431 [  9284] By: nick                                  on 2001/03/21  19:01:07
7432         Log: Integrate mainline - (does not build xTHX issue in Dumper).
7433      Branch: perlio
7434           !> (integrate 27 files)
7435 ____________________________________________________________________________
7436 [  9283] By: jhi                                   on 2001/03/21  17:17:35
7437         Log: Integrate change #9282 from mainline into maintperl,
7438              4-arg UTF-8 substr().
7439      Branch: maint-5.6/perl
7440           !> pp.c
7441 ____________________________________________________________________________
7442 [  9282] By: jhi                                   on 2001/03/21  17:15:43
7443         Log: The #9270 would have leaked a scalar if pp_substr()
7444              returned early.
7445      Branch: perl
7446            ! pp.c
7447 ____________________________________________________________________________
7448 [  9281] By: gsar                                  on 2001/03/21  17:03:14
7449         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
7450      Branch: maint-5.6/perl
7451            ! win32/makefile.mk
7452 ____________________________________________________________________________
7453 [  9280] By: gsar                                  on 2001/03/21  17:01:20
7454         Log: some tweaks to change#9278 (fork() emulation should be enabled
7455              by setting BUILD_FLAVOR instead of changing the defaults)
7456      Branch: maint-5.6/perl
7457            ! win32/makefile.mk
7458 ____________________________________________________________________________
7459 [  9279] By: gsar                                  on 2001/03/21  16:47:19
7460         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
7461      Branch: maint-5.6/perl
7462            ! ext/File/Glob/Glob.pm
7463           !> lib/Cwd.pm
7464 ____________________________________________________________________________
7465 [  9278] By: jhi                                   on 2001/03/21  14:35:10
7466         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
7467              From: "Vadim Konovalov" <watman@inbox.ru>
7468              Date: Wed, 21 Mar 2001 01:53:51 +0300
7469              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
7470      Branch: maint-5.6/perl
7471            ! win32/makefile.mk win32/win32sck.c
7472 ____________________________________________________________________________
7473 [  9277] By: jhi                                   on 2001/03/21  13:58:28
7474         Log: Integrate change #9270 from mainline to maintperl:
7475              continued 4-arg UTF-8 substr() fixing.
7476      Branch: maint-5.6/perl
7477           !> pp.c t/op/substr.t
7478 ____________________________________________________________________________
7479 [  9276] By: jhi                                   on 2001/03/21  13:33:00
7480         Log: More pixie cleaning.
7481      Branch: perl
7482            ! Makefile.SH
7483 ____________________________________________________________________________
7484 [  9275] By: jhi                                   on 2001/03/21  03:54:17
7485         Log: Update Changes.
7486      Branch: perl
7487            ! Changes patchlevel.h
7488 ____________________________________________________________________________
7489 [  9274] By: jhi                                   on 2001/03/21  03:48:24
7490         Log: First stab at making Data::Dumper to grok Unicode.
7491              
7492              TODO: tests, EBCDICify.
7493      Branch: perl
7494            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
7495 ____________________________________________________________________________
7496 [  9273] By: jhi                                   on 2001/03/21  02:23:00
7497         Log: Fix for
7498              
7499              Subject: Memory leak in unquoted print   
7500              From: Benjamin Sugars <bsugars@canoe.ca> 
7501              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
7502              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
7503      Branch: perl
7504            ! perlio.c
7505 ____________________________________________________________________________
7506 [  9272] By: jhi                                   on 2001/03/21  01:33:17
7507         Log: Subject: Re: [PATCH] POSIX::getcwd()
7508              From: Benjamin Sugars <bsugars@canoe.ca> 
7509              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
7510              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
7511      Branch: perl
7512            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7513 ____________________________________________________________________________
7514 [  9271] By: jhi                                   on 2001/03/21  01:22:52
7515         Log: Subject: [PATCH] Cwd.pm docs
7516              From: Benjamin Sugars <bsugars@canoe.ca>
7517              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
7518              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
7519      Branch: perl
7520            ! lib/Cwd.pm
7521 ____________________________________________________________________________
7522 [  9270] By: jhi                                   on 2001/03/21  01:16:29
7523         Log: Continue 4-arg substr() UTF-8 fixage.
7524      Branch: perl
7525            ! pp.c t/op/substr.t
7526 ____________________________________________________________________________
7527 [  9269] By: jhi                                   on 2001/03/21  00:46:14
7528         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
7529              
7530              revert the leak fix in change#9142 (problem needs a more experimental
7531              fix unsuitable for 5.6.1)
7532              
7533              do alphabetical sorting by default (for csh compatibility)
7534              
7535              cut-n-paste goof in change#9264
7536              
7537              VMS piping fixes (from Charles Lane)
7538      Branch: perl
7539           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
7540           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7541           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
7542 ____________________________________________________________________________
7543 [  9268] By: jhi                                   on 2001/03/21  00:37:04
7544         Log: Integrate perlio.
7545      Branch: perl
7546           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
7547           !> utf8.c utf8.h utfebcdic.h
7548 ____________________________________________________________________________
7549 [  9267] By: nick                                  on 2001/03/20  20:04:39
7550         Log: More EBCDIC stuff:
7551              - Loose the extra level of function on ASCII.
7552              - spotted a chr(0) issue in sv.c
7553              - re-work of UTF-X tr/// ranges to work in Unicode
7554              space. Still issues with the "0xff is illegal UTF-8" hack.
7555              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
7556              (why do it once when you can do it all over the place :-(
7557              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
7558              need utf8.pm for swashes.
7559              - Simplified and commented scan_const() in toke.c
7560              Still something wrong regexp and tr (swashes?).
7561      Branch: perlio
7562            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
7563            ! utf8.c utf8.h utfebcdic.h
7564 ____________________________________________________________________________
7565 [  9266] By: gsar                                  on 2001/03/20  19:16:43
7566         Log: VMS piping fixes (from Charles Lane)
7567      Branch: maint-5.6/perl
7568            ! vms/vms.c vms/vmspipe.com
7569 ____________________________________________________________________________
7570 [  9265] By: gsar                                  on 2001/03/20  17:53:52
7571         Log: cut-n-paste goof in change#9264
7572      Branch: maint-5.6/perl
7573            ! ext/File/Glob/Glob.xs
7574 ____________________________________________________________________________
7575 [  9264] By: gsar                                  on 2001/03/20  17:43:47
7576         Log: do alphabetical sorting by default (for csh compatibility);
7577              bsd_glob() does ASCII sort by default as usual, unless
7578              GLOB_ALPHASORT was specified
7579      Branch: maint-5.6/perl
7580            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
7581            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7582            ! ext/File/Glob/bsd_glob.h
7583 ____________________________________________________________________________
7584 [  9263] By: gsar                                  on 2001/03/20  16:40:08
7585         Log: integrate change#9255 from mainline (unicode fix)
7586              
7587              substr($bytestr, i, n, $charstr)
7588      Branch: maint-5.6/perl
7589           !> Todo-5.6 pp.c t/op/substr.t
7590 ____________________________________________________________________________
7591 [  9262] By: gsar                                  on 2001/03/20  15:57:41
7592         Log: revert the leak fix in change#9142 (problem needs a more experimental
7593              fix unsuitable for 5.6.1)
7594      Branch: maint-5.6/perl
7595            ! scope.c
7596 ____________________________________________________________________________
7597 [  9261] By: jhi                                   on 2001/03/20  14:26:25
7598         Log: Integrate changes #9259,9260 from maintperl into mainline.
7599              
7600              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
7601              
7602              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
7603      Branch: perl
7604           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
7605 ____________________________________________________________________________
7606 [  9260] By: jhi                                   on 2001/03/20  14:05:46
7607         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
7608              From: Robin Barker <rmb1@cise.npl.co.uk>
7609              Date: Tue, 20 Mar 2001 10:12:04 GMT
7610              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
7611      Branch: maint-5.6/perl
7612            ! run.c
7613 ____________________________________________________________________________
7614 [  9259] By: jhi                                   on 2001/03/20  14:04:39
7615         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
7616              From: Chris Nandor <pudge@pobox.com>
7617              Date: Tue, 20 Mar 2001 00:40:56 -0500
7618              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
7619      Branch: maint-5.6/perl
7620            ! ext/POSIX/POSIX.xs lib/File/Path.pm
7621 ____________________________________________________________________________
7622 [  9258] By: jhi                                   on 2001/03/20  05:09:34
7623         Log: Update Changes.
7624      Branch: perl
7625            ! Changes patchlevel.h
7626 ____________________________________________________________________________
7627 [  9257] By: jhi                                   on 2001/03/20  05:04:25
7628         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
7629      Branch: perl
7630            ! t/op/tr.t
7631 ____________________________________________________________________________
7632 [  9256] By: jhi                                   on 2001/03/20  04:43:12
7633         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
7634              From: Peter Prymmer <pvhp@forte.com>
7635              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
7636              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
7637      Branch: maint-5.6/perl
7638            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
7639 ____________________________________________________________________________
7640 [  9255] By: jhi                                   on 2001/03/19  23:17:17
7641         Log: substr($bytestr, i, n, $charstr)
7642
7643              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
7644      Branch: perl
7645            ! Todo-5.6 pp.c t/op/substr.t
7646 ____________________________________________________________________________
7647 [  9254] By: jhi                                   on 2001/03/19  22:25:09
7648         Log: Rearrange the make test target prerequisites so that
7649              in a parallel make 'all' is finished before 'test'.
7650      Branch: perl
7651            ! Makefile.SH
7652 ____________________________________________________________________________
7653 [  9253] By: jhi                                   on 2001/03/19  21:48:07
7654         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
7655              From: Robin Houston <robin@kitsite.com>
7656              Date: Mon, 19 Mar 2001 15:48:41 +0000
7657              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
7658      Branch: perl
7659            ! pp_ctl.c
7660 ____________________________________________________________________________
7661 [  9252] By: jhi                                   on 2001/03/19  21:42:27
7662         Log: Integrate perlio.
7663      Branch: perl
7664           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
7665           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
7666           !> utfebcdic.h vms/perly_c.vms
7667 ____________________________________________________________________________
7668 [  9251] By: jhi                                   on 2001/03/19  21:31:28
7669         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
7670              
7671              Dynaloading in 64-bit AIX with vac.
7672      Branch: perl
7673           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7674           !> hints/aix.sh
7675 ____________________________________________________________________________
7676 [  9250] By: jhi                                   on 2001/03/19  21:18:00
7677         Log: A more robust solution for the 64bitall AIX dynaloading
7678              problem, from Jens-Uwe Mager.
7679      Branch: maint-5.6/perl
7680            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7681 ____________________________________________________________________________
7682 [  9249] By: nick                                  on 2001/03/19  20:59:37
7683         Log: Integrate mainline.
7684      Branch: perlio
7685           !> (integrate 42 files)
7686 ____________________________________________________________________________
7687 [  9248] By: nick                                  on 2001/03/19  20:22:07
7688         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
7689              (Building on OS390 uses native YACC and YYDEBUG has other
7690              side effects.)
7691      Branch: perlio
7692            ! perly.c perly.y vms/perly_c.vms
7693 ____________________________________________________________________________
7694 [  9247] By: jhi                                   on 2001/03/19  19:59:53
7695         Log: 64-bit AIX dynaloading problem (see #9244) idea
7696              from Jens-Uwe Mager.
7697      Branch: maint-5.6/perl
7698            ! ext/DynaLoader/dl_aix.xs
7699 ____________________________________________________________________________
7700 [  9246] By: nick                                  on 2001/03/19  19:27:57
7701         Log: More EBCDIC fixes.
7702      Branch: perlio
7703            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
7704            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
7705 ____________________________________________________________________________
7706 [  9245] By: jhi                                   on 2001/03/19  19:05:19
7707         Log: Integrate change #9243 from mainline into maintperl.
7708              
7709              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
7710      Branch: maint-5.6/perl
7711           !> README.vmesa
7712 ____________________________________________________________________________
7713 [  9244] By: jhi                                   on 2001/03/19  19:03:15
7714         Log: Get 64bitall AIX building, but still does not test okay:
7715              dynaloading anything fails, for example for op/defins:
7716              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
7717              (update: fixed by #9247,9250)
7718      Branch: maint-5.6/perl
7719            ! hints/aix.sh
7720 ____________________________________________________________________________
7721 [  9243] By: jhi                                   on 2001/03/19  19:00:16
7722         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
7723              From: Robin Barker <rmb1@cise.npl.co.uk>
7724              Date: Mon, 19 Mar 2001 18:01:57 GMT
7725              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
7726      Branch: perl
7727            ! README.vmesa
7728 ____________________________________________________________________________
7729 [  9242] By: jhi                                   on 2001/03/19  18:58:43
7730         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
7731              
7732              TODO: tests.
7733      Branch: perl
7734            ! doop.c op.c
7735 ____________________________________________________________________________
7736 [  9241] By: gsar                                  on 2001/03/19  17:34:46
7737         Log: VMSify tests (from Charles Lane)
7738      Branch: maint-5.6/perl
7739            ! t/lib/filehand.t t/lib/texttabs.t
7740 ____________________________________________________________________________
7741 [  9240] By: jhi                                   on 2001/03/19  14:24:26
7742         Log: Integrate change #9233 from maintperl into mainline.
7743              
7744              some refcounts were incorrect in perl_clone()
7745      Branch: perl
7746           !> sv.c
7747 ____________________________________________________________________________
7748 [  9239] By: gsar                                  on 2001/03/19  09:23:17
7749         Log: this is 5.6.1-trial3
7750      Branch: maint-5.6/perl
7751            ! Changes
7752 ____________________________________________________________________________
7753 [  9238] By: gsar                                  on 2001/03/19  08:47:04
7754         Log: some new symbols are only available under ithreads
7755      Branch: maint-5.6/perl
7756            ! makedef.pl
7757 ____________________________________________________________________________
7758 [  9237] By: gsar                                  on 2001/03/19  08:42:28
7759         Log: update patchlevel.h, Changes, &c.
7760      Branch: maint-5.6/perl
7761            ! Changes patchlevel.h pod/perlhist.pod
7762           !> AUTHORS
7763 ____________________________________________________________________________
7764 [  9236] By: gsar                                  on 2001/03/19  08:17:49
7765         Log: integrate changes#8068,8717 from mainline
7766              
7767              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
7768              
7769              [PATCH CPAN 1.59_51] warning message (not!)
7770      Branch: maint-5.6/perl
7771           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
7772           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
7773           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
7774           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
7775           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7776 ____________________________________________________________________________
7777 [  9235] By: gsar                                  on 2001/03/19  08:07:09
7778         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
7779              
7780              [PATCH] Add missing CV flags to dump.c
7781              
7782              Re: [patch] Re: PL_ptr_table
7783              
7784              Fixup non-ithread build after 8713
7785              
7786              Generated files form 8713 etc.
7787              
7788              Correct the correction :-(
7789              
7790              Documenting coderef @INC (Re: CPAN "make this script work" feature)
7791              
7792              Subject: Re: sync sync sync: have I missed any patches?
7793              Replace djSP with dSP.
7794      Branch: maint-5.6/perl
7795           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
7796           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
7797           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
7798           !> sv.c sv.h win32/perlhost.h
7799 ____________________________________________________________________________
7800 [  9234] By: gsar                                  on 2001/03/19  07:22:05
7801         Log: revert the change#9090 integrate for now (change looks somewhat
7802              incomplete in that [ha]v_exists() need something similar; lacks
7803              tests; &c.)
7804      Branch: maint-5.6/perl
7805            ! hv.c
7806 ____________________________________________________________________________
7807 [  9233] By: gsar                                  on 2001/03/19  07:10:01
7808         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
7809              destruction when there are unreferenced scalars (SvREFCNT==0)
7810      Branch: maint-5.6/perl
7811            ! sv.c
7812 ____________________________________________________________________________
7813 [  9232] By: jhi                                   on 2001/03/19  05:11:02
7814         Log: Regen api and toc.
7815      Branch: maint-5.6/perl
7816            ! pod/perlapi.pod pod/perltoc.pod
7817 ____________________________________________________________________________
7818 [  9231] By: jhi                                   on 2001/03/19  04:06:03
7819         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
7820              add a lost line in pp.c:pp_chop(), update to new op/chop.
7821              
7822              Clarify the description differentiating for and while; inspired by
7823              
7824              Subject: [ID 20010306.004] || != named unary operator
7825              
7826              The $Is_MacOS needs to be declared.
7827      Branch: maint-5.6/perl
7828            ! pp.c t/op/chop.t
7829           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
7830 ____________________________________________________________________________
7831 [  9230] By: jhi                                   on 2001/03/19  03:48:16
7832         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
7833              9079,9083,9089,9090,9091 from mainline to maintperl.
7834              
7835              Quieten some noise in Win32 builds
7836              
7837              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
7838              
7839              The perlretut was still talking about the old \p and \P
7840              definitions.
7841              
7842              More tweakage on the Unicode character class descriptions.
7843              
7844              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
7845              
7846              Subject: 'no *POSIX' Patch speeding up make on BS2000 
7847              
7848              Subject: [PATCH] perldata.pod here-doc docs
7849              
7850              Add /sbin and /usr/sbin to the list of directories scanned
7851              for setuid programs.  Takes care of bug id 20010309.003.
7852              
7853              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
7854              
7855              In op/stat #35 better to scan all the potential directories
7856              for setuids, not just the first one.
7857      Branch: maint-5.6/perl
7858            ! Makefile.SH
7859           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
7860           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
7861           !> t/op/stat.t toke.c win32/win32.h
7862 ____________________________________________________________________________
7863 [  9229] By: jhi                                   on 2001/03/19  02:31:50
7864         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
7865              From: Chris Nandor <pudge@pobox.com>
7866              Date: Sat, 10 Mar 2001 14:22:19 -0500
7867              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
7868      Branch: maint-5.6/perl
7869            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7870            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
7871            ! t/lib/b.t t/lib/errno.t
7872 ____________________________________________________________________________
7873 [  9228] By: jhi                                   on 2001/03/19  02:29:59
7874         Log: Integrate changes #9113,9122 from mainline into maintperl.
7875              
7876              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
7877      Branch: maint-5.6/perl
7878           !> Configure README.os390 hints/os390.sh
7879 ____________________________________________________________________________
7880 [  9227] By: jhi                                   on 2001/03/19  02:22:35
7881         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
7882              into maintperl.
7883              
7884              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
7885              
7886              Forgot to check-in the larger part of #9120, duh.
7887              
7888              Subject: Another patch for integer.pm POD 
7889              
7890              h2ph strictness and cleanliness from Kurt Starsinic.
7891              
7892              Borland filename case problem.
7893              
7894              h2ph strictness and cleanliness from Kurt Starsinic.
7895              
7896              Subject: [PATCH] the uncontroversial doc patches
7897      Branch: maint-5.6/perl
7898           +> win32/sncfnmcs.pl
7899           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
7900           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
7901           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
7902           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
7903           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
7904           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
7905           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
7906 ____________________________________________________________________________
7907 [  9226] By: jhi                                   on 2001/03/19  02:10:21
7908         Log: Integrate changes #9207,9214 from mainline into maintperl.
7909              
7910              podchecker relaxations: =over has an *optional* number after it,
7911              and whitespace in L<> is okay.
7912      Branch: maint-5.6/perl
7913           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7914           !> t/pod/poderrs.xr
7915 ____________________________________________________________________________
7916 [  9225] By: jhi                                   on 2001/03/19  02:07:38
7917         Log: Integrate change #9219 from maintperl into mainline.
7918              
7919              remove duplicated tests
7920      Branch: perl
7921           !> t/op/re_tests
7922 ____________________________________________________________________________
7923 [  9224] By: jhi                                   on 2001/03/19  02:06:11
7924         Log: Integrate change #9223 from mainline to maintperl.
7925              
7926              Document -Dmksymlinks.
7927      Branch: maint-5.6/perl
7928           !> INSTALL
7929 ____________________________________________________________________________
7930 [  9223] By: jhi                                   on 2001/03/19  02:01:25
7931         Log: Document -Dmksymlinks.
7932      Branch: perl
7933            ! INSTALL
7934 ____________________________________________________________________________
7935 [  9222] By: jhi                                   on 2001/03/19  01:15:35
7936         Log: The -Dmksymlinks wasn't working for maintperl.
7937      Branch: maint-5.6/perl
7938            ! Configure
7939 ____________________________________________________________________________
7940 [  9221] By: jhi                                   on 2001/03/19  00:49:43
7941         Log: Cleanup pixie residue.
7942      Branch: perl
7943            ! Makefile.SH
7944 ____________________________________________________________________________
7945 [  9220] By: jhi                                   on 2001/03/19  00:44:47
7946         Log: Document the use of pixie/prof; create make targets for it.
7947              
7948              TODO: make t/TEST pixie-aware.
7949      Branch: perl
7950            ! Makefile.SH pod/perlhack.pod
7951 ____________________________________________________________________________
7952 [  9219] By: gsar                                  on 2001/03/19  00:16:55
7953         Log: remove duplicated tests
7954      Branch: maint-5.6/perl
7955            ! t/op/re_tests
7956 ____________________________________________________________________________
7957 [  9218] By: jhi                                   on 2001/03/18  23:59:31
7958         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
7959      Branch: perl
7960            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
7961 ____________________________________________________________________________
7962 [  9217] By: jhi                                   on 2001/03/18  23:25:20
7963         Log: Rewrite the tests section of Makefile to be less redundant
7964              and to allow for more flexible test targets, many recursive
7965              make calls introduced.
7966      Branch: perl
7967            ! Makefile.SH
7968 ____________________________________________________________________________
7969 [  9216] By: jhi                                   on 2001/03/18  22:30:04
7970         Log: Document the use of Third Degree (sparsely).
7971      Branch: perl
7972            ! pod/perlhack.pod t/TEST
7973 ____________________________________________________________________________
7974 [  9215] By: jhi                                   on 2001/03/18  22:10:30
7975         Log: Make targets for testing with Third Degree.
7976      Branch: perl
7977            ! Makefile.SH
7978 ____________________________________________________________________________
7979 [  9214] By: jhi                                   on 2001/03/18  21:08:53
7980         Log: The podchecker relaxations need to mirrored also at the tests.
7981      Branch: perl
7982            ! t/pod/poderrs.xr
7983 ____________________________________________________________________________
7984 [  9213] By: jhi                                   on 2001/03/18  20:56:21
7985         Log: Update Changes.
7986      Branch: perl
7987            ! Changes patchlevel.h
7988 ____________________________________________________________________________
7989 [  9212] By: jhi                                   on 2001/03/18  20:36:59
7990         Log: Looking for config.sh in parent directories isn't
7991              very useful for the toplevel Makefile.
7992      Branch: perl
7993            ! Makefile.SH
7994 ____________________________________________________________________________
7995 [  9211] By: jhi                                   on 2001/03/18  20:33:37
7996         Log: On "make clean" take care of Third Degree droppings.
7997      Branch: perl
7998            ! Makefile.SH
7999 ____________________________________________________________________________
8000 [  9210] By: jhi                                   on 2001/03/18  20:21:34
8001         Log: Add a hook for running the tests under the Third Degree
8002              debugging tool (set $ENV{PERL_3LOG} to non-zero)
8003              
8004              TODO: Document the use of Third Degree.
8005      Branch: perl
8006            ! t/TEST
8007 ____________________________________________________________________________
8008 [  9209] By: jhi                                   on 2001/03/18  20:19:07
8009         Log: Regen toc and api pods.
8010      Branch: perl
8011            ! pod/perlapi.pod pod/perltoc.pod
8012 ____________________________________________________________________________
8013 [  9208] By: jhi                                   on 2001/03/18  20:12:12
8014         Log: Integrate changes #8128,9132 from mainline into maintperl,
8015              Tie::SubstrHash fixes.
8016      Branch: maint-5.6/perl
8017           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
8018 ____________________________________________________________________________
8019 [  9207] By: jhi                                   on 2001/03/18  20:07:43
8020         Log: podchecker relaxations from Michael Stevens.
8021      Branch: perl
8022            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
8023 ____________________________________________________________________________
8024 [  9206] By: jhi                                   on 2001/03/18  20:04:24
8025         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
8026      Branch: perl
8027            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8028            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
8029            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
8030 ____________________________________________________________________________
8031 [  9205] By: jhi                                   on 2001/03/18  19:54:45
8032         Log: Integrate changes #9161,9162 from maintperl to mainline.
8033              
8034              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
8035              results
8036      Branch: perl
8037           !> t/op/magic.t
8038 ____________________________________________________________________________
8039 [  9204] By: jhi                                   on 2001/03/18  19:37:46
8040         Log: Make perl.third checks more understandable to the builder.
8041      Branch: perl
8042            ! Makefile.SH
8043 ____________________________________________________________________________
8044 [  9203] By: jhi                                   on 2001/03/18  19:20:54
8045         Log: Re-integrate #9138 from maintperl to mainline,
8046              the squelching of the unneeded "Scalars leaked" messages.
8047      Branch: perl
8048           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
8049           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
8050           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
8051 ____________________________________________________________________________
8052 [  9202] By: jhi                                   on 2001/03/18  18:48:36
8053         Log: More robust and more paranoid perl.third target.
8054      Branch: perl
8055            ! Makefile.SH
8056 ____________________________________________________________________________
8057 [  9201] By: jhi                                   on 2001/03/18  18:39:21
8058         Log: Integrate change #9197 from maintperl to mainline.
8059              
8060              more thorough cleaning of arenas.
8061      Branch: perl
8062           !> embed.pl perl.c proto.h sv.c t/op/sort.t
8063 ____________________________________________________________________________
8064 [  9200] By: jhi                                   on 2001/03/18  18:25:17
8065         Log: Integrate perlio.
8066      Branch: perl
8067           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
8068           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
8069           !> t/lib/encode.t toke.c universal.c utf8.c
8070 ____________________________________________________________________________
8071 [  9199] By: nick                                  on 2001/03/18  15:23:51
8072         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
8073              is the sense of the test being done. Avoid some magical 127 and 128 values
8074              by using macros.
8075      Branch: perlio
8076            ! doop.c pp_ctl.c sv.c toke.c
8077 ____________________________________________________________________________
8078 [  9198] By: nick                                  on 2001/03/18  14:18:12
8079         Log: UTF-X encoding invariance for Encode:
8080              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
8081              - move the XS code for those to universal.c (so in miniperl)
8082              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
8083              - change ext/Encode/compile to use above.
8084              - Fix t/lib/encode.t for above
8085              - Teach t/lib/b.t to expect -uutf8
8086              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
8087              utf8.pm is needed.
8088      Branch: perlio
8089            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
8090            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
8091 ____________________________________________________________________________
8092 [  9197] By: gsar                                  on 2001/03/18  12:15:57
8093         Log: more thorough cleaning of arenas--keep going until no more
8094              SvREFCNT_dec()s occur (this fixes the problem that causes the
8095              pesky "Scalars leaked" warnings)
8096      Branch: maint-5.6/perl
8097            ! embed.pl perl.c proto.h sv.c t/op/sort.t
8098 ____________________________________________________________________________
8099 [  9196] By: nick                                  on 2001/03/18  10:57:29
8100         Log: Fix pragma/utf8.t # 15
8101              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
8102              are SvUTF8 as well.
8103      Branch: perlio
8104            ! toke.c
8105 ____________________________________________________________________________
8106 [  9195] By: nick                                  on 2001/03/18  09:27:06
8107         Log: Integrate mainline
8108      Branch: perlio
8109           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
8110           !> t/op/pat.t
8111 ____________________________________________________________________________
8112 [  9194] By: jhi                                   on 2001/03/18  05:29:59
8113         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
8114              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
8115      Branch: perl
8116            ! op.c op.h t/op/misc.t t/op/pat.t
8117 ____________________________________________________________________________
8118 [  9193] By: jhi                                   on 2001/03/18  05:15:06
8119         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
8120      Branch: perl
8121            ! mg.c t/op/pat.t
8122 ____________________________________________________________________________
8123 [  9192] By: jhi                                   on 2001/03/18  04:22:43
8124         Log: tr/// UTF-8 patches from Inaba Hiroto.
8125      Branch: perl
8126            ! doop.c op.c
8127 ____________________________________________________________________________
8128 [  9191] By: jhi                                   on 2001/03/18  04:21:17
8129         Log: Integrate perlio.
8130      Branch: perl
8131           !> utf8.c utfebcdic.h
8132 ____________________________________________________________________________
8133 [  9190] By: nick                                  on 2001/03/17  20:32:01
8134         Log: Correct #if EBCDIC side typos.
8135              Builds and passes many tests on OS390.
8136      Branch: perlio
8137            ! utf8.c utfebcdic.h
8138 ____________________________________________________________________________
8139 [  9189] By: jhi                                   on 2001/03/17  18:55:49
8140         Log: Add prerequisites for the perl.third target.
8141      Branch: perl
8142            ! Makefile.SH
8143 ____________________________________________________________________________
8144 [  9188] By: jhi                                   on 2001/03/17  18:46:00
8145         Log: Integrate perlio.
8146      Branch: perl
8147           +> utfebcdic.h
8148           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
8149 ____________________________________________________________________________
8150 [  9187] By: jhi                                   on 2001/03/17  18:38:47
8151         Log: Add a make rule for perl.third (the Third Degree memory debugging
8152              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
8153      Branch: perl
8154            ! Makefile.SH
8155 ____________________________________________________________________________
8156 [  9186] By: nick                                  on 2001/03/17  18:34:48
8157         Log: MANIFEST addition :-(
8158      Branch: perlio
8159            ! MANIFEST
8160 ____________________________________________________________________________
8161 [  9185] By: nick                                  on 2001/03/17  18:29:50
8162         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
8163              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
8164              a superset of ASCII are invariant under the encoding. This is EBCDIC
8165              friendly as an encoded string can be looked at as being EBCDIC by lexer
8166              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
8167              ASCII on ASCII machines.
8168              
8169              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
8170              seperate.
8171              - Add some more macros to comprehend different shift amounts and
8172              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
8173              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
8174              and conditionaly #include it.
8175              
8176              EBCDIC build as yet untested.  ASCII still fails the one test.
8177      Branch: perlio
8178            + utfebcdic.h
8179            ! utf8.c utf8.h
8180 ____________________________________________________________________________
8181 [  9184] By: nick                                  on 2001/03/17  17:44:16
8182         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
8183      Branch: perlio
8184            ! doop.c perl.h pp.c utf8.h
8185 ____________________________________________________________________________
8186 [  9183] By: jhi                                   on 2001/03/17  15:55:42
8187         Log: Integrate perlio.
8188      Branch: perl
8189            ! MANIFEST
8190           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
8191 ____________________________________________________________________________
8192 [  9182] By: nick                                  on 2001/03/17  09:16:06
8193         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
8194      Branch: perlio
8195            ! t/op/pat.t
8196 ____________________________________________________________________________
8197 [  9181] By: nick                                  on 2001/03/17  09:15:11
8198         Log: Integrate mainline.
8199      Branch: perlio
8200           +> lib/Locale/Constants.pm lib/Locale/Country.pm
8201           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
8202           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
8203           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
8204           !> (integrate 83 files)
8205 ____________________________________________________________________________
8206 [  9180] By: nick                                  on 2001/03/16  17:23:21
8207         Log: EBCDIC Fixes.
8208      Branch: perlio
8209            ! perl.h sv.c toke.c utf8.c utf8.h
8210 ____________________________________________________________________________
8211 [  9179] By: jhi                                   on 2001/03/16  14:10:12
8212         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
8213              a change needed to work around an AIX compiler bug.
8214      Branch: perl
8215            ! ext/Storable/Storable.xs
8216 ____________________________________________________________________________
8217 [  9178] By: jhi                                   on 2001/03/16  03:19:59
8218         Log: With Damian's approval synchronize damian's modules'
8219              licensing with Perl's standard module licensing.
8220      Branch: perl
8221            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
8222 ____________________________________________________________________________
8223 [  9177] By: jhi                                   on 2001/03/16  03:15:34
8224         Log: Make the Filter::Util:Call files have their own copies
8225              of the Perl standard module licensing, from Paul Marquess.
8226      Branch: perl
8227            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8228 ____________________________________________________________________________
8229 [  9176] By: jhi                                   on 2001/03/16  02:56:04
8230         Log: Subject: [PATCH] more pod patches
8231              From: Michael Stevens <michael@etla.org>
8232              Date: Thu, 15 Mar 2001 21:25:18 +0000
8233              Message-ID: <20010315212518.A18870@firedrake.org>
8234      Branch: perl
8235            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
8236            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
8237            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
8238            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
8239            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
8240            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
8241            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
8242            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
8243            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
8244            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
8245            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
8246            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
8247            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
8248            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
8249            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
8250            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
8251            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
8252            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
8253            ! lib/Locale/Country.pm lib/Locale/Language.pm
8254            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
8255            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
8256            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
8257            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
8258            ! os2/OS2/Process/Process.pm
8259 ____________________________________________________________________________
8260 [  9175] By: jhi                                   on 2001/03/16  02:53:32
8261         Log: Subject: [PATCH] the uncontroversial doc patches
8262              From: Michael Stevens <michael@etla.org>
8263              Date: Thu, 15 Mar 2001 20:01:12 +0000
8264              Message-ID: <20010315200112.A7636@firedrake.org>
8265      Branch: perl
8266            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
8267            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
8268            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
8269            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
8270            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
8271 ____________________________________________________________________________
8272 [  9174] By: jhi                                   on 2001/03/16  02:50:49
8273         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
8274              From: Paul Lindner <lindner@inuus.com>
8275              Date: Fri, 16 Mar 2001 11:28:03 -0800
8276              Message-ID: <20010316112803.A7577@inuus.com>
8277      Branch: perl
8278            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8279 ____________________________________________________________________________
8280 [  9173] By: nick                                  on 2001/03/15  20:21:03
8281         Log: 1st day's EBCDIC fixes:
8282              - toke.c's parsing of strings needed attention
8283              needed to conditionally e2a if string was already UTF-8
8284              - e2a/a2e tables where wrong way round.
8285              - new macros in utf8.h
8286      Branch: perlio
8287            ! perl.h toke.c utf8.h
8288 ____________________________________________________________________________
8289 [  9172] By: jhi                                   on 2001/03/15  15:17:17
8290         Log: Update Changes.
8291      Branch: perl
8292            ! Changes patchlevel.h
8293 ____________________________________________________________________________
8294 [  9171] By: jhi                                   on 2001/03/15  15:09:32
8295         Log: Subject: Re: Another Borland C++ problem.
8296              From: "Vadim Konovalov" <watman@inbox.ru>
8297              Date: Sat, 10 Mar 2001 19:26:07 +0300
8298              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
8299              
8300              Borland filename case problem.
8301      Branch: perl
8302            + win32/sncfnmcs.pl
8303            ! MANIFEST README.win32
8304 ____________________________________________________________________________
8305 [  9170] By: jhi                                   on 2001/03/15  14:54:23
8306         Log: Add Locale::Codes 1.06, from Neil Bowers.
8307      Branch: perl
8308            + lib/Locale/Constants.pm lib/Locale/Country.pm
8309            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
8310            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
8311            + t/lib/lc-language.t t/lib/lc-uk.t
8312            ! MANIFEST
8313 ____________________________________________________________________________
8314 [  9169] By: jhi                                   on 2001/03/15  14:19:01
8315         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
8316      Branch: perl
8317            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8318            ! ext/Storable/Storable.xs
8319 ____________________________________________________________________________
8320 [  9168] By: jhi                                   on 2001/03/15  14:13:22
8321         Log: Integrate changes #9120,9167 from mainline to maintperl.
8322              
8323              Subject: [PATCH 5.6.1] OS/2 docs
8324              
8325              Subject: [PATCH 5.6.1] perldoc
8326      Branch: maint-5.6/perl
8327           !> os2/Changes utils/perldoc.PL
8328 ____________________________________________________________________________
8329 [  9167] By: jhi                                   on 2001/03/15  14:07:42
8330         Log: Subject: [PATCH 5.6.1] perldoc
8331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8332              Date: Wed, 14 Mar 2001 23:46:52 -0500
8333              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
8334      Branch: perl
8335            ! utils/perldoc.PL
8336 ____________________________________________________________________________
8337 [  9166] By: jhi                                   on 2001/03/15  13:53:15
8338         Log: sigaction test condition tweakage.
8339      Branch: perl
8340            ! t/lib/sigaction.t
8341 ____________________________________________________________________________
8342 [  9165] By: alanbur                               on 2001/03/15  03:49:17
8343         Log: Resynchronised with parent
8344      Branch: maint-5.6/pureperl
8345           +> os2/os2add.sym t/op/anonsub.t
8346           !> (integrate 72 files)
8347 ____________________________________________________________________________
8348 [  9164] By: jhi                                   on 2001/03/15  01:05:01
8349         Log: Avoid stomping off the beginning of an array in tr///.
8350      Branch: perl
8351            ! op.c
8352 ____________________________________________________________________________
8353 [  9163] By: jhi                                   on 2001/03/15  00:58:57
8354         Log: h2ph strictness and cleanliness from Kurt Starsinic.
8355      Branch: perl
8356            ! utils/h2ph.PL
8357 ____________________________________________________________________________
8358 [  9162] By: gsar                                  on 2001/03/15  00:56:53
8359         Log: avoid warnings
8360      Branch: maint-5.6/perl
8361            ! t/op/magic.t
8362 ____________________________________________________________________________
8363 [  9161] By: gsar                                  on 2001/03/15  00:52:09
8364         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
8365              results
8366      Branch: maint-5.6/perl
8367            ! t/op/magic.t
8368 ____________________________________________________________________________
8369 [  9160] By: jhi                                   on 2001/03/14  22:02:10
8370         Log: Do not use the Perl malloc in IRIX, suggested by
8371              Helmus Jarausch.
8372      Branch: perl
8373            ! hints/irix_6.sh
8374 ____________________________________________________________________________
8375 [  9159] By: nick                                  on 2001/03/14  21:45:59
8376         Log: Integrate mainline
8377      Branch: perlio
8378           +> t/op/loopctl.t
8379           !> (integrate 41 files)
8380 ____________________________________________________________________________
8381 [  9158] By: jhi                                   on 2001/03/14  21:10:09
8382         Log: The Day of the Retractions continues: the #9138
8383              (integrated in #9144) doesn't work well in mainline.
8384      Branch: perl
8385            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
8386            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
8387            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
8388 ____________________________________________________________________________
8389 [  9157] By: jhi                                   on 2001/03/14  20:58:12
8390         Log: The #9145 CANNOT be enabled: the clear_pmop code still
8391              dumps core all over in Tru64.
8392      Branch: perl
8393            ! op.c op.h t/op/pat.t
8394 ____________________________________________________________________________
8395 [  9156] By: jhi                                   on 2001/03/14  20:48:06
8396         Log: Integrate change #9154 from maintperl to mainline.
8397              
8398              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
8399              (caused Storable 1.0.10 to break on windows)
8400      Branch: perl
8401           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
8402           !> perlapi.c proto.h
8403 ____________________________________________________________________________
8404 [  9155] By: jhi                                   on 2001/03/14  20:23:53
8405         Log: Retract #9136: breaks threading (and binary compatibility).
8406      Branch: perl
8407            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8408 ____________________________________________________________________________
8409 [  9154] By: gsar                                  on 2001/03/14  17:48:18
8410         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
8411              (caused Storable 1.0.10 to break on windows)
8412      Branch: maint-5.6/perl
8413            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
8414            ! perlapi.c proto.h
8415 ____________________________________________________________________________
8416 [  9153] By: jhi                                   on 2001/03/14  13:35:21
8417         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
8418      Branch: perl
8419            ! t/lib/sigaction.t
8420 ____________________________________________________________________________
8421 [  9152] By: gsar                                  on 2001/03/14  07:29:40
8422         Log: back out changes#9012,9010,9009 and parts of change#9016
8423              (causes ABRs under purify, and some prerequisites don't
8424              seem to be there in 5.6.x)
8425      Branch: maint-5.6/perl
8426            ! doop.c op.c t/op/tr.t toke.c
8427 ____________________________________________________________________________
8428 [  9151] By: gsar                                  on 2001/03/14  07:01:29
8429         Log: reenable change#9145 (the test was busted due to a missing
8430              C<print "ok 27\n">)
8431      Branch: perl
8432            ! op.c op.h t/op/pat.t
8433 ____________________________________________________________________________
8434 [  9150] By: jhi                                   on 2001/03/14  06:38:36
8435         Log: Retract #9145.
8436      Branch: perl
8437            ! op.c op.h t/op/pat.t
8438 ____________________________________________________________________________
8439 [  9149] By: jhi                                   on 2001/03/14  06:14:56
8440         Log: Retract #9143.
8441      Branch: perl
8442            ! op.c
8443 ____________________________________________________________________________
8444 [  9148] By: gsar                                  on 2001/03/14  06:13:02
8445         Log: Uninitialized Memory Read in regexec.c
8446      Branch: perl
8447            ! regexec.c
8448 ____________________________________________________________________________
8449 [  9147] By: jhi                                   on 2001/03/14  04:59:54
8450         Log: Subject: PATCH: make goto work in nested eval ""
8451              From: Robin Houston <robin@kitsite.com>
8452              Date: Wed, 14 Mar 2001 04:16:10 +0000
8453              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
8454      Branch: perl
8455            ! pp_ctl.c t/op/goto.t
8456 ____________________________________________________________________________
8457 [  9146] By: jhi                                   on 2001/03/14  04:42:54
8458         Log: Preserve the #ifdef PERL_CORE in perly.h.
8459      Branch: perl
8460            ! perly.fixer
8461 ____________________________________________________________________________
8462 [  9145] By: jhi                                   on 2001/03/14  03:57:41
8463         Log: (Retracted by #9150.)
8464      Branch: perl
8465            ! op.c op.h t/op/pat.t
8466 ____________________________________________________________________________
8467 [  9144] By: jhi                                   on 2001/03/14  03:50:38
8468         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
8469              
8470              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
8471              
8472              remove squelch controls for "Scalars leaked" messages in most places
8473              (these are now cured)
8474              
8475              fix another memory leak reported by purify (tie callbacks that
8476              croak can leak when wiping out magic)
8477      Branch: perl
8478           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
8479           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
8480           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
8481           !> t/pragma/warnings.t
8482 ____________________________________________________________________________
8483 [  9143] By: jhi                                   on 2001/03/14  03:37:53
8484         Log: (Retracted by #9149.)
8485      Branch: perl
8486            ! op.c
8487 ____________________________________________________________________________
8488 [  9142] By: gsar                                  on 2001/03/14  03:20:48
8489         Log: fix another memory leak reported by purify (tie callbacks that
8490              croak can leak when wiping out magic)
8491      Branch: maint-5.6/perl
8492            ! scope.c
8493 ____________________________________________________________________________
8494 [  9141] By: jhi                                   on 2001/03/14  02:55:00
8495         Log: Subject: PATCH for [ID 20010305.003]
8496              From: Robin Houston <robin@kitsite.com>
8497              Date: Wed, 14 Mar 2001 02:45:51 +0000
8498              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
8499      Branch: perl
8500            ! pp_ctl.c t/op/eval.t
8501 ____________________________________________________________________________
8502 [  9140] By: jhi                                   on 2001/03/14  02:41:54
8503         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
8504              Date: Wed, 14 Mar 2001 01:52:51 +0000
8505              From: Robin Houston <robin@kitsite.com>
8506              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
8507              
8508              Fix for 2000313.004.
8509      Branch: perl
8510            ! pp_ctl.c t/op/goto.t
8511 ____________________________________________________________________________
8512 [  9139] By: jhi                                   on 2001/03/14  02:40:50
8513         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
8514              From: Robin Houston <robin@kitsite.com>
8515              Date: Wed, 14 Mar 2001 00:43:45 +0000
8516              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
8517      Branch: perl
8518            + t/op/loopctl.t
8519            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
8520            ! vms/perly_c.vms
8521 ____________________________________________________________________________
8522 [  9138] By: gsar                                  on 2001/03/14  01:18:00
8523         Log: remove squelch controls for "Scalars leaked" messages in most places
8524              (these are now cured)
8525      Branch: maint-5.6/perl
8526            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
8527            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
8528            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
8529 ____________________________________________________________________________
8530 [  9137] By: gsar                                  on 2001/03/14  00:57:04
8531         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
8532      Branch: maint-5.6/perl
8533            ! regcomp.c
8534 ____________________________________________________________________________
8535 [  9136] By: jhi                                   on 2001/03/13  23:12:24
8536         Log: (Retracted by #9155)
8537              
8538              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
8539              From: Jens-Uwe Mager <jum@helios.de>
8540              Date: Wed, 21 Feb 2001 21:32:04 +0100
8541              Message-ID: <20010221213203.A18340@ans.helios.de>
8542      Branch: perl
8543            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8544 ____________________________________________________________________________
8545 [  9135] By: jhi                                   on 2001/03/13  22:50:05
8546         Log: Integrate perlio.
8547      Branch: perl
8548           !> pp.c
8549 ____________________________________________________________________________
8550 [  9134] By: jhi                                   on 2001/03/13  22:49:05
8551         Log: Integrate change #9131 from maintperl into mainline.
8552              
8553              make the error text look more consistent in hints/hpux.sh
8554      Branch: perl
8555           !> hints/hpux.sh
8556 ____________________________________________________________________________
8557 [  9133] By: gsar                                  on 2001/03/13  22:46:20
8558         Log: integrate change#9067 from mainline
8559              
8560              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8561      Branch: maint-5.6/perl
8562           !> lib/ExtUtils/MM_Unix.pm
8563 ____________________________________________________________________________
8564 [  9132] By: jhi                                   on 2001/03/13  22:41:21
8565         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
8566              From: "John P. Linderman" <jpl@research.att.com>
8567              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
8568              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
8569              
8570              A more correct prime finder.
8571      Branch: perl
8572            ! lib/Tie/SubstrHash.pm
8573 ____________________________________________________________________________
8574 [  9131] By: gsar                                  on 2001/03/13  22:30:42
8575         Log: make the error text look more consistent in hints/hpux.sh
8576      Branch: maint-5.6/perl
8577            ! hints/hpux.sh
8578 ____________________________________________________________________________
8579 [  9130] By: jhi                                   on 2001/03/13  22:23:44
8580         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
8581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8582              Date: Tue, 13 Mar 2001 18:41:26 +0100
8583              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
8584              
8585              If the test is run non-interactively the default handler
8586              is different.
8587      Branch: perl
8588            ! t/lib/sigaction.t
8589 ____________________________________________________________________________
8590 [  9129] By: jhi                                   on 2001/03/13  22:20:21
8591         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
8592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8593              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
8594              Date:     Tue, 13 Mar 2001 16:44:32 EST
8595      Branch: perl
8596            ! t/lib/1_compile.t
8597 ____________________________________________________________________________
8598 [  9128] By: jhi                                   on 2001/03/13  22:18:34
8599         Log: Subject: Another patch for integer.pm POD 
8600              From: "John L. Allen" <allen@grumman.com>
8601              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
8602              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
8603      Branch: perl
8604            ! lib/integer.pm
8605 ____________________________________________________________________________
8606 [  9127] By: nick                                  on 2001/03/13  21:26:30
8607         Log: Integrate mainline.
8608      Branch: perlio
8609           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
8610           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
8611           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
8612           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
8613           !> Changes Configure MANIFEST README.os2 README.os390
8614           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
8615           !> os2/Changes patchlevel.h win32/perlhost.h
8616 ____________________________________________________________________________
8617 [  9126] By: nick                                  on 2001/03/13  20:39:51
8618         Log: #ifdef'ed out code to make packed side of pack/unpack
8619              octets. (i.e. pack('U') => encode_utf8).
8620      Branch: perlio
8621            ! pp.c
8622 ____________________________________________________________________________
8623 [  9125] By: jhi                                   on 2001/03/13  15:07:16
8624         Log: Update Changes.
8625      Branch: perl
8626            ! Changes patchlevel.h
8627 ____________________________________________________________________________
8628 [  9124] By: jhi                                   on 2001/03/13  14:22:45
8629         Log: Workaround for the buggy ("internal compiler error")
8630              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
8631              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
8632              of Andreas König.
8633      Branch: perl
8634            ! ext/re/Makefile.PL hints/aix.sh
8635 ____________________________________________________________________________
8636 [  9123] By: jhi                                   on 2001/03/13  03:24:34
8637         Log: Typo in #9114.
8638      Branch: metaconfig
8639            ! U/modified/myhostname.U
8640 ____________________________________________________________________________
8641 [  9122] By: jhi                                   on 2001/03/13  03:24:06
8642         Log: Typo in #9113.
8643      Branch: perl
8644            ! Configure
8645 ____________________________________________________________________________
8646 [  9121] By: jhi                                   on 2001/03/13  01:53:05
8647         Log: Forgot to check-in the larger part of #9120, duh.
8648      Branch: perl
8649            ! README.os2
8650 ____________________________________________________________________________
8651 [  9120] By: jhi                                   on 2001/03/13  01:51:31
8652         Log: Subject: [PATCH 5.6.1] OS/2 docs
8653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8654              Date: Mon, 12 Mar 2001 03:27:32 -0500
8655              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
8656      Branch: perl
8657            ! os2/Changes
8658 ____________________________________________________________________________
8659 [  9119] By: jhi                                   on 2001/03/13  01:49:41
8660         Log: Integrate change #9116 from maintperl into mainline.
8661              
8662              Win32::GetCwd() returns C: instead of C:\ in the root directory
8663              under ithreads
8664      Branch: perl
8665           !> win32/perlhost.h
8666 ____________________________________________________________________________
8667 [  9118] By: jhi                                   on 2001/03/13  01:13:39
8668         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
8669      Branch: perl
8670            + lib/Switch.pm t/lib/switch.t
8671            ! MANIFEST
8672 ____________________________________________________________________________
8673 [  9117] By: jhi                                   on 2001/03/13  01:03:17
8674         Log: Add Text::Balanced 1.83.
8675      Branch: perl
8676            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
8677            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
8678            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
8679            + t/lib/tb-xvari.t
8680            ! MANIFEST
8681 ____________________________________________________________________________
8682 [  9116] By: gsar                                  on 2001/03/13  00:55:53
8683         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
8684              under ithreads
8685      Branch: maint-5.6/perl
8686            ! win32/perlhost.h
8687 ____________________________________________________________________________
8688 [  9115] By: jhi                                   on 2001/03/13  00:54:09
8689         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
8690              From: "John L. Allen" <allen@grumman.com>
8691              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
8692              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
8693              
8694              use integer document clarification.
8695      Branch: perl
8696            ! lib/integer.pm
8697 ____________________________________________________________________________
8698 [  9114] By: jhi                                   on 2001/03/13  00:38:54
8699         Log: Metaconfig unit change for #9113.
8700      Branch: metaconfig
8701            ! U/modified/myhostname.U
8702 ____________________________________________________________________________
8703 [  9113] By: jhi                                   on 2001/03/13  00:38:35
8704         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
8705              From: Peter Prymmer <pvhp@forte.com>
8706              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
8707              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
8708      Branch: perl
8709            ! Configure README.os390 hints/os390.sh
8710 ____________________________________________________________________________
8711 [  9112] By: jhi                                   on 2001/03/13  00:29:00
8712         Log: Integrate perlio.
8713      Branch: perl
8714           !> sv.c utf8.h
8715 ____________________________________________________________________________
8716 [  9111] By: nick                                  on 2001/03/12  21:16:33
8717         Log: Integrate mainline.
8718      Branch: perlio
8719           +> t/op/anonsub.t
8720           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8721           !> proto.h sv.c
8722 ____________________________________________________________________________
8723 [  9110] By: nick                                  on 2001/03/12  21:00:13
8724         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
8725      Branch: perlio
8726            ! sv.c utf8.h
8727 ____________________________________________________________________________
8728 [  9109] By: jhi                                   on 2001/03/12  16:04:47
8729         Log: Integrate change #9108 from maintperl to mainline.
8730              
8731              fix memory leak in C<sub X { sub {} }> arising from a refcount
8732              loop between the outer sub and the inner prototype anonsub
8733              
8734              this also enables closures returned by subroutines that
8735              subsequently get redefined to work without generating coredumps :)
8736              
8737              completely removed the free_closures() hack--it shouldn't be
8738              needed anymore
8739      Branch: perl
8740           +> t/op/anonsub.t
8741           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8742           !> proto.h sv.c
8743 ____________________________________________________________________________
8744 [  9108] By: gsar                                  on 2001/03/12  10:21:31
8745         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
8746              loop between the outer sub and the inner prototype anonsub
8747              
8748              this also enables closures returned by subroutines that
8749              subsequently get redefined to work without generating coredumps :)
8750              
8751              completely removed the free_closures() hack--it shouldn't be
8752              needed anymore
8753      Branch: maint-5.6/perl
8754            + t/op/anonsub.t
8755            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8756            ! proto.h sv.c
8757 ____________________________________________________________________________
8758 [  9107] By: jhi                                   on 2001/03/12  05:15:31
8759         Log: Integrate perlio.
8760      Branch: perl
8761           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
8762 ____________________________________________________________________________
8763 [  9106] By: nick                                  on 2001/03/11  20:10:12
8764         Log: regcomp.c is working in native space, not Unicode space (if different)
8765              as it is doing compare against 'W' in \W etc.
8766      Branch: perlio
8767            ! regcomp.c
8768 ____________________________________________________________________________
8769 [  9105] By: nick                                  on 2001/03/11  19:39:34
8770         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
8771              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
8772      Branch: perlio
8773            ! regcomp.c toke.c utf8.c
8774 ____________________________________________________________________________
8775 [  9104] By: nick                                  on 2001/03/11  18:15:44
8776         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
8777      Branch: perlio
8778            ! sv.c
8779 ____________________________________________________________________________
8780 [  9103] By: nick                                  on 2001/03/11  18:03:28
8781         Log: Integrate mainline (for regexp stuff).
8782      Branch: perlio
8783           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8784           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
8785           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
8786           !> t/lib/errno.t t/op/pat.t
8787 ____________________________________________________________________________
8788 [  9102] By: nick                                  on 2001/03/11  17:44:20
8789         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
8790              - exclude layer syms in makedef.pl for sfio
8791              - also inhibit Encode from trying to build ":encode()" layer.
8792      Branch: perlio
8793            ! ext/Encode/Encode.xs makedef.pl
8794 ____________________________________________________________________________
8795 [  9101] By: jhi                                   on 2001/03/10  22:38:13
8796         Log: The $Is_MacOS needs to be declared.
8797      Branch: perl
8798            ! lib/ExtUtils/Manifest.pm
8799 ____________________________________________________________________________
8800 [  9100] By: jhi                                   on 2001/03/10  22:14:29
8801         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
8802              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
8803              pollute the symbolspace if using sfio.
8804      Branch: perl
8805            ! ext/Encode/Encode.xs
8806 ____________________________________________________________________________
8807 [  9099] By: jhi                                   on 2001/03/10  21:58:48
8808         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
8809              Date: Sat, 10 Mar 2001 14:23:55 -0500
8810              From: Chris Nandor <pudge@pobox.com>
8811              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
8812      Branch: perl
8813            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8814            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
8815            ! t/lib/errno.t
8816 ____________________________________________________________________________
8817 [  9098] By: jhi                                   on 2001/03/10  21:38:30
8818         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
8819      Branch: perl
8820            ! regcomp.c regexec.c t/op/pat.t
8821 ____________________________________________________________________________
8822 [  9097] By: jhi                                   on 2001/03/10  14:38:07
8823         Log: Integrate perlio.
8824      Branch: perl
8825           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
8826           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
8827           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
8828 ____________________________________________________________________________
8829 [  9096] By: nick                                  on 2001/03/10  11:55:43
8830         Log: EBCDIC sanity - phase I
8831              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
8832              - use utf8n_xxxx (c.f. pvn) for forms which take length.
8833              - back out vN.N and $^V exceptions to e2a/a2e
8834              - make "locale" isxxx macros be uvchr (may be redundant?)
8835              
8836              Not clear yet that toUPPER_uni et. al. return being handled correctly.
8837              The tr// and rexexp stuff still needs an audit, assumption is they are working
8838              in Unicode space.
8839              
8840              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
8841      Branch: perlio
8842            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
8843            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
8844            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
8845 ____________________________________________________________________________
8846 [  9095] By: jhi                                   on 2001/03/09  22:10:01
8847         Log: Integrate perlio.
8848      Branch: perl
8849           !> dump.c
8850 ____________________________________________________________________________
8851 [  9094] By: nick                                  on 2001/03/09  17:36:38
8852         Log: Builds an passes all tests after integrate and this tweak.
8853      Branch: perlio
8854            ! dump.c
8855 ____________________________________________________________________________
8856 [  9093] By: nick                                  on 2001/03/09  17:16:03
8857         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
8858      Branch: perlio
8859           +> lib/unicode/Scripts.txt t/lib/sigaction.t
8860           !> (integrate 79 files)
8861 ____________________________________________________________________________
8862 [  9092] By: jhi                                   on 2001/03/09  15:28:26
8863         Log: Update Changes.
8864      Branch: perl
8865            ! Changes patchlevel.h
8866 ____________________________________________________________________________
8867 [  9091] By: jhi                                   on 2001/03/09  15:25:05
8868         Log: In op/stat #35 better to scan all the potential directories
8869              for setuids, not just the first one.
8870      Branch: perl
8871            ! t/op/stat.t
8872 ____________________________________________________________________________
8873 [  9090] By: jhi                                   on 2001/03/09  15:01:27
8874         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
8875              From: rspier@pobox.com (Robert Spier)
8876              Date: Fri, 9 Mar 2001 03:30:20 -0500
8877              Message-ID: <15016.38044.381174.160189@rls.cx>
8878              
8879              EXISTS() returning undef mistakenly triggered a FETCH().
8880      Branch: perl
8881            ! hv.c
8882 ____________________________________________________________________________
8883 [  9089] By: jhi                                   on 2001/03/09  14:59:02
8884         Log: Add /sbin and /usr/sbin to the list of directories scanned
8885              for setuid programs.  Takes care of bug id 20010309.003.
8886      Branch: perl
8887            ! t/op/stat.t
8888 ____________________________________________________________________________
8889 [  9088] By: jhi                                   on 2001/03/09  14:48:32
8890         Log: Regen perlapi, perltoc.
8891      Branch: perl
8892            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
8893 ____________________________________________________________________________
8894 [  9087] By: jhi                                   on 2001/03/09  14:38:56
8895         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8896              From: David Mitchell <davem@fdgroup.co.uk>
8897              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
8898              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
8899      Branch: perl
8900            ! dump.c perl.c perl.h pod/perlrun.pod
8901 ____________________________________________________________________________
8902 [  9086] By: jhi                                   on 2001/03/09  01:47:16
8903         Log: A modified version of
8904              
8905              Subject: [ID 20010307.005] POSIX::sigaction has various problems
8906              From: anders@broadcom.com
8907              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
8908              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
8909              
8910              Currently the sigaction.t test #6 fails (and is fudged to look
8911              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
8912              This may well be a genuine bug in Linux sigaction() (since at
8913              least Tru64, Solaris, and HP-UX disagree with Linux).
8914              Anyone with POSIX / SUSv2 tome handy?  The problem is that
8915              the flags of the oldaction don't match with the flags in
8916              the previously installed disposition.
8917      Branch: perl
8918            + t/lib/sigaction.t
8919            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8920 ____________________________________________________________________________
8921 [  9085] By: jhi                                   on 2001/03/09  01:30:13
8922         Log: Subject: Re: mission impossible for the day
8923              From: Alex Gough <alex@rcon.org>
8924              Date: Thu, 08 Mar 2001 17:18:19 +0000
8925              Message-ID: <3AA7BEDB.8070409@rcon.org>
8926              
8927              If references (are overloaded) and can be directly stringified,
8928              show that instead of "stringified".
8929              
8930              (The problem, infinite mutual recursion caused by overloaded bool
8931              in Switch.pm, tracked by David Mitchell)
8932      Branch: perl
8933            ! lib/Carp/Heavy.pm
8934 ____________________________________________________________________________
8935 [  9084] By: jhi                                   on 2001/03/09  01:20:39
8936         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8937              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
8938              From: David Mitchell <davem@fdgroup.co.uk>
8939              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
8940      Branch: perl
8941            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
8942            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
8943 ____________________________________________________________________________
8944 [  9083] By: jhi                                   on 2001/03/09  01:16:51
8945         Log: Subject: [PATCH] perldata.pod here-doc docs
8946              From: Jeff Pinyan <jeffp@crusoe.net>
8947              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
8948              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
8949      Branch: perl
8950            ! pod/perldata.pod
8951 ____________________________________________________________________________
8952 [  9082] By: jhi                                   on 2001/03/09  01:01:27
8953         Log: Subject: Re: Unicode/EBCDIC
8954              From: Peter Prymmer <pvhp@forte.com>
8955              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
8956              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
8957      Branch: perl
8958            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
8959 ____________________________________________________________________________
8960 [  9081] By: jhi                                   on 2001/03/08  13:41:30
8961         Log: Subject: Ooops, wrong 'no *POSIX' Patch
8962              From: Dorner Thomas <Thomas.Dorner@start.de>
8963              Date: Thu, 8 Mar 2001 08:43:28 +0100
8964              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
8965      Branch: perl
8966            ! hints/posix-bc.sh
8967 ____________________________________________________________________________
8968 [  9080] By: jhi                                   on 2001/03/08  13:11:42
8969         Log: It's Scripts.txt, not Script.txt.
8970      Branch: perl
8971            ! MANIFEST
8972 ____________________________________________________________________________
8973 [  9079] By: jhi                                   on 2001/03/08  12:59:05
8974         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8975              From: Dorner Thomas <Thomas.Dorner@start.de>
8976              Date: Wed, 7 Mar 2001 14:13:31 +0100
8977              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8978      Branch: perl
8979            ! makedepend.SH
8980 ____________________________________________________________________________
8981 [  9078] By: jhi                                   on 2001/03/08  12:57:43
8982         Log: Retract #9069, wrong patch.
8983      Branch: perl
8984            ! Makefile.SH
8985 ____________________________________________________________________________
8986 [  9077] By: jhi                                   on 2001/03/08  01:06:13
8987         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
8988      Branch: perl
8989            + lib/unicode/Scripts.txt
8990            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
8991            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
8992            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
8993            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8994            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8995            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8996            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8997            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8998            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8999            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9000            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9001            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9002            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9003            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9004            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9005            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9006            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
9007            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
9008            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
9009            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
9010            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
9011            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
9012            ! lib/unicode/version
9013 ____________________________________________________________________________
9014 [  9076] By: jhi                                   on 2001/03/07  22:59:39
9015         Log: Integrate change #7784 from mainline into maintperl.
9016              
9017              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
9018      Branch: maint-5.6/perl
9019           !> pp_ctl.c t/op/pat.t
9020 ____________________________________________________________________________
9021 [  9075] By: jhi                                   on 2001/03/07  22:05:11
9022         Log: More UTF-8 test tweaks.
9023      Branch: perl
9024            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
9025 ____________________________________________________________________________
9026 [  9074] By: nick                                  on 2001/03/07  21:39:29
9027         Log: Integrate mainline.
9028      Branch: perlio
9029           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
9030           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
9031           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
9032           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
9033           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
9034 ____________________________________________________________________________
9035 [  9073] By: jhi                                   on 2001/03/07  16:37:09
9036         Log: Update Changes.
9037      Branch: perl
9038            ! Changes patchlevel.h
9039 ____________________________________________________________________________
9040 [  9072] By: jhi                                   on 2001/03/07  16:32:30
9041         Log: Subject: [ID 20010306.004] || != named unary operator
9042              From: abela@geneanet.org
9043              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
9044              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
9045      Branch: perl
9046            ! pod/perlop.pod
9047 ____________________________________________________________________________
9048 [  9071] By: jhi                                   on 2001/03/07  15:14:11
9049         Log: Subject: downgrading to bytes for common functions
9050              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
9051              Date: Wed, 7 Mar 2001 02:36:55 -0500
9052              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
9053      Branch: perl
9054            ! pp_sys.c
9055 ____________________________________________________________________________
9056 [  9070] By: jhi                                   on 2001/03/07  15:04:58
9057         Log: Clarify the description differentiating for and while; inspired by
9058              
9059              Subject: [ID 20010306.002] for/while difference in for definition
9060              From: abela@geneanet.org
9061              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
9062              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
9063      Branch: perl
9064            ! pod/perlsyn.pod
9065 ____________________________________________________________________________
9066 [  9069] By: jhi                                   on 2001/03/07  14:55:30
9067         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
9068              From: Dorner Thomas <Thomas.Dorner@start.de>
9069              Date: Wed, 7 Mar 2001 14:13:31 +0100
9070              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
9071      Branch: perl
9072            ! Makefile.SH
9073 ____________________________________________________________________________
9074 [  9068] By: jhi                                   on 2001/03/07  14:51:17
9075         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9076              From: Radu Greab <radu@netsoft.ro>
9077              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
9078              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
9079      Branch: perl
9080            ! pp.c t/op/chop.t
9081 ____________________________________________________________________________
9082 [  9067] By: jhi                                   on 2001/03/07  14:48:57
9083         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9084              From: Simon Cozens <simon@netthink.co.uk>
9085              Date: Wed, 7 Mar 2001 13:59:28 +0000
9086              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
9087              
9088              In order to allow MakeMaker to build correct Makefiles,
9089              you need to change the order of the arguments in MM_Unix.pm
9090              as well. (Unless you have C89_CCMODE set, but we're trying
9091              to be POSIXly correct)
9092              
9093              Thanks to Merijn Broeren for tracking this down.
9094      Branch: perl
9095            ! lib/ExtUtils/MM_Unix.pm
9096 ____________________________________________________________________________
9097 [  9066] By: jhi                                   on 2001/03/07  14:30:02
9098         Log: Floating point too messy.
9099      Branch: perl
9100            ! t/camel-III/vstring.t
9101 ____________________________________________________________________________
9102 [  9065] By: jhi                                   on 2001/03/07  14:17:44
9103         Log: Integrate change #9064 from maintperl into mainline.
9104              
9105              fix memory leak in pack("Bb",...)
9106      Branch: perl
9107           !> perl.c
9108 ____________________________________________________________________________
9109 [  9064] By: gsar                                  on 2001/03/07  06:29:24
9110         Log: fix memory leak in pack("Bb",...)
9111      Branch: maint-5.6/perl
9112            ! perl.c
9113 ____________________________________________________________________________
9114 [  9063] By: jhi                                   on 2001/03/07  00:55:04
9115         Log: Major utf8 test reorganisation and rewrite.
9116              Hopefully no tests were lost in the shuffle.
9117              (The beginning of pragma/utf8 was lost intentionally,
9118              the tests were rather bogus and incomplete.)
9119      Branch: perl
9120            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
9121            ! t/pragma/utf8.t
9122 ____________________________________________________________________________
9123 [  9062] By: jhi                                   on 2001/03/07  00:41:16
9124         Log: More tweakage on the Unicode character class descriptions.
9125      Branch: perl
9126            ! lib/unicode/mktables.PL pod/perlretut.pod
9127 ____________________________________________________________________________
9128 [  9061] By: jhi                                   on 2001/03/06  23:12:38
9129         Log: The perlretut was still talking about the old \p and \P
9130              definitions.
9131      Branch: perl
9132            ! pod/perlretut.pod
9133 ____________________________________________________________________________
9134 [  9060] By: nick                                  on 2001/03/06  20:52:37
9135         Log: Integrate mainline (make test works again now).
9136      Branch: perlio
9137           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
9138 ____________________________________________________________________________
9139 [  9059] By: jhi                                   on 2001/03/06  15:36:14
9140         Log: 0.999... does equal 1.0, doesn't it?
9141      Branch: perl
9142            ! t/camel-III/vstring.t
9143 ____________________________________________________________________________
9144 [  9058] By: jhi                                   on 2001/03/06  15:34:00
9145         Log: Make /x{abcd}/ to work without use utf8.
9146      Branch: perl
9147            ! regcomp.c
9148 ____________________________________________________________________________
9149 [  9057] By: jhi                                   on 2001/03/06  03:02:36
9150         Log: Easier to outcomment all the three reset() tests for now.
9151      Branch: perl
9152            ! t/op/pat.t
9153 ____________________________________________________________________________
9154 [  9056] By: jhi                                   on 2001/03/06  02:30:02
9155         Log: Comment out the deadly reset; until the 20010301.005
9156              is finally fixed.
9157      Branch: perl
9158            ! t/op/pat.t
9159 ____________________________________________________________________________
9160 [  9055] By: jhi                                   on 2001/03/06  02:21:26
9161         Log: Integrate the change #9054 from mainline:
9162              retract the PMOP cleanup patch pending further investigation.
9163      Branch: maint-5.6/perl
9164           !> op.c op.h
9165 ____________________________________________________________________________
9166 [  9054] By: jhi                                   on 2001/03/06  02:19:57
9167         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
9168              with oddly familiar stack traces.
9169      Branch: perl
9170            ! op.c op.h
9171 ____________________________________________________________________________
9172 [  9053] By: jhi                                   on 2001/03/05  23:20:28
9173         Log: Integrate perlio.
9174      Branch: perl
9175           +> ext/Encode/Encode/koi8-r.ucm
9176           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
9177           !> makedef.pl
9178 ____________________________________________________________________________
9179 [  9052] By: nick                                  on 2001/03/05  23:08:17
9180         Log: skipping USE_PERLIO symbols correction.
9181      Branch: perlio
9182            ! makedef.pl
9183 ____________________________________________________________________________
9184 [  9051] By: nick                                  on 2001/03/05  22:35:07
9185         Log: More Encode alias tidying.
9186      Branch: perlio
9187            + ext/Encode/Encode/koi8-r.ucm
9188            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
9189 ____________________________________________________________________________
9190 [  9050] By: jhi                                   on 2001/03/05  21:44:29
9191         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
9192              Sarathy's fix for ID 20010301.005.
9193      Branch: maint-5.6/perl
9194           !> op.c op.h
9195 ____________________________________________________________________________
9196 [  9049] By: nick                                  on 2001/03/05  19:54:04
9197         Log: Integrate Jarkko's Encode.pm tweak.
9198      Branch: perlio
9199           !> ext/Encode/Encode.pm
9200 ____________________________________________________________________________
9201 [  9048] By: nick                                  on 2001/03/05  19:47:57
9202         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
9203      Branch: perlio
9204           +> os2/os2add.sym
9205           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
9206           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
9207           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9208           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
9209           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
9210 ____________________________________________________________________________
9211 [  9047] By: jhi                                   on 2001/03/05  19:25:26
9212         Log: Regen perlapi.
9213      Branch: perl
9214            ! pod/perlapi.pod
9215 ____________________________________________________________________________
9216 [  9046] By: jhi                                   on 2001/03/05  19:12:14
9217         Log: Integrate perlio.
9218      Branch: perl
9219           +> t/camel-III/vstring.t
9220           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
9221 ____________________________________________________________________________
9222 [  9045] By: jhi                                   on 2001/03/05  19:10:36
9223         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
9224      Branch: perl
9225            ! ext/Encode/Encode.pm
9226 ____________________________________________________________________________
9227 [  9044] By: jhi                                   on 2001/03/05  18:49:12
9228         Log: Forgot the other half of the PMOP patch (#9033).
9229      Branch: perl
9230            ! op.h
9231 ____________________________________________________________________________
9232 [  9043] By: nick                                  on 2001/03/05  18:14:47
9233         Log: Update MANIFEST for new test.
9234      Branch: perlio
9235            ! MANIFEST
9236 ____________________________________________________________________________
9237 [  9042] By: nick                                  on 2001/03/05  18:12:41
9238         Log: Some tests for Camel 3rd edition features.
9239              Make gethostbyaddr() test in above work.
9240      Branch: perlio
9241            + t/camel-III/vstring.t
9242            ! pp.h pp_sys.c t/TEST t/harness
9243 ____________________________________________________________________________
9244 [  9041] By: jhi                                   on 2001/03/05  17:41:48
9245         Log: Add more ISO 8859 encoding aliases.
9246      Branch: perl
9247            ! ext/Encode/Encode.pm
9248 ____________________________________________________________________________
9249 [  9040] By: jhi                                   on 2001/03/05  17:30:43
9250         Log: Integrate perlio.
9251      Branch: perl
9252           !> MANIFEST sv.c
9253 ____________________________________________________________________________
9254 [  9039] By: nick                                  on 2001/03/05  17:11:36
9255         Log: Missed added file.
9256      Branch: perlio
9257            ! MANIFEST
9258 ____________________________________________________________________________
9259 [  9038] By: jhi                                   on 2001/03/05  15:58:01
9260         Log: Add tr tests for EBCDIC, from Karsten Sperling.
9261      Branch: perl
9262            ! t/op/tr.t
9263 ____________________________________________________________________________
9264 [  9037] By: nick                                  on 2001/03/05  15:56:35
9265         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
9266              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
9267              
9268              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
9269              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
9270              - uses SvPV() rather than sv_2pv() in case it isn't a string.
9271      Branch: perlio
9272            ! sv.c
9273 ____________________________________________________________________________
9274 [  9036] By: jhi                                   on 2001/03/05  15:49:15
9275         Log: Add matching tests currently failing in EBCDIC,
9276              suggested by Karsten Sperling.
9277      Branch: perl
9278            ! t/op/pat.t
9279 ____________________________________________________________________________
9280 [  9035] By: jhi                                   on 2001/03/05  15:36:55
9281         Log: The #9034 needs a MANIFESTation.
9282      Branch: perl
9283            ! MANIFEST
9284 ____________________________________________________________________________
9285 [  9034] By: jhi                                   on 2001/03/05  15:35:14
9286         Log: Integrate perlio.
9287      Branch: perl
9288           +> ext/Encode/Encode/Tcl.pm
9289           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9290           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
9291           !> ext/Encode/Encode/iso8859-1.ucm
9292           !> ext/Encode/Encode/iso8859-10.ucm
9293           !> ext/Encode/Encode/iso8859-13.ucm
9294           !> ext/Encode/Encode/iso8859-14.ucm
9295           !> ext/Encode/Encode/iso8859-15.ucm
9296           !> ext/Encode/Encode/iso8859-16.ucm
9297           !> ext/Encode/Encode/iso8859-2.ucm
9298           !> ext/Encode/Encode/iso8859-3.ucm
9299           !> ext/Encode/Encode/iso8859-4.ucm
9300           !> ext/Encode/Encode/iso8859-5.ucm
9301           !> ext/Encode/Encode/iso8859-6.ucm
9302           !> ext/Encode/Encode/iso8859-7.ucm
9303           !> ext/Encode/Encode/iso8859-8.ucm
9304           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
9305           !> t/lib/encode.t
9306 ____________________________________________________________________________
9307 [  9033] By: jhi                                   on 2001/03/05  15:33:18
9308         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
9309              From: Gurusamy Sarathy <gsar@ActiveState.com>
9310              Date: Sun, 04 Mar 2001 22:33:15 -0800
9311              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
9312              
9313              PMOPs need to remember their own stash so that they can
9314              gracefully remove themselves from their linked list.
9315      Branch: perl
9316            ! op.c
9317 ____________________________________________________________________________
9318 [  9032] By: nick                                  on 2001/03/05  14:51:50
9319         Log: Encode implementation "completion"
9320              Implement and document define_encoding()
9321              Implement and document encoding aliases including define_alias()
9322              Make Encode::XS use define_encoding() rather than back-door.
9323              Move run-time *.enc to separate Encode::Tcl module.
9324              Make 'compile' honour <codeset_name>
9325              Change canonical names of to iso-8859-* and US-ascii.
9326      Branch: perlio
9327            + ext/Encode/Encode/Tcl.pm
9328            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9329            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
9330            ! ext/Encode/Encode/iso8859-1.ucm
9331            ! ext/Encode/Encode/iso8859-10.ucm
9332            ! ext/Encode/Encode/iso8859-13.ucm
9333            ! ext/Encode/Encode/iso8859-14.ucm
9334            ! ext/Encode/Encode/iso8859-15.ucm
9335            ! ext/Encode/Encode/iso8859-16.ucm
9336            ! ext/Encode/Encode/iso8859-2.ucm
9337            ! ext/Encode/Encode/iso8859-3.ucm
9338            ! ext/Encode/Encode/iso8859-4.ucm
9339            ! ext/Encode/Encode/iso8859-5.ucm
9340            ! ext/Encode/Encode/iso8859-6.ucm
9341            ! ext/Encode/Encode/iso8859-7.ucm
9342            ! ext/Encode/Encode/iso8859-8.ucm
9343            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
9344            ! t/lib/encode.t
9345 ____________________________________________________________________________
9346 [  9031] By: jhi                                   on 2001/03/05  13:51:17
9347         Log: Integrate change #9030 from maintperl into mainline.
9348              
9349              Subject: [PATCH 5.6.1] OS/2 cleanup
9350      Branch: perl
9351           +> os2/os2add.sym
9352           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9353           !> makedef.pl os2/Changes os2/Makefile.SHs
9354           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
9355           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
9356           !> os2/os2.sym os2/os2ish.h
9357 ____________________________________________________________________________
9358 [  9030] By: jhi                                   on 2001/03/05  13:46:49
9359         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
9360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9361              Date: Mon, 5 Mar 2001 02:29:44 -0500
9362              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
9363      Branch: maint-5.6/perl
9364            + os2/os2add.sym
9365            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9366            ! makedef.pl os2/Changes os2/Makefile.SHs
9367            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
9368            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
9369            ! os2/os2.sym os2/os2ish.h
9370 ____________________________________________________________________________
9371 [  9029] By: jhi                                   on 2001/03/05  13:40:35
9372         Log: Integrate change #9028 from maintperl into mainline.
9373              
9374              various nits in MM_Unix.pm found by disabling SelfLoader
9375      Branch: perl
9376           !> lib/ExtUtils/MM_Unix.pm
9377 ____________________________________________________________________________
9378 [  9028] By: gsar                                  on 2001/03/05  09:58:38
9379         Log: various nits in MM_Unix.pm found by disabling SelfLoader
9380      Branch: maint-5.6/perl
9381            ! lib/ExtUtils/MM_Unix.pm
9382 ____________________________________________________________________________
9383 [  9027] By: nick                                  on 2001/03/05  08:35:22
9384         Log: Integrate mainline
9385      Branch: perlio
9386           !> (integrate 28 files)
9387 ____________________________________________________________________________
9388 [  9026] By: jhi                                   on 2001/03/05  02:14:59
9389         Log: Integrate change #9025 from mainline to maintperl,
9390              retract \N{U+HHHH}.
9391      Branch: maint-5.6/perl
9392           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
9393           !> t/lib/charnames.t toke.c
9394 ____________________________________________________________________________
9395 [  9025] By: jhi                                   on 2001/03/05  02:13:09
9396         Log: Retracting \N{U+HHHH}.
9397      Branch: perl
9398            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
9399            ! t/lib/charnames.t toke.c
9400 ____________________________________________________________________________
9401 [  9024] By: jhi                                   on 2001/03/04  20:51:07
9402         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
9403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
9404              Date: Fri, 02 Mar 2001 18:25:26 +0100
9405              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
9406              
9407              Casting problem.
9408      Branch: perl
9409            ! ext/Storable/Storable.xs
9410 ____________________________________________________________________________
9411 [  9023] By: jhi                                   on 2001/03/04  19:46:45
9412         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
9413              From: nick@talking.bollo.cx
9414              Date: Sat, 03 Mar 2001 21:41:33 +0000
9415              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
9416              
9417              Revert the workaround.
9418      Branch: perl
9419            ! perlio.c
9420 ____________________________________________________________________________
9421 [  9022] By: jhi                                   on 2001/03/04  19:36:28
9422         Log: Update Changes.
9423      Branch: perl
9424            ! Changes patchlevel.h
9425 ____________________________________________________________________________
9426 [  9021] By: jhi                                   on 2001/03/04  18:41:00
9427         Log: makedef.pl updates suggested by Chris Nandor; double-checking
9428              the changes in AIX, OS/2 Win32 would be nice.
9429      Branch: perl
9430            ! makedef.pl
9431 ____________________________________________________________________________
9432 [  9020] By: jhi                                   on 2001/03/04  18:23:58
9433         Log: Integrate change #9012 from maintperl into mainline,
9434              quench a compiler warning.
9435      Branch: perl
9436           !> toke.c
9437 ____________________________________________________________________________
9438 [  9019] By: jhi                                   on 2001/03/04  18:18:43
9439         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
9440              
9441              \N{U+HHHH} fix.
9442              
9443              pattern in G_ARRAY context
9444      Branch: maint-5.6/perl
9445           !> pp_hot.c t/op/pat.t toke.c
9446 ____________________________________________________________________________
9447 [  9018] By: jhi                                   on 2001/03/04  18:07:48
9448         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
9449              From: Jeff Pinyan <jeffp@crusoe.net>
9450              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
9451              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
9452      Branch: perl
9453            ! pp_hot.c t/op/pat.t
9454 ____________________________________________________________________________
9455 [  9017] By: jhi                                   on 2001/03/04  18:06:21
9456         Log: I thought I tested the #9014.
9457      Branch: perl
9458            ! toke.c
9459 ____________________________________________________________________________
9460 [  9016] By: jhi                                   on 2001/03/04  17:41:22
9461         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
9462              
9463              Tweak the get*ent() OS/2 prototypes.
9464              
9465              Add the \N{U+HHHH} syntax.
9466              
9467              More tr/// UTF-8 fixes from Inaba Hiroto.
9468      Branch: maint-5.6/perl
9469           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
9470           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
9471 ____________________________________________________________________________
9472 [  9015] By: jhi                                   on 2001/03/04  17:36:04
9473         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
9474      Branch: perl
9475            ! doop.c t/op/tr.t
9476 ____________________________________________________________________________
9477 [  9014] By: jhi                                   on 2001/03/04  17:24:49
9478         Log: Add the \N{U+HHHH} syntax.
9479      Branch: perl
9480            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
9481            ! t/lib/charnames.t toke.c
9482 ____________________________________________________________________________
9483 [  9013] By: jhi                                   on 2001/03/04  17:20:45
9484         Log: Tweak the get*ent() OS/2 prototypes.
9485      Branch: perl
9486            ! os2/os2.c
9487 ____________________________________________________________________________
9488 [  9012] By: gsar                                  on 2001/03/04  06:26:14
9489         Log: avoid warning (nit in change#9009)
9490      Branch: maint-5.6/perl
9491            ! toke.c
9492 ____________________________________________________________________________
9493 [  9011] By: gsar                                  on 2001/03/04  06:15:24
9494         Log: lib/charnames.t fails in 5.6.x because of older Unicode
9495              data
9496              
9497              TODO: need to revisit this after updating lib/unicode/...
9498      Branch: maint-5.6/perl
9499            ! t/lib/charnames.t
9500 ____________________________________________________________________________
9501 [  9010] By: gsar                                  on 2001/03/04  06:08:36
9502         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
9503      Branch: maint-5.6/perl
9504            ! toke.c
9505 ____________________________________________________________________________
9506 [  9009] By: jhi                                   on 2001/03/03  19:27:20
9507         Log: Integrate change #9008 from mainline to maintperl,
9508              UTF-8 tr/// fixes from Inaba Hiroto.
9509      Branch: maint-5.6/perl
9510           !> doop.c op.c t/op/tr.t toke.c
9511 ____________________________________________________________________________
9512 [  9008] By: jhi                                   on 2001/03/03  19:19:42
9513         Log: UTF8 tr/// fixes from Inaba Hiroto.
9514      Branch: perl
9515            ! doop.c op.c t/op/tr.t toke.c
9516 ____________________________________________________________________________
9517 [  9007] By: jhi                                   on 2001/03/03  19:00:30
9518         Log: Integrate change #9006 from maintperl to mainline,
9519              more robust quest for the infinite.
9520      Branch: perl
9521           !> lib/Math/Complex.pm
9522 ____________________________________________________________________________
9523 [  9006] By: jhi                                   on 2001/03/03  18:58:06
9524         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
9525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9526              Date: Sat, 3 Mar 2001 12:51:50 -0500
9527              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
9528              
9529              Be more robust in our quest for the infinite.
9530      Branch: maint-5.6/perl
9531            ! lib/Math/Complex.pm
9532 ____________________________________________________________________________
9533 [  9005] By: jhi                                   on 2001/03/03  17:55:50
9534         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
9535      Branch: maint-5.6/perl
9536            ! doio.c
9537 ____________________________________________________________________________
9538 [  9004] By: jhi                                   on 2001/03/03  17:40:14
9539         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
9540              so that picky compilers like IRIX won't get huffy about
9541              "statements without effect" (like 1;).
9542      Branch: perl
9543            ! toke.c
9544 ____________________________________________________________________________
9545 [  9003] By: jhi                                   on 2001/03/03  17:15:52
9546         Log: Integrate change #9002 from mainline to maintperl.
9547              
9548              Subject: [perl-5.6.x, perl-current] accept for EPOC
9549      Branch: maint-5.6/perl
9550           !> pp_sys.c
9551 ____________________________________________________________________________
9552 [  9002] By: jhi                                   on 2001/03/03  17:14:30
9553         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
9554              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9555              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
9556              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
9557      Branch: perl
9558            ! pp_sys.c
9559 ____________________________________________________________________________
9560 [  9001] By: jhi                                   on 2001/03/03  17:13:13
9561         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
9562              From: "Craig A. Berry" <craigberry@mac.com>
9563              Date: Fri, 02 Mar 2001 17:44:40 -0600
9564              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
9565      Branch: perl
9566            ! t/pod/find.t
9567 ____________________________________________________________________________
9568 [  9000] By: jhi                                   on 2001/03/03  17:11:55
9569         Log: Integrate changes #8997,8999 from maintperl.
9570              
9571              Subject: [PATCH 5.6.1] compiling on OS/2
9572              (Better error message from hints/os2.sh)
9573              
9574              Subject: [PATCH 5.6.1] syslog.t
9575      Branch: perl
9576           !> hints/os2.sh t/lib/syslog.t
9577 ____________________________________________________________________________
9578 [  8999] By: jhi                                   on 2001/03/03  17:09:28
9579         Log: Subject: [PATCH 5.6.1] syslog.t
9580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9581              Date: Sat, 3 Mar 2001 02:11:17 -0500
9582              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
9583      Branch: maint-5.6/perl
9584            ! t/lib/syslog.t
9585 ____________________________________________________________________________
9586 [  8998] By: jhi                                   on 2001/03/03  17:07:50
9587         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
9588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9589              Date: Sat, 3 Mar 2001 01:53:52 -0500
9590              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
9591      Branch: maint-5.6/perl
9592            ! opcode.pl os2/os2.c
9593 ____________________________________________________________________________
9594 [  8997] By: jhi                                   on 2001/03/03  17:03:30
9595         Log: Subject: [PATCH 5.6.1] compiling on OS/2
9596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9597              Date: Sat, 3 Mar 2001 01:59:59 -0500
9598              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
9599      Branch: maint-5.6/perl
9600            ! hints/os2.sh
9601 ____________________________________________________________________________
9602 [  8996] By: jhi                                   on 2001/03/03  00:55:58
9603         Log: Regen files for mainline.
9604      Branch: perl
9605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9606            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
9607 ____________________________________________________________________________
9608 [  8995] By: jhi                                   on 2001/03/03  00:35:22
9609         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
9610              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
9611              to maintperl.
9612              
9613              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
9614              
9615              Add Configure option -Dmksymlinks which will create a symlink
9616              forest if the current/build differs from the source directory.
9617              (8218,8220,8221,8317,8318,8971)
9618              
9619              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
9620              (Document APPLLIB_EXP in INSTALL.)
9621              
9622              If running byacc write-enable also perly.h.
9623              
9624              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
9625              
9626              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
9627              
9628              Sanity check for conflicting thread flavours.
9629              
9630              Fix the sys/fcntl.h problem reported by Peter Prymmer.
9631              
9632              Add few CPUs/architectures to the Cppsym scan,
9633              add -perlio to archname if so selected (modified 8890)
9634              
9635              Be more helpful for devel builders, suggested by John L. Allen.
9636              (admittedly pointless change for maintperl, but the usedevel
9637              code is there already)
9638      Branch: maint-5.6/perl
9639           !> Configure INSTALL Makefile.SH Porting/Glossary
9640           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
9641           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
9642           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
9643           !> win32/config.bc win32/config.gc win32/config.vc
9644 ____________________________________________________________________________
9645 [  8994] By: jhi                                   on 2001/03/02  23:31:41
9646         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
9647      Branch: metaconfig/U/perl
9648            ! gccvers.U
9649 ____________________________________________________________________________
9650 [  8993] By: jhi                                   on 2001/03/02  23:22:12
9651         Log: Regenerate various files for maint.
9652      Branch: maint-5.6/perl
9653            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
9654            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
9655 ____________________________________________________________________________
9656 [  8992] By: alanbur                               on 2001/03/02  22:48:34
9657         Log: Resync wuth parent
9658      Branch: maint-5.6/pureperl
9659           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
9660           !> (integrate 60 files)
9661 ____________________________________________________________________________
9662 [  8991] By: jhi                                   on 2001/03/02  21:00:08
9663         Log: Retract the #8742 part of #8986, backward compat.
9664      Branch: maint-5.6/perl
9665            ! embed.pl
9666 ____________________________________________________________________________
9667 [  8990] By: jhi                                   on 2001/03/02  20:40:07
9668         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
9669      Branch: maint-5.6/perl
9670            ! hv.c
9671 ____________________________________________________________________________
9672 [  8989] By: jhi                                   on 2001/03/02  19:59:56
9673         Log: Update Changes.
9674      Branch: perl
9675            ! Changes patchlevel.h
9676 ____________________________________________________________________________
9677 [  8988] By: jhi                                   on 2001/03/02  19:57:08
9678         Log: Integrate perlio.
9679      Branch: perl
9680           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9681           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9682           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9683           !> ext/Encode/Encode/iso8859-10.ucm
9684           !> ext/Encode/Encode/iso8859-13.ucm
9685           !> ext/Encode/Encode/iso8859-14.ucm
9686           !> ext/Encode/Encode/iso8859-15.ucm
9687           !> ext/Encode/Encode/iso8859-16.ucm
9688           !> ext/Encode/Encode/iso8859-2.ucm
9689           !> ext/Encode/Encode/iso8859-3.ucm
9690           !> ext/Encode/Encode/iso8859-4.ucm
9691           !> ext/Encode/Encode/iso8859-5.ucm
9692           !> ext/Encode/Encode/iso8859-6.ucm
9693           !> ext/Encode/Encode/iso8859-7.ucm
9694           !> ext/Encode/Encode/iso8859-8.ucm
9695           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9696           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
9697 ____________________________________________________________________________
9698 [  8987] By: jhi                                   on 2001/03/02  19:43:40
9699         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
9700              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
9701              8950,8952,8955 from mainline to maintperl.
9702              
9703              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
9704              
9705              Put to rest the 20010205.001, the email address checking (not) regex.
9706              
9707              fork() not everywhere, cleanup temp files.
9708              
9709              The #8843 wasn't quite right: %Config needs to imported.
9710              
9711              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
9712              (#8849: the glob-basic hunk needed massaging as it depended
9713              on Schwern's large-scale (unintegrated) patches)
9714              
9715              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
9716              
9717              Upgrade to CGI.pm 2.752, from Lincoln Stein.
9718              (Note: there were some conflicts due to EBCDIC and EPOC
9719              patches, in general I preferred the repository code.)
9720              (When 2.753 comes out, we need to synchronize.)
9721              
9722              Subject: [PATCH] fix for charnames above FFFF
9723              
9724              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
9725              
9726              If no sfio, no -lsfio.
9727              
9728              Run run/*.t also in minitest.
9729              
9730              Subject:  [PATCH perl 5.7.0] malloc message address offset
9731              
9732              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9733              
9734              Subject: fix for parameter -Dm (for perl@8867)
9735              
9736              Subject: [PATCH: perl@8892] was Re: hashing order difference?
9737              (make the test more portable)
9738              
9739              Subject: Re: [PATCH] fix for charnames above FFFF
9740              
9741              Subject: Re: I'm losing the war...
9742              (hv_store() not working correctly in ENV_IS_CASELESS case.)
9743              
9744              Subject: Modified README.bs2000 
9745              
9746              Subject: [PATCH: perl@8935] -Dt padsv($var)
9747              
9748              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
9749              
9750              Subject: PATCH: extra tests to check on negative float to unsigned cast
9751              
9752              Subject: [PATCH] XPUSH[insp] was Re: progress
9753              
9754              Subject: Re: Compile with perlcc..
9755      Branch: maint-5.6/perl
9756           !> (integrate 36 files)
9757 ____________________________________________________________________________
9758 [  8986] By: jhi                                   on 2001/03/02  18:51:25
9759         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
9760              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
9761              to maintperl.
9762              
9763              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
9764              
9765              Subject: [DOC PATCH] overload.pm nits
9766              
9767              Add header for LIB$ prototypes (C. Berry)
9768              
9769              Convert fwrite()s to sockets to write()s, since some socket stacks
9770              don't take kindly to stdio.
9771              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9772              (for often optional LNMs)
9773              Correct a few typos
9774              (C. Bailey)
9775              
9776              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
9777              
9778              De-cut-and-pasto.
9779              
9780              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
9781              
9782              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
9783              
9784              Upgrade to CPAN 1.59_54, from Andreas König.
9785              
9786              Bogus shebang.
9787              
9788              Subject: [PATCH] Document makepatch in Porting/patching
9789              
9790              UTF-8 documentation.
9791              
9792              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
9793              
9794              Sort the MANIFEST.
9795              
9796              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
9797              
9798              Subject: [PATCH @8807] toke.c cleanup: scan_str()
9799              
9800              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
9801              
9802              Add run/*.t to testables.
9803              
9804              TODO: integrate #8784.
9805      Branch: maint-5.6/perl
9806           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
9807           !> (integrate 28 files)
9808 ____________________________________________________________________________
9809 [  8985] By: nick                                  on 2001/03/02  18:15:45
9810         Log: Integrate mainline
9811      Branch: perlio
9812           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
9813           !> vms/vms.c
9814 ____________________________________________________________________________
9815 [  8984] By: jhi                                   on 2001/03/02  16:00:17
9816         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
9817              
9818              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
9819              5.004_05, and mention the suidperl August 2000 security problem.
9820              (#8978,#8981)
9821              
9822              Subject: [ID 20010301.004] Technically speaking in perldata
9823              
9824              Subject: [PATCH] File::Copy for bleadperl, maintperl
9825              
9826              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
9827              
9828              (The #8982, fix for 20010221.005 and 20010221.008,
9829              would be nice too but it didn't integrate cleanly.)
9830      Branch: maint-5.6/perl
9831           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
9832 ____________________________________________________________________________
9833 [  8983] By: jhi                                   on 2001/03/02  15:51:16
9834         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
9835              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9836              Date:     Thu, 1 Mar 2001 15:54:09 EST
9837              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
9838      Branch: perl
9839            ! vms/vms.c
9840 ____________________________________________________________________________
9841 [  8982] By: jhi                                   on 2001/03/02  15:43:31
9842         Log: Subject: Re: sync sync sync: have I missed any patches?
9843              From: Radu Greab <radu@netsoft.ro> 
9844              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
9845              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
9846              
9847              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
9848              was checking argv[0] regardless of whether a different pathname
9849              will actually be executed."  Test case not supplied because 
9850              drafting that, ironically enough, revealed another bug
9851              (or a feature).
9852      Branch: perl
9853            ! doio.c
9854 ____________________________________________________________________________
9855 [  8981] By: jhi                                   on 2001/03/02  15:28:03
9856         Log: Misdate in #8978.
9857      Branch: perl
9858            ! pod/perlfaq1.pod
9859 ____________________________________________________________________________
9860 [  8980] By: jhi                                   on 2001/03/02  15:24:20
9861         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
9862              From: Chris Nandor <pudge@pobox.com>
9863              Date: Wed, 28 Feb 2001 22:10:15 -0500
9864              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
9865      Branch: perl
9866            ! lib/File/Copy.pm
9867 ____________________________________________________________________________
9868 [  8979] By: jhi                                   on 2001/03/02  15:17:16
9869         Log: Subject: [ID 20010301.004] Technically speaking in perldata
9870              From: abela@geneanet.org
9871              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
9872              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
9873      Branch: perl
9874            ! pod/perldata.pod
9875 ____________________________________________________________________________
9876 [  8978] By: jhi                                   on 2001/03/02  15:15:27
9877         Log: Subject: [ID 20010301.003] ref to 5.004
9878              From: abela@geneanet.org
9879              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
9880              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
9881              
9882              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
9883              and mention the suidperl August 2000 security problem.
9884      Branch: perl
9885            ! pod/perlfaq1.pod
9886 ____________________________________________________________________________
9887 [  8977] By: alanbur                               on 2001/03/02  14:17:45
9888         Log: Resynchronised with parent
9889      Branch: maint-5.6/pureperl
9890           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
9891           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
9892           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
9893           !> vms/descrip_mms.template win32/win32.c win32/win32.h
9894           !> win32/win32iop.h
9895 ____________________________________________________________________________
9896 [  8976] By: nick                                  on 2001/03/01  23:25:30
9897         Log: Integrate mainline.
9898      Branch: perlio
9899            - t/op/qu.t
9900           !> (integrate 55 files)
9901 ____________________________________________________________________________
9902 [  8975] By: jhi                                   on 2001/03/01  16:51:34
9903         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
9904      Branch: perl
9905           !> toke.c
9906 ____________________________________________________________________________
9907 [  8974] By: gsar                                  on 2001/03/01  16:28:21
9908         Log: fix for bugid 20010226.008
9909              
9910              the problem was that some of the pointers (PL_last_lop and
9911              PL_last_uni specifically) into the lex buffers weren't correctly
9912              being invalidated when the buffer changed; this would leave the
9913              pointers pointing at an arbitrary location in the buffer if
9914              the buffer didn't need to be reallocated, or point into freed
9915              memory if the buffer had to be realloced
9916              
9917              TODO item for bugdb maintainers: check other seemingly random
9918              parser-related bugs--they might be cured by this
9919      Branch: maint-5.6/perl
9920            ! toke.c
9921 ____________________________________________________________________________
9922 [  8973] By: jhi                                   on 2001/03/01  02:23:25
9923         Log: Retract #8970 because of a completely mysterious core dump:
9924              adding the tests 241..244 causes op/pat dump core at test #25.
9925              The test needs a lot of whittling down before the bug can be solved.
9926      Branch: perl
9927            ! t/op/pat.t
9928 ____________________________________________________________________________
9929 [  8972] By: jhi                                   on 2001/03/01  01:58:38
9930         Log: Regen perlapi.
9931      Branch: perl
9932            ! pod/perlapi.pod
9933 ____________________________________________________________________________
9934 [  8971] By: jhi                                   on 2001/03/01  01:34:09
9935         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
9936              From: Nicholas Clark <nick@ccl4.org>
9937              Date: Wed, 28 Feb 2001 23:28:49 +0000
9938              Message-ID: <20010228232849.A55187@plum.flirble.org>
9939              
9940              Allow a completely write protected source code tree
9941              when using the Configure -Dmksymlinks.
9942      Branch: perl
9943            ! embed.pl warnings.pl
9944 ____________________________________________________________________________
9945 [  8970] By: jhi                                   on 2001/03/01  01:32:04
9946         Log: Add back the EBCDIC character range tests (for matching).
9947      Branch: perl
9948            ! t/op/pat.t
9949 ____________________________________________________________________________
9950 [  8969] By: nick                                  on 2001/02/28  18:18:01
9951         Log: Add charname comments to .ucm files writen by 'compile',
9952              also order charmaps in those files by source encoding.
9953              regenerate distrubuted .ucm files
9954      Branch: perlio
9955            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9956            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9957            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9958            ! ext/Encode/Encode/iso8859-10.ucm
9959            ! ext/Encode/Encode/iso8859-13.ucm
9960            ! ext/Encode/Encode/iso8859-14.ucm
9961            ! ext/Encode/Encode/iso8859-15.ucm
9962            ! ext/Encode/Encode/iso8859-16.ucm
9963            ! ext/Encode/Encode/iso8859-2.ucm
9964            ! ext/Encode/Encode/iso8859-3.ucm
9965            ! ext/Encode/Encode/iso8859-4.ucm
9966            ! ext/Encode/Encode/iso8859-5.ucm
9967            ! ext/Encode/Encode/iso8859-6.ucm
9968            ! ext/Encode/Encode/iso8859-7.ucm
9969            ! ext/Encode/Encode/iso8859-8.ucm
9970            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9971            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
9972 ____________________________________________________________________________
9973 [  8968] By: jhi                                   on 2001/02/28  16:26:37
9974         Log: Expand usemorebits early if d_casti32 needs to be undefined.
9975      Branch: perl
9976            ! hints/hpux.sh hints/irix_6.sh
9977 ____________________________________________________________________________
9978 [  8967] By: jhi                                   on 2001/02/28  16:22:26
9979         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
9980              retract toke.c/qu parts of #8583, retract #8485, retract
9981              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
9982              op/length.t, and MANIFEST, and delete t/op/qu.t.
9983      Branch: perl
9984            - t/op/qu.t
9985            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9986            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
9987            ! t/op/length.t toke.c
9988 ____________________________________________________________________________
9989 [  8966] By: jhi                                   on 2001/02/28  15:00:27
9990         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
9991              by not changing from pre-Unicode days into being Unicode-aware.
9992              Sniff.
9993      Branch: perl
9994            ! pp.c t/op/pack.t t/op/qu.t
9995 ____________________________________________________________________________
9996 [  8965] By: jhi                                   on 2001/02/28  14:37:55
9997         Log: Subject: Re: Errors in core PODs
9998              From: Michael Stevens <michael@etla.org> 
9999              Date: Fri, 23 Feb 2001 15:47:56 +0000
10000              Message-ID: <20010223154756.A7723@firedrake.org> 
10001      Branch: perl
10002            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
10003            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
10004            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
10005            ! x2p/a2p.pod
10006 ____________________________________________________________________________
10007 [  8964] By: jhi                                   on 2001/02/28  14:35:35
10008         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
10009              (The #8961 was too bold.)
10010      Branch: perl
10011            ! hints/hpux.sh hints/irix_6.sh
10012 ____________________________________________________________________________
10013 [  8963] By: jhi                                   on 2001/02/28  14:33:39
10014         Log: Subject: Re: sync sync sync: have I missed any patches?
10015              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10016              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
10017              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
10018              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
10019              
10020              Replace djSP with dSP.
10021      Branch: perl
10022            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
10023            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10024            ! win32/perlhost.h
10025 ____________________________________________________________________________
10026 [  8962] By: jhi                                   on 2001/02/27  23:21:14
10027         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
10028      Branch: perl
10029            ! lib/Filter/Simple.pm
10030 ____________________________________________________________________________
10031 [  8961] By: jhi                                   on 2001/02/27  22:55:26
10032         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
10033              and this would be it.
10034      Branch: perl
10035            ! hints/hpux.sh hints/irix_6.sh
10036 ____________________________________________________________________________
10037 [  8960] By: jhi                                   on 2001/02/27  22:51:33
10038         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
10039              From: "Craig A. Berry" <craigberry@mac.com>
10040              Date: Tue, 27 Feb 2001 16:11:44 -0600
10041              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
10042      Branch: maint-5.6/perl
10043            ! configure.com vms/descrip_mms.template
10044 ____________________________________________________________________________
10045 [  8959] By: jhi                                   on 2001/02/27  22:47:23
10046         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
10047              From: "Craig A. Berry" <craigberry@mac.com>
10048              Date: Tue, 27 Feb 2001 16:11:44 -0600
10049              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
10050      Branch: perl
10051            ! configure.com vms/descrip_mms.template
10052 ____________________________________________________________________________
10053 [  8958] By: jhi                                   on 2001/02/27  15:16:42
10054         Log: Update Changes.
10055      Branch: perl
10056            ! Changes patchlevel.h
10057 ____________________________________________________________________________
10058 [  8957] By: jhi                                   on 2001/02/27  06:15:07
10059         Log: Subject: [5.6.x] EPOC additions
10060              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10061              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
10062              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
10063      Branch: maint-5.6/perl
10064            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
10065 ____________________________________________________________________________
10066 [  8956] By: jhi                                   on 2001/02/27  06:12:11
10067         Log: Subject: [perl-current] EPOC 
10068              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10069              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
10070              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
10071      Branch: perl
10072            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
10073            ! epoc/epocish.c epoc/epocish.h pp_sys.c
10074 ____________________________________________________________________________
10075 [  8955] By: jhi                                   on 2001/02/27  05:59:50
10076         Log: Subject: Re: Compile with perlcc..
10077              From: Edward Peschko <edwardp@excitehome.net>
10078              Date: Mon, 26 Feb 2001 18:51:58 -0800
10079              Message-ID: <20010226185158.A9871@excitehome.net>
10080              
10081              plus add a simple usage message if no arguments given.
10082      Branch: perl
10083            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
10084            ! utils/Makefile utils/perlcc.PL win32/pod.mak
10085 ____________________________________________________________________________
10086 [  8954] By: nick                                  on 2001/02/26  21:02:59
10087         Log: Integrate mainline
10088      Branch: perlio
10089           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
10090           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
10091           !> t/op/sprintf.t
10092 ____________________________________________________________________________
10093 [  8953] By: jhi                                   on 2001/02/26  14:43:54
10094         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
10095              From: Nicholas Clark <nick@ccl4.org>
10096              Date: Mon, 26 Feb 2001 00:42:07 +0000
10097              Message-ID: <20010226004207.F23333@plum.flirble.org>
10098      Branch: perl
10099            ! pp_ctl.c
10100 ____________________________________________________________________________
10101 [  8952] By: jhi                                   on 2001/02/26  14:42:13
10102         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
10103              From: Simon Cozens <simon@netthink.co.uk>
10104              Date: Mon, 26 Feb 2001 12:23:48 +0000
10105              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
10106      Branch: perl
10107            ! pod/perlguts.pod
10108 ____________________________________________________________________________
10109 [  8951] By: jhi                                   on 2001/02/26  14:39:15
10110         Log: Subject: [PATCH] perlio - unknown layer
10111              From: Nicholas Clark <nick@ccl4.org>
10112              Date: Mon, 26 Feb 2001 00:27:19 +0000
10113              Message-ID: <20010226002719.E23333@plum.flirble.org>
10114      Branch: perl
10115            ! perlio.c
10116 ____________________________________________________________________________
10117 [  8950] By: jhi                                   on 2001/02/26  14:38:04
10118         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
10119              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
10120              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
10121              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
10122      Branch: perl
10123            ! t/op/bop.t
10124 ____________________________________________________________________________
10125 [  8949] By: jhi                                   on 2001/02/26  14:37:07
10126         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
10127              From: Peter Prymmer <pvhp@forte.com>
10128              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
10129              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
10130      Branch: perl
10131            ! lib/Test.pm
10132 ____________________________________________________________________________
10133 [  8948] By: jhi                                   on 2001/02/26  14:35:53
10134         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
10135              From: Radu Greab <radu@netsoft.ro>
10136              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
10137              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
10138      Branch: perl
10139            ! pod/perlop.pod
10140 ____________________________________________________________________________
10141 [  8947] By: jhi                                   on 2001/02/26  14:34:46
10142         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
10143              From: David Mitchell <davem@fdgroup.co.uk>
10144              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
10145              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
10146      Branch: perl
10147            ! run.c
10148 ____________________________________________________________________________
10149 [  8946] By: jhi                                   on 2001/02/26  14:32:37
10150         Log: Subject: Modified README.bs2000 
10151              From: Dorner Thomas <Thomas.Dorner@start.de>
10152              Date: Mon, 26 Feb 2001 09:22:17 +0100
10153              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
10154      Branch: perl
10155            ! README.bs2000
10156 ____________________________________________________________________________
10157 [  8945] By: jhi                                   on 2001/02/26  14:19:53
10158         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
10159              to maintperl, listing the known failures on the tests 129 and 130.
10160      Branch: maint-5.6/perl
10161           !> t/op/sprintf.t
10162 ____________________________________________________________________________
10163 [  8944] By: jhi                                   on 2001/02/26  14:14:15
10164         Log: Add more known sprintf failures.
10165      Branch: perl
10166            ! t/op/sprintf.t
10167 ____________________________________________________________________________
10168 [  8943] By: jhi                                   on 2001/02/26  13:56:22
10169         Log: perlglob.exe needs to be found in Win32, patch from
10170              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
10171              which needs external glob at mini-perl time."
10172      Branch: perl
10173            ! ext/Encode/compile
10174 ____________________________________________________________________________
10175 [  8942] By: jhi                                   on 2001/02/26  13:52:19
10176         Log: A missing dTHX from Vadim Konovalov.
10177      Branch: perl
10178            ! perlio.c
10179 ____________________________________________________________________________
10180 [  8941] By: jhi                                   on 2001/02/26  13:37:05
10181         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
10182      Branch: perl
10183            ! op.c
10184 ____________________________________________________________________________
10185 [  8940] By: jhi                                   on 2001/02/26  13:35:40
10186         Log: Integrate perlio.
10187      Branch: perl
10188           !> ext/Encode/Encode.pm
10189 ____________________________________________________________________________
10190 [  8939] By: nick                                  on 2001/02/25  23:47:09
10191         Log: Integrate mainline.
10192      Branch: perlio
10193           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
10194           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
10195 ____________________________________________________________________________
10196 [  8938] By: nick                                  on 2001/02/25  19:36:28
10197         Log: Encode implementations docs.
10198      Branch: perlio
10199            ! ext/Encode/Encode.pm
10200 ____________________________________________________________________________
10201 [  8937] By: jhi                                   on 2001/02/25  19:26:16
10202         Log: Script wasn't aligned with reality.
10203      Branch: perl
10204            ! t/pod/find.t
10205 ____________________________________________________________________________
10206 [  8936] By: jhi                                   on 2001/02/25  18:54:55
10207         Log: Update Changes.
10208      Branch: perl
10209            ! Changes patchlevel.h
10210 ____________________________________________________________________________
10211 [  8935] By: jhi                                   on 2001/02/25  18:46:36
10212         Log: Retract #8929,8930,8932,8933 for now.
10213      Branch: perl
10214            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
10215 ____________________________________________________________________________
10216 [  8934] By: jhi                                   on 2001/02/25  17:34:35
10217         Log: Integrate perlio.
10218      Branch: perl
10219           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
10220           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
10221           !> t/lib/encode.t
10222 ____________________________________________________________________________
10223 [  8933] By: jhi                                   on 2001/02/25  17:33:12
10224         Log: (Retracted by #8395.)
10225              
10226              Slight tweaks in scan_const(), not fixes yet, it seems like
10227              lots of work remains to be done...
10228      Branch: perl
10229            ! toke.c
10230 ____________________________________________________________________________
10231 [  8932] By: jhi                                   on 2001/02/25  17:27:11
10232         Log: (Retracted by #8395.)
10233              
10234              Missing from #8930.
10235      Branch: perl
10236            ! perl.h
10237 ____________________________________________________________________________
10238 [  8931] By: jhi                                   on 2001/02/25  17:26:19
10239         Log: A comment tweak.
10240      Branch: perl
10241            ! utf8.c
10242 ____________________________________________________________________________
10243 [  8930] By: jhi                                   on 2001/02/25  17:25:47
10244         Log: (Retracted by #8395.)
10245              
10246              Attempt to fix the EBCDIC character range problwm with //.
10247      Branch: perl
10248            ! regcomp.c
10249 ____________________________________________________________________________
10250 [  8929] By: jhi                                   on 2001/02/25  17:23:45
10251         Log: (Retracted by #8395.)
10252              
10253              Expand the EBCDIC character range tests, and add few nasty
10254              tr tests from Karsten Sperling.
10255      Branch: perl
10256            ! t/op/pat.t t/op/tr.t
10257 ____________________________________________________________________________
10258 [  8928] By: jhi                                   on 2001/02/25  17:18:49
10259         Log: Missing check-in.
10260      Branch: perl
10261            ! lib/Pod/Find.pm
10262 ____________________________________________________________________________
10263 [  8927] By: nick                                  on 2001/02/25  11:30:22
10264         Log: Change method names in Encode implementation classes to something
10265              less confusing (preparing to "go public").
10266      Branch: perlio
10267            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
10268 ____________________________________________________________________________
10269 [  8926] By: nick                                  on 2001/02/25  10:53:24
10270         Log: GCC __atribute__ / printf fix
10271      Branch: perlio
10272            ! perl.h
10273 ____________________________________________________________________________
10274 [  8925] By: nick                                  on 2001/02/25  10:52:25
10275         Log: Checked in the wrong one ...
10276      Branch: perlio
10277            ! ext/Encode/Encode.pm
10278 ____________________________________________________________________________
10279 [  8924] By: nick                                  on 2001/02/24  18:46:51
10280         Log: Integrate mainline - to see what Jarkko has in ...
10281      Branch: perlio
10282           +> t/pod/testpods/lib/Pod/Stuff.pm
10283           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
10284 ____________________________________________________________________________
10285 [  8923] By: nick                                  on 2001/02/24  17:05:23
10286         Log: Encode API documentation nd tidy up.
10287              Minor additions to test.
10288              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
10289              Adds STRLEN to standard typemap.
10290      Branch: perlio
10291            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
10292            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
10293 ____________________________________________________________________________
10294 [  8922] By: jhi                                   on 2001/02/24  16:38:12
10295         Log: Add a test for the "character range should match in EBCDIC
10296              if specified using explicit numerics" bug found by Karsten
10297              Sperling.
10298      Branch: perl
10299            ! t/op/pat.t
10300 ____________________________________________________________________________
10301 [  8921] By: jhi                                   on 2001/02/24  16:30:16
10302         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
10303              From: schwern@pobox.com
10304              Date: Fri, 23 Feb 2001 03:21:37 -0500
10305              Message-ID: <20010223032137.A26022@magnonel.guild.net>
10306              
10307              plus Charles Lane's fixes, plus tweaks.
10308      Branch: perl
10309            + t/pod/testpods/lib/Pod/Stuff.pm
10310            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
10311 ____________________________________________________________________________
10312 [  8920] By: nick                                  on 2001/02/24  10:30:11
10313         Log: Integrate mainline
10314      Branch: perlio
10315           !> (integrate 33 files)
10316 ____________________________________________________________________________
10317 [  8919] By: jhi                                   on 2001/02/24  00:23:35
10318         Log: Subject: Re: I'm losing the war...
10319              From: "Vadim Konovalov" <watman@inbox.ru>
10320              Date: Sat, 24 Feb 2001 00:10:14 +0300
10321              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
10322              
10323              hv_store() not working correctly in ENV_IS_CASELESS case.
10324      Branch: perl
10325            ! hv.c
10326 ____________________________________________________________________________
10327 [  8918] By: jhi                                   on 2001/02/24  00:20:09
10328         Log: Subject: Re: [PATCH] fix for charnames above FFFF
10329              From: andreas.koenig@anima.de (Andreas J. Koenig)
10330              Date: 23 Feb 2001 02:39:03 +0100
10331              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
10332              
10333              A further efficiency tweak.
10334      Branch: perl
10335            ! lib/charnames.pm
10336 ____________________________________________________________________________
10337 [  8917] By: jhi                                   on 2001/02/23  20:27:51
10338         Log: Integrate change #8916 from mainline,
10339              do away with USE_WIN32_RTL_ENV.
10340      Branch: maint-5.6/perl
10341           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
10342 ____________________________________________________________________________
10343 [  8916] By: jhi                                   on 2001/02/23  20:02:25
10344         Log: Abolish USE_WIN32_RTL_ENV.
10345      Branch: perl
10346            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
10347 ____________________________________________________________________________
10348 [  8915] By: jhi                                   on 2001/02/23  19:36:00
10349         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
10350              later protected by some #define.
10351      Branch: perl
10352            ! gv.c
10353 ____________________________________________________________________________
10354 [  8914] By: jhi                                   on 2001/02/23  19:31:38
10355         Log: Retract #8902 for now, requested by Charles Lane, the correct
10356              fix will be something else.
10357      Branch: perl
10358            ! op.c
10359 ____________________________________________________________________________
10360 [  8913] By: jhi                                   on 2001/02/23  19:11:36
10361         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
10362              From: Peter Prymmer <pvhp@forte.com>
10363              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
10364              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
10365      Branch: perl
10366            ! t/op/lex_assign.t
10367 ____________________________________________________________________________
10368 [  8912] By: jhi                                   on 2001/02/23  18:38:20
10369         Log: Subject: [patch] perlio + useithreads
10370              From: Doug MacEachern <dougm@covalent.net>
10371              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
10372              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
10373              
10374              Gets things running but not complete.
10375      Branch: perl
10376            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
10377 ____________________________________________________________________________
10378 [  8911] By: jhi                                   on 2001/02/23  04:20:02
10379         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
10380              
10381              Duplicated environment freeing, File::Temp 0.12,
10382              op/append portability (EBCDIC) tweak.
10383      Branch: maint-5.6/perl
10384           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10385           !> t/op/append.t
10386 ____________________________________________________________________________
10387 [  8910] By: jhi                                   on 2001/02/23  02:07:33
10388         Log: Integrate change #8909 from mainline, a better Borland
10389              putenv() workaround.
10390      Branch: maint-5.6/perl
10391           !> perl.c
10392 ____________________________________________________________________________
10393 [  8909] By: jhi                                   on 2001/02/23  02:05:46
10394         Log: A better workaround for Borland putenv() brokenness from Sarathy.
10395      Branch: perl
10396            ! perl.c
10397 ____________________________________________________________________________
10398 [  8908] By: jhi                                   on 2001/02/23  02:04:14
10399         Log: Subject: fix for parameter -Dm (for perl@8867)
10400              From: "Vadim Konovalov" <watman@inbox.ru>
10401              Date: Thu, 22 Feb 2001 17:30:12 +0300
10402              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
10403      Branch: perl
10404            ! perl.h
10405 ____________________________________________________________________________
10406 [  8907] By: jhi                                   on 2001/02/23  01:58:20
10407         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
10408              From: Peter Prymmer <pvhp@forte.com>
10409              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
10410              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
10411      Branch: perl
10412            ! t/op/append.t
10413 ____________________________________________________________________________
10414 [  8906] By: jhi                                   on 2001/02/23  01:48:34
10415         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
10416      Branch: perl
10417            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10418 ____________________________________________________________________________
10419 [  8905] By: jhi                                   on 2001/02/23  01:43:30
10420         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
10421              From: Peter Prymmer <pvhp@forte.com>
10422              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
10423              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
10424      Branch: perl
10425            ! t/lib/st-06compat.t
10426 ____________________________________________________________________________
10427 [  8904] By: jhi                                   on 2001/02/23  01:42:39
10428         Log: Metaconfig unit change for #8903.
10429      Branch: metaconfig/U/perl
10430            ! Devel.U
10431 ____________________________________________________________________________
10432 [  8903] By: jhi                                   on 2001/02/23  01:42:12
10433         Log: Be more helpful for devel builders, suggested by John L. Allen.
10434      Branch: perl
10435            ! Configure
10436 ____________________________________________________________________________
10437 [  8902] By: jhi                                   on 2001/02/23  01:37:41
10438         Log: (Retracted by #8914)
10439              (Wrongly, reinstated by #8941)             
10440
10441              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
10442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10443              Date:     Thu, 22 Feb 2001 09:43:57 EST
10444              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
10445      Branch: perl
10446            ! op.c
10447 ____________________________________________________________________________
10448 [  8901] By: jhi                                   on 2001/02/23  01:20:32
10449         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
10450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10451              Date:     Thu, 22 Feb 2001 08:01:35 EST
10452              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
10453      Branch: perl
10454            ! malloc.c
10455 ____________________________________________________________________________
10456 [  8900] By: jhi                                   on 2001/02/23  01:18:02
10457         Log: Integrate changes #8898,8899 from mainline, environ handling.
10458      Branch: maint-5.6/perl
10459           !> perl.c
10460 ____________________________________________________________________________
10461 [  8899] By: jhi                                   on 2001/02/23  01:16:25
10462         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
10463              putenv() is not to be relied on, they are either broken or leaky
10464              or both.)
10465      Branch: perl
10466            ! perl.c
10467 ____________________________________________________________________________
10468 [  8898] By: jhi                                   on 2001/02/22  23:36:59
10469         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
10470              and safesysfree() must be used.
10471      Branch: perl
10472            ! perl.c
10473 ____________________________________________________________________________
10474 [  8897] By: jhi                                   on 2001/02/22  23:25:45
10475         Log: With environ one must use safesysmalloc()/safesysfree().
10476      Branch: perl
10477            ! perl.c
10478 ____________________________________________________________________________
10479 [  8896] By: jhi                                   on 2001/02/22  22:13:18
10480         Log: If we have a duplicated environment free it
10481              if PERL_DESTRUCT_LEVEL.
10482      Branch: perl
10483            ! perl.c
10484 ____________________________________________________________________________
10485 [  8895] By: alanbur                               on 2001/02/22  19:31:57
10486         Log: Synchronised with parent
10487      Branch: maint-5.6/pureperl
10488           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
10489 ____________________________________________________________________________
10490 [  8894] By: gsar                                  on 2001/02/22  19:06:18
10491         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
10492              
10493              fix memory leak in method call optimization (change#3768);
10494              made C<eval "$x->foo()"> leak
10495              
10496              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
10497      Branch: maint-5.6/perl
10498           !> op.c
10499 ____________________________________________________________________________
10500 [  8893] By: jhi                                   on 2001/02/22  18:35:27
10501         Log: (Retracted by #8915.)
10502              
10503              Third Degree finding:
10504              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
10505      Branch: perl
10506            ! gv.c
10507 ____________________________________________________________________________
10508 [  8892] By: jhi                                   on 2001/02/22  14:28:32
10509         Log: Update Changes.
10510      Branch: perl
10511            ! Changes patchlevel.h
10512 ____________________________________________________________________________
10513 [  8891] By: jhi                                   on 2001/02/22  13:22:45
10514         Log: Metaconfig unit changes for #8890.
10515      Branch: metaconfig
10516            ! U/modified/Cppsym.U U/threads/archname.U
10517 ____________________________________________________________________________
10518 [  8890] By: jhi                                   on 2001/02/22  13:22:12
10519         Log: Add -stdio to the archname if no perlio selected,
10520              no -perlio added since that is now the default.
10521              
10522              Add few CPUs/architectures to the Cppsym scan.
10523      Branch: perl
10524            ! Configure config_h.SH
10525 ____________________________________________________________________________
10526 [  8889] By: jhi                                   on 2001/02/22  13:05:59
10527         Log: Metaconfig unit change for #8888.
10528      Branch: metaconfig/U/perl
10529            ! useperlio.U
10530 ____________________________________________________________________________
10531 [  8888] By: jhi                                   on 2001/02/22  13:05:28
10532         Log: *drum roll*  Make perlio the default.
10533      Branch: perl
10534            ! Configure config_h.SH
10535 ____________________________________________________________________________
10536 [  8887] By: jhi                                   on 2001/02/22  12:50:52
10537         Log: Integrate change #8665 from maintperl to mainline,
10538              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
10539      Branch: perl
10540           !> ext/POSIX/POSIX.xs
10541 ____________________________________________________________________________
10542 [  8886] By: jhi                                   on 2001/02/22  12:49:24
10543         Log: Integrate changes #8883,8884 from mainline to maintperl.
10544              
10545              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
10546              Subject: Re: File::Temp::_gettemp warning
10547      Branch: maint-5.6/perl
10548           !> embed.h embed.pl lib/File/Temp.pm
10549 ____________________________________________________________________________
10550 [  8885] By: jhi                                   on 2001/02/22  12:43:59
10551         Log: Based on
10552              
10553              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
10554              From: schwab@suse.de
10555              Date: Thu, 22 Feb 2001 13:08:09 +0100
10556              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
10557              
10558              but the fix done slightly differently because the other
10559              half was already done in #8664.
10560      Branch: maint-5.6/perl
10561            ! ext/POSIX/POSIX.xs
10562 ____________________________________________________________________________
10563 [  8884] By: jhi                                   on 2001/02/22  12:37:15
10564         Log: Subject: Re: File::Temp::_gettemp warning
10565              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10566              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
10567              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
10568              
10569              This patch to File::Temp does two things:
10570              
10571              1. Fixes the problem with CGI::Carp when determining
10572              the Fcntl constants
10573              
10574              2. Removes most of the carps and consolidates them so that all the
10575              reasons are included in a single die that is caught by the test. This
10576              means that the correct skipping behaviour is displayed by the test.
10577      Branch: perl
10578            ! lib/File/Temp.pm
10579 ____________________________________________________________________________
10580 [  8883] By: jhi                                   on 2001/02/22  12:29:19
10581         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
10582              From: Peter Prymmer <pvhp@forte.com>
10583              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
10584              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
10585      Branch: perl
10586            ! embed.h embed.pl
10587 ____________________________________________________________________________
10588 [  8882] By: jhi                                   on 2001/02/21  19:41:33
10589         Log: Integrate change #8881 from mainlin to maintperl.
10590              
10591              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
10592      Branch: maint-5.6/perl
10593           !> op.c
10594 ____________________________________________________________________________
10595 [  8881] By: jhi                                   on 2001/02/21  19:38:57
10596         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
10597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10598              Date:     Wed, 21 Feb 2001 13:08:03 EST
10599              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
10600      Branch: perl
10601            ! op.c
10602 ____________________________________________________________________________
10603 [  8880] By: jhi                                   on 2001/02/21  19:34:34
10604         Log: Retract #8875, cannot let go of the old semantics of unpack U
10605              without rethinking utf8decode.t.
10606      Branch: perl
10607            ! pp.c t/op/pack.t
10608 ____________________________________________________________________________
10609 [  8879] By: jhi                                   on 2001/02/21  19:08:02
10610         Log: Run run/*.t also in minitest.
10611      Branch: perl
10612            ! Makefile.SH
10613 ____________________________________________________________________________
10614 [  8878] By: nick                                  on 2001/02/21  18:55:37
10615         Log: Integrate mainline
10616      Branch: perlio
10617           !> (integrate 76 files)
10618 ____________________________________________________________________________
10619 [  8877] By: jhi                                   on 2001/02/21  15:09:33
10620         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
10621      Branch: metaconfig
10622            ! U/compline/nblock_io.U
10623      Branch: perl
10624            ! Configure config_h.SH
10625 ____________________________________________________________________________
10626 [  8876] By: jhi                                   on 2001/02/21  14:54:45
10627         Log: If no sfio, no -lsfio.
10628      Branch: metaconfig/U/perl
10629            ! d_sfio.U
10630      Branch: perl
10631            ! Configure config_h.SH
10632 ____________________________________________________________________________
10633 [  8875] By: jhi                                   on 2001/02/21  14:54:00
10634         Log: Make unpack C and unpack C truly equivalent.
10635      Branch: perl
10636            ! pp.c t/op/pack.t
10637 ____________________________________________________________________________
10638 [  8874] By: jhi                                   on 2001/02/21  14:26:02
10639         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
10640              From: Peter Prymmer <pvhp@forte.com>
10641              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
10642              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
10643      Branch: perl
10644            ! pod/perlport.pod
10645 ____________________________________________________________________________
10646 [  8873] By: jhi                                   on 2001/02/21  14:24:31
10647         Log: Subject: [PATCH] fix for charnames above FFFF
10648              From: andreas.koenig@anima.de (Andreas J. Koenig)
10649              Date: 21 Feb 2001 07:05:45 +0100
10650              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
10651      Branch: perl
10652            ! lib/charnames.pm t/lib/charnames.t
10653 ____________________________________________________________________________
10654 [  8872] By: jhi                                   on 2001/02/21  14:15:25
10655         Log: Integrate change #8868 from pureperl to mainline.
10656              
10657              Fixed reference count loop caused by sv_magic.
10658      Branch: perl
10659           !> sv.c
10660 ____________________________________________________________________________
10661 [  8871] By: jhi                                   on 2001/02/21  14:07:29
10662         Log: Integrate change #8868 from pureperl to maintperl.
10663              
10664              Fixed reference count loop caused by sv_magic.
10665      Branch: maint-5.6/perl
10666           !> sv.c
10667 ____________________________________________________________________________
10668 [  8870] By: jhi                                   on 2001/02/21  14:04:41
10669         Log: Put back the #8840, it was innocent.
10670      Branch: perl
10671            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10672            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10673 ____________________________________________________________________________
10674 [  8869] By: jhi                                   on 2001/02/21  14:00:03
10675         Log: unpack("C", ...) was left slightly unfinished by #8865.
10676      Branch: perl
10677            ! pp.c t/op/pack.t
10678 ____________________________________________________________________________
10679 [  8868] By: alanbur                               on 2001/02/21  01:33:45
10680         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
10681              from gv_fetchpv to create single-character magic variables (e.g. $!),
10682              and it is passed a sv and the gv that contains the sv as the mg_obj
10683              value.  When sv_magic stores the mg_obj pointer it increments the gv
10684              refcount, thus causing a sv-gv pair that can't be freed.  There is
10685              already a check for sv == obj which is used to prevent such reference
10686              loops.  This change extends the check to cover the case described above.
10687      Branch: maint-5.6/pureperl
10688            ! sv.c
10689 ____________________________________________________________________________
10690 [  8867] By: jhi                                   on 2001/02/21  00:52:39
10691         Log: Update Changes.
10692      Branch: perl
10693            ! Changes patchlevel.h
10694 ____________________________________________________________________________
10695 [  8866] By: jhi                                   on 2001/02/21  00:34:20
10696         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
10697              (Note: there were some conflicts due to EBCDIC and EPOC
10698              patches, in general I preferred the repository code.)
10699              (When 2.753 comes out, we need to synchronize.)
10700      Branch: perl
10701            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
10702            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
10703            ! t/lib/cgi-html.t
10704 ____________________________________________________________________________
10705 [  8865] By: jhi                                   on 2001/02/21  00:24:22
10706         Log: Make pack("C", 0x100) to create Unicode, unless under the
10707              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
10708              will understand Unicode, unless you under know what.
10709      Branch: perl
10710            ! pp.c t/op/pack.t t/op/qu.t
10711 ____________________________________________________________________________
10712 [  8864] By: alanbur                               on 2001/02/20  22:35:34
10713         Log: Resynchronised with parent
10714      Branch: maint-5.6/pureperl
10715           !> README.win32 ext/GDBM_File/GDBM_File.pm
10716           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
10717           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
10718           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10719           !> t/lib/sdbm.t util.c
10720 ____________________________________________________________________________
10721 [  8863] By: jhi                                   on 2001/02/20  20:55:11
10722         Log: Integrate change #8860,8861 from mainline into maintperl.
10723              
10724              "pseudo-literal j"
10725              
10726              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
10727      Branch: maint-5.6/perl
10728           !> lib/Test.pm pod/perlop.pod
10729 ____________________________________________________________________________
10730 [  8862] By: jhi                                   on 2001/02/20  20:30:07
10731         Log: Don't do casting between pointers pointing to differently sized
10732              integers.
10733      Branch: perl
10734            ! hv.c sv.c
10735 ____________________________________________________________________________
10736 [  8861] By: jhi                                   on 2001/02/20  19:53:44
10737         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
10738              From: Peter Prymmer <pvhp@forte.com>
10739              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
10740              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
10741      Branch: perl
10742            ! lib/Test.pm
10743 ____________________________________________________________________________
10744 [  8860] By: jhi                                   on 2001/02/20  19:48:02
10745         Log: "pseudo-literal j", a documentation glitch reported to Debian.
10746              The text recovered from Perl 5.005_03, and pseudo-literal replaced
10747              by "backtick string".
10748      Branch: perl
10749            ! pod/perlop.pod
10750 ____________________________________________________________________________
10751 [  8859] By: jhi                                   on 2001/02/20  19:15:46
10752         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
10753              from Chris Nandor.
10754      Branch: perl
10755            ! makedef.pl
10756 ____________________________________________________________________________
10757 [  8858] By: jhi                                   on 2001/02/20  17:36:53
10758         Log: Integrate pureperl changes #8844,8845,8850 to mainline
10759              (via maintperl #8855).
10760              
10761              Fixed %^H scoping bug
10762              
10763              Removed GV <-> CV refcount loop
10764              
10765              Removed %ENV refcount loop
10766      Branch: perl
10767           !> gv.c op.c perl.c pp.c scope.c
10768 ____________________________________________________________________________
10769 [  8857] By: jhi                                   on 2001/02/20  17:34:32
10770         Log: Integrate changes #8853,8854 from maintperl to mainline.
10771              
10772              EBDIC fixes, README.win32 Borland update.
10773      Branch: perl
10774           !> README.win32 handy.h util.c
10775 ____________________________________________________________________________
10776 [  8856] By: jhi                                   on 2001/02/20  17:33:16
10777         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
10778      Branch: maint-5.6/perl
10779           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
10780           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
10781           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
10782 ____________________________________________________________________________
10783 [  8855] By: jhi                                   on 2001/02/20  17:32:13
10784         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
10785              
10786              Fixed %^H scoping bug
10787              
10788              Removed GV <-> CV refcount loop
10789              
10790              Removed %ENV refcount loop
10791      Branch: maint-5.6/perl
10792           !> gv.c op.c perl.c pp.c scope.c
10793 ____________________________________________________________________________
10794 [  8854] By: jhi                                   on 2001/02/20  17:25:06
10795         Log: Subject: Addition to readme.win32 for Borland C++ compilers
10796              Date: Tue, 20 Feb 2001 02:15:25 +0300
10797              From: "Vadim Konovalov" <watman@inbox.ru>
10798              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
10799              
10800              Document Borland compiler misbehaviour.
10801      Branch: maint-5.6/perl
10802            ! README.win32
10803 ____________________________________________________________________________
10804 [  8853] By: jhi                                   on 2001/02/20  17:22:25
10805         Log: The assimilation of ebcdic.c didn't quite work at the first try,
10806              patches from Thomas Dorner.
10807      Branch: maint-5.6/perl
10808            ! handy.h util.c
10809 ____________________________________________________________________________
10810 [  8852] By: jhi                                   on 2001/02/20  17:20:15
10811         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
10812              From: Chris Nandor <pudge@pobox.com>
10813              Date: Tue, 20 Feb 2001 08:32:45 -0500
10814              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
10815      Branch: maint-5.6/perl
10816            ! makedef.pl mg.c
10817 ____________________________________________________________________________
10818 [  8851] By: jhi                                   on 2001/02/20  17:15:52
10819         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
10820      Branch: perl
10821            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
10822            ! t/lib/filter-util.t
10823 ____________________________________________________________________________
10824 [  8850] By: alanbur                               on 2001/02/20  17:12:40
10825         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
10826              and the magic pointer points back to the GV that contains the
10827              %ENV hash.  This creates a refcount loop that prevents members
10828              of %ENV from being freed correctly.  This change removes the
10829              refcount loop - the magic pointer was never used anyway, the
10830              only use of the magic was to check the type ('E') so that the
10831              appropriate environment manipulation code is called when %ENV
10832              is modified.
10833      Branch: maint-5.6/pureperl
10834            ! perl.c
10835 ____________________________________________________________________________
10836 [  8849] By: jhi                                   on 2001/02/20  17:12:20
10837         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
10838              From: "Craig A. Berry" <craigberry@mac.com>
10839              Date: Mon, 19 Feb 2001 23:36:12 -0600
10840              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
10841              
10842              Case-forgiving systems match TestInit.pm with TES*.
10843      Branch: perl
10844            ! t/lib/glob-basic.t
10845 ____________________________________________________________________________
10846 [  8848] By: jhi                                   on 2001/02/20  17:10:02
10847         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
10848      Branch: perl
10849            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
10850            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
10851            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
10852 ____________________________________________________________________________
10853 [  8847] By: jhi                                   on 2001/02/20  15:34:41
10854         Log: The #8843 wasn't quite right: %Config needs to imported.
10855      Branch: perl
10856            ! t/run/runenv.t
10857 ____________________________________________________________________________
10858 [  8846] By: jhi                                   on 2001/02/20  15:31:50
10859         Log: Retract the #8838 and #8840 for now because of
10860              the DB_File tie problem.
10861      Branch: perl
10862            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
10863            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
10864            ! proto.h sv.c
10865 ____________________________________________________________________________
10866 [  8845] By: alanbur                               on 2001/02/20  14:25:41
10867         Log: Removed GV <-> CV refcount loop
10868              CvGV(mycv) points to the parent GV of the CV, and was previously
10869              refcounted.  The pointer remains, but the refcounting has been removed
10870              as it causes a refcount loop between the CV and GV that means the CV
10871              can't ever be deleted.
10872      Branch: maint-5.6/pureperl
10873            ! gv.c op.c pp.c
10874 ____________________________________________________________________________
10875 [  8844] By: alanbur                               on 2001/02/20  14:23:13
10876         Log: Fixed %^H scoping bug
10877      Branch: maint-5.6/pureperl
10878            ! scope.c
10879 ____________________________________________________________________________
10880 [  8843] By: jhi                                   on 2001/02/19  13:38:08
10881         Log: fork() not everywhere, cleanup temp files.
10882      Branch: perl
10883            ! t/run/runenv.t
10884 ____________________________________________________________________________
10885 [  8842] By: alanbur                               on 2001/02/19  12:42:07
10886         Log: Resynchronised with parent
10887      Branch: maint-5.6/pureperl
10888           !> pod/perlfaq4.pod sv.c utf8.c
10889 ____________________________________________________________________________
10890 [  8841] By: jhi                                   on 2001/02/19  03:35:51
10891         Log: Update Changes.
10892      Branch: perl
10893            ! Changes patchlevel.h
10894 ____________________________________________________________________________
10895 [  8840] By: jhi                                   on 2001/02/19  00:23:41
10896         Log: Subject: [patch] add sv_setref_uv
10897              From: Doug MacEachern <dougm@covalent.net>
10898              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
10899              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
10900      Branch: perl
10901            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10902            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10903 ____________________________________________________________________________
10904 [  8839] By: jhi                                   on 2001/02/19  00:01:38
10905         Log: Put to rest the 20010205.001, the email address checking (not) regex.
10906      Branch: perl
10907            ! pod/perlfaq9.pod
10908 ____________________________________________________________________________
10909 [  8838] By: jhi                                   on 2001/02/18  22:17:54
10910         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
10911              From: Doug MacEachern <dougm@covalent.net>
10912              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
10913              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
10914      Branch: perl
10915            ! lib/ExtUtils/xsubpp
10916 ____________________________________________________________________________
10917 [  8837] By: jhi                                   on 2001/02/18  22:16:50
10918         Log: Subject: [patch] -Wall cleanup round 2
10919              From: Doug MacEachern <dougm@covalent.net>
10920              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
10921              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
10922      Branch: perl
10923            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10924            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
10925            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
10926            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
10927            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10928            ! ext/SDBM_File/SDBM_File.xs
10929 ____________________________________________________________________________
10930 [  8836] By: jhi                                   on 2001/02/18  22:11:20
10931         Log: Misapplied regex optimizations when \C is present.
10932              Fixes 20001230.002.
10933              
10934              What still remains broken is that the submatches that
10935              have \C in them get their UTF8 flag on because their
10936              parent SV has it on.  This will result in malformed
10937              UTF8 if a \C happened to match a non-ASCII byte.
10938      Branch: perl
10939            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10940            ! t/pragma/utf8.t
10941 ____________________________________________________________________________
10942 [  8835] By: jhi                                   on 2001/02/18  20:12:02
10943         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
10944              
10945              The hash key got wrongly UTF8fied.
10946      Branch: perl
10947            ! pod/perlapi.pod toke.c utf8.c
10948 ____________________________________________________________________________
10949 [  8834] By: jhi                                   on 2001/02/18  19:44:25
10950         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
10951              don't warn on magical or overloaded things.
10952      Branch: perl
10953            ! pp_hot.c
10954 ____________________________________________________________________________
10955 [  8833] By: nick                                  on 2001/02/18  19:31:22
10956         Log: Integrate mainline
10957      Branch: perlio
10958           +> t/TestInit.pm t/run/runenv.t
10959            - t/UTEST
10960           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
10961           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
10962           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
10963           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
10964           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10965           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
10966           !> utf8.c
10967 ____________________________________________________________________________
10968 [  8832] By: jhi                                   on 2001/02/18  19:21:18
10969         Log: Integrate perlio.
10970      Branch: perl
10971           !> perlio.c pod/perldiag.pod
10972 ____________________________________________________________________________
10973 [  8831] By: jhi                                   on 2001/02/18  19:14:20
10974         Log: Integrate change #8827 from mainline.
10975              
10976              UTF8 tweaks.
10977      Branch: maint-5.6/perl
10978           !> sv.c utf8.c
10979 ____________________________________________________________________________
10980 [  8830] By: nick                                  on 2001/02/18  19:10:34
10981         Log: Apply the spirit of patch from Nick Clark:
10982              Subject: [PATCH] Re: extensions that provide layers
10983              From: Nicholas Clark <nick@ccl4.org>
10984              Date: Mon, 12 Feb 2001 16:43:51 +0000
10985              Message-Id: <20010212164350.Q3652@plum.flirble.org>
10986      Branch: perlio
10987            ! perlio.c pod/perldiag.pod
10988 ____________________________________________________________________________
10989 [  8829] By: jhi                                   on 2001/02/18  19:03:25
10990         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
10991              From: schwern@pobox.com 
10992              Date: Sun, 18 Feb 2001 13:44:35 -0500
10993              Message-ID: <20010218134435.A17544@magnonel.guild.net>
10994              
10995              Applied, but as t/TestInit.pm.
10996      Branch: perl
10997            + t/TestInit.pm
10998            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
10999            ! t/op/subst_wamp.t
11000 ____________________________________________________________________________
11001 [  8828] By: jhi                                   on 2001/02/18  18:43:52
11002         Log: Integrate perlio.
11003      Branch: perl
11004           !> perlio.c
11005 ____________________________________________________________________________
11006 [  8827] By: jhi                                   on 2001/02/18  18:41:33
11007         Log: UTF-8 tweaks.
11008      Branch: perl
11009            ! sv.c utf8.c
11010 ____________________________________________________________________________
11011 [  8826] By: nick                                  on 2001/02/18  17:40:59
11012         Log: Fix [ID 20010217.002]
11013              open FOO, "<:raw:perlio", ...
11014              :raw now inserts default base layer below itself.
11015              Also
11016              open FOO, "<:unix", ...
11017              works as well - but leaves buffer layer on stack under the unix layer.
11018      Branch: perlio
11019            ! perlio.c
11020 ____________________________________________________________________________
11021 [  8825] By: jhi                                   on 2001/02/18  17:15:39
11022         Log: Integrate perlio.
11023      Branch: perl
11024           !> perlio.c perliol.h
11025 ____________________________________________________________________________
11026 [  8824] By: jhi                                   on 2001/02/18  17:10:53
11027         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
11028              From: schwern@pobox.com
11029              Date: Sun, 18 Feb 2001 01:48:50 -0500
11030              Message-ID: <20010218014850.C19957@magnonel.guild.net>
11031      Branch: perl
11032            ! lib/Test/Harness.pm t/TEST t/op/chop.t
11033 ____________________________________________________________________________
11034 [  8823] By: jhi                                   on 2001/02/18  17:01:06
11035         Log: Add run/*.t to testables.
11036      Branch: perl
11037            ! t/TEST
11038 ____________________________________________________________________________
11039 [  8822] By: jhi                                   on 2001/02/18  16:58:58
11040         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11041              From: schwern@pobox.com
11042              Date: Sun, 18 Feb 2001 01:11:35 -0500
11043              Message-ID: <20010218011135.A19957@magnonel.guild.net>
11044              
11045              Revive mjd's and Simon's PERL5OPT fix.
11046      Branch: perl
11047            + t/run/runenv.t
11048            ! MANIFEST perl.c
11049 ____________________________________________________________________________
11050 [  8821] By: jhi                                   on 2001/02/18  16:53:46
11051         Log: Subject: Re: Why t/TEST and not Test::Harness?
11052              From: schwern@pobox.com
11053              Date: Sat, 17 Feb 2001 22:44:44 -0500
11054              Message-ID: <20010217224444.A6679@magnonel.guild.net>
11055              
11056              Replace UTEST with TEST -utf8.
11057      Branch: perl
11058            - t/UTEST
11059            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
11060            ! t/lib/glob-basic.t
11061 ____________________________________________________________________________
11062 [  8820] By: nick                                  on 2001/02/18  13:06:16
11063         Log: Clean up a few core dumps when layers are used in unexpected ways.
11064              (Still not "right"...)
11065      Branch: perlio
11066            ! perlio.c perliol.h
11067 ____________________________________________________________________________
11068 [  8819] By: jhi                                   on 2001/02/18  02:25:55
11069         Log: Integrate change #8818 from maintperl, a FAQ nit.
11070      Branch: perl
11071           !> pod/perlfaq4.pod
11072 ____________________________________________________________________________
11073 [  8818] By: jhi                                   on 2001/02/18  02:24:50
11074         Log: FAQ nit from Chris Fedde.
11075      Branch: maint-5.6/perl
11076            ! pod/perlfaq4.pod
11077 ____________________________________________________________________________
11078 [  8817] By: nick                                  on 2001/02/17  18:20:14
11079         Log: Integrate mainline
11080      Branch: perlio
11081           +> lib/unicode/UCD.html lib/unicode/Unicode.html
11082           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
11083           +> pod/perlclib.pod
11084            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
11085            - lib/unicode/Unicode.301
11086           !> (integrate 324 files)
11087 ____________________________________________________________________________
11088 [  8816] By: jhi                                   on 2001/02/17  16:56:58
11089         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
11090      Branch: perl
11091            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11092            ! ext/Storable/Storable.xs t/lib/st-06compat.t
11093            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
11094 ____________________________________________________________________________
11095 [  8815] By: jhi                                   on 2001/02/17  16:40:07
11096         Log: Subject: [patch] -Wall
11097              From: Doug MacEachern <dougm@covalent.net>
11098              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
11099              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
11100      Branch: perl
11101            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
11102            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
11103 ____________________________________________________________________________
11104 [  8814] By: jhi                                   on 2001/02/16  19:27:18
11105         Log: Document qu better.
11106      Branch: perl
11107            ! pod/perlop.pod
11108 ____________________________________________________________________________
11109 [  8813] By: jhi                                   on 2001/02/15  13:54:37
11110         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
11111              From: Hugo <hv@crypt.compulink.co.uk>
11112              Date: Thu, 15 Feb 2001 13:39:49 +0000
11113              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
11114      Branch: perl
11115            ! toke.c
11116 ____________________________________________________________________________
11117 [  8812] By: alanbur                               on 2001/02/15  13:52:16
11118         Log: Resynchronised with parent
11119      Branch: maint-5.6/pureperl
11120            - ebcdic.c
11121           !> (integrate 36 files)
11122 ____________________________________________________________________________
11123 [  8811] By: jhi                                   on 2001/02/15  13:51:16
11124         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
11125              
11126              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
11127              From: Jan Dubois <JanD@ActiveState.com>
11128              Date: Wed, 31 Jan 2001 21:17:03 -0800
11129              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
11130              
11131              tweak change#8659 to keep it simple
11132              
11133              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
11134              From: Russ Allbery <rra@stanford.edu>
11135              Date: 14 Feb 2001 10:15:41 -0800
11136              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
11137              
11138              (8809 empty)
11139
11140              Upgrade to podlators 1.08, from Russ Allbery.
11141      Branch: perl
11142           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
11143           !> utils/perldoc.PL
11144 ____________________________________________________________________________
11145 [  8810] By: jhi                                   on 2001/02/15  13:35:08
11146         Log: Upgrade to podlators 1.08, from Russ Allbery.
11147      Branch: maint-5.6/perl
11148            ! lib/Pod/Man.pm lib/Pod/Text.pm
11149 ____________________________________________________________________________
11150 [  8809] By: jhi                                   on 2001/02/15  13:26:38
11151         Log: (accidentally empty check-in)
11152      Branch: maint-5.6/perl
11153            ! lib/Test/Harness.pm
11154 ____________________________________________________________________________
11155 [  8808] By: jhi                                   on 2001/02/15  13:23:47
11156         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
11157              From: Russ Allbery <rra@stanford.edu>
11158              Date: 14 Feb 2001 10:15:41 -0800
11159              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
11160              
11161              perldoc was hardcoding $Config{installscript}, which breaks
11162              when install* isn't where Perl ends up (such as with AFS).
11163              
11164              Use $Config{scriptdir} instead.
11165      Branch: maint-5.6/perl
11166            ! utils/perldoc.PL
11167 ____________________________________________________________________________
11168 [  8807] By: jhi                                   on 2001/02/14  14:37:27
11169         Log: Update Changes.
11170      Branch: perl
11171            ! Changes patchlevel.h
11172 ____________________________________________________________________________
11173 [  8806] By: jhi                                   on 2001/02/14  14:25:31
11174         Log: Integrate changes #8803,8804,8805 from mainline.
11175              
11176              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
11177              
11178              Don't skip too much of the locale error message if no environ array,
11179              from Chris Nandor.
11180              
11181              More MacOS Classic fixes from Chris Nandor.
11182      Branch: maint-5.6/perl
11183           !> doop.c lib/Cwd.pm perl.c perl.h util.c
11184 ____________________________________________________________________________
11185 [  8805] By: jhi                                   on 2001/02/14  03:29:01
11186         Log: More MacOS Classic fixes from Chris Nandor.
11187      Branch: perl
11188            ! doop.c lib/Cwd.pm
11189 ____________________________________________________________________________
11190 [  8804] By: jhi                                   on 2001/02/14  03:18:35
11191         Log: Don't skip too much of the locale error message if no environ array,
11192              from Chris Nandor.
11193      Branch: perl
11194            ! util.c
11195 ____________________________________________________________________________
11196 [  8803] By: jhi                                   on 2001/02/14  03:14:14
11197         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
11198      Branch: perl
11199            ! perl.c perl.h
11200 ____________________________________________________________________________
11201 [  8802] By: jhi                                   on 2001/02/13  18:31:33
11202         Log: AUTHORS update.
11203      Branch: perl
11204            ! AUTHORS
11205 ____________________________________________________________________________
11206 [  8801] By: jhi                                   on 2001/02/13  17:55:19
11207         Log: Integrate change #8792 from mainline.
11208              
11209              Subject: buncha MacPerl patches for bleadperl
11210              From: Chris Nandor <pudge@pobox.com>
11211              Date: Tue, 13 Feb 2001 00:02:43 -0500
11212              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
11213      Branch: maint-5.6/perl
11214           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11215           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
11216           !> t/lib/basename.t toke.c util.h
11217 ____________________________________________________________________________
11218 [  8800] By: jhi                                   on 2001/02/13  17:46:43
11219         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
11220              to be forced to Off_t.
11221              
11222              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
11223              From: nick@ccl4.org
11224              Date: Thu, 1 Feb 2001 12:01:04 +0000
11225              Message-Id: <20010201120103.E11401@plum.flirble.org>
11226      Branch: maint-5.6/perl
11227            ! iperlsys.h perlio.c
11228 ____________________________________________________________________________
11229 [  8799] By: jhi                                   on 2001/02/13  16:52:51
11230         Log: Duplex duplex hunk hunk.
11231      Branch: maint-5.6/perl
11232            ! Makefile.SH
11233 ____________________________________________________________________________
11234 [  8797] By: jhi                                   on 2001/02/13  14:52:04
11235         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
11236              From: "Craig A. Berry" <craigberry@mac.com>
11237              Date: Mon, 12 Feb 2001 11:05:25 -0600
11238              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
11239      Branch: perl
11240            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
11241 ____________________________________________________________________________
11242 [  8796] By: jhi                                   on 2001/02/13  14:36:47
11243         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11244              From: simon.cozens@pembroke.oxford.ac.uk 
11245              Date: Sat, 10 Feb 2001 17:57:02 +0000
11246              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
11247              
11248              Now it does include.
11249      Branch: perl
11250            ! pod/perldiag.pod
11251 ____________________________________________________________________________
11252 [  8795] By: jhi                                   on 2001/02/13  14:30:11
11253         Log: Sort the MANIFEST.
11254      Branch: perl
11255            ! MANIFEST
11256 ____________________________________________________________________________
11257 [  8794] By: jhi                                   on 2001/02/13  14:26:51
11258         Log: Integrate change #8793 from mainline, FAQ updates.
11259      Branch: maint-5.6/perl
11260           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
11261 ____________________________________________________________________________
11262 [  8793] By: jhi                                   on 2001/02/13  14:25:13
11263         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
11264      Branch: perl
11265            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
11266 ____________________________________________________________________________
11267 [  8792] By: jhi                                   on 2001/02/13  14:22:50
11268         Log: Subject: buncha MacPerl patches for bleadperl
11269              From: Chris Nandor <pudge@pobox.com>
11270              Date: Tue, 13 Feb 2001 00:02:43 -0500
11271              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
11272      Branch: perl
11273            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11274            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
11275            ! t/lib/basename.t toke.c util.h
11276 ____________________________________________________________________________
11277 [  8791] By: jhi                                   on 2001/02/13  14:10:39
11278         Log: Integrate change #8790 from mainline.
11279              
11280              environ array wrongly assumed in Perl_init_i18nl10n(),
11281      Branch: maint-5.6/perl
11282           !> util.c
11283 ____________________________________________________________________________
11284 [  8790] By: jhi                                   on 2001/02/13  14:06:15
11285         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
11286              noticed by Chris Nandor in MacOS Classic.
11287      Branch: perl
11288            ! util.c
11289 ____________________________________________________________________________
11290 [  8789] By: jhi                                   on 2001/02/13  13:58:07
11291         Log: Integrate changes #8373,8487,8544,8783 from mainline.
11292              
11293              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
11294              hints files, the dynaloading, assimilate ebcdic into util.c.
11295      Branch: maint-5.6/perl
11296            - ebcdic.c
11297            ! MANIFEST hints/posix-bc.sh
11298           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
11299           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
11300           !> perlapi.c proto.h util.c
11301 ____________________________________________________________________________
11302 [  8788] By: alanbur                               on 2001/02/13  10:33:13
11303         Log: Integrated changes from maint-5.6
11304      Branch: maint-5.6/pureperl
11305           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
11306           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
11307           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11308           !> vos/config.ga.h vos/configure_perl.cm
11309 ____________________________________________________________________________
11310 [  8787] By: jhi                                   on 2001/02/13  05:56:36
11311         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
11312      Branch: perl
11313           !> Makefile.SH
11314 ____________________________________________________________________________
11315 [  8786] By: jhi                                   on 2001/02/13  05:54:34
11316         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
11317              From: Dorner Thomas <Thomas.Dorner@start.de>
11318              Date: Mon, 12 Feb 2001 15:06:26 +0100
11319              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
11320      Branch: maint-5.6/perl
11321            ! Makefile.SH
11322 ____________________________________________________________________________
11323 [  8785] By: jhi                                   on 2001/02/13  05:29:04
11324         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
11325      Branch: perl
11326           !> hints/openbsd.sh
11327 ____________________________________________________________________________
11328 [  8784] By: jhi                                   on 2001/02/13  02:25:24
11329         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11330              From: Peter Prymmer <pvhp@forte.com>
11331              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
11332              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
11333      Branch: perl
11334            ! pod/perlclib.pod
11335 ____________________________________________________________________________
11336 [  8783] By: jhi                                   on 2001/02/13  02:22:36
11337         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
11338      Branch: perl
11339            - ebcdic.c
11340            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
11341            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
11342            ! util.c
11343 ____________________________________________________________________________
11344 [  8782] By: jhi                                   on 2001/02/13  02:00:07
11345         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
11346      Branch: maint-5.6/perl
11347            ! pod/perlport.pod
11348 ____________________________________________________________________________
11349 [  8781] By: jhi                                   on 2001/02/13  01:58:44
11350         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
11351      Branch: maint-5.6/perl
11352            ! hints/openbsd.sh
11353 ____________________________________________________________________________
11354 [  8780] By: jhi                                   on 2001/02/13  01:57:33
11355         Log: Synchronize the regexp tests between maintperl and mainline.
11356      Branch: maint-5.6/perl
11357           !> t/op/re_tests
11358 ____________________________________________________________________________
11359 [  8779] By: jhi                                   on 2001/02/13  01:49:35
11360         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
11361              From: Hugo <hv@crypt.compulink.co.uk>
11362              Date: Tue, 13 Feb 2001 00:11:11 +0000
11363              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
11364      Branch: perl
11365            ! regcomp.c t/op/re_tests
11366 ____________________________________________________________________________
11367 [  8778] By: jhi                                   on 2001/02/13  00:23:10
11368         Log: Comments do not nest.
11369      Branch: perl
11370            ! perl.h
11371 ____________________________________________________________________________
11372 [  8777] By: jhi                                   on 2001/02/13  00:17:54
11373         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
11374              From: Hugo <hv@crypt.compulink.co.uk>
11375              Date: Tue, 13 Feb 2001 00:11:11 +0000
11376              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
11377      Branch: maint-5.6/perl
11378            ! regcomp.c t/op/re_tests
11379 ____________________________________________________________________________
11380 [  8776] By: jhi                                   on 2001/02/12  23:25:52
11381         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
11382      Branch: maint-5.6/perl
11383            ! pod/perlport.pod
11384 ____________________________________________________________________________
11385 [  8775] By: jhi                                   on 2001/02/12  23:04:28
11386         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
11387      Branch: maint-5.6/perl
11388            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
11389            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11390            ! vos/configure_perl.cm
11391 ____________________________________________________________________________
11392 [  8774] By: jhi                                   on 2001/02/12  22:59:11
11393         Log: Subject: Re: [patch] context for 'U' magic functions
11394              From: Doug MacEachern <dougm@covalent.net>
11395              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
11396              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
11397              
11398              plus the suggestion by Nick Ing-Simmons to name the macro
11399              as PERL_MG_UFUNC to avoid namespace pollution, plus add
11400              the advice by Doug for XS writers to perl.h
11401      Branch: perl
11402            ! mg.c perl.h
11403 ____________________________________________________________________________
11404 [  8773] By: jhi                                   on 2001/02/11  20:14:12
11405         Log: Update Changes.
11406      Branch: perl
11407            ! Changes patchlevel.h
11408 ____________________________________________________________________________
11409 [  8772] By: jhi                                   on 2001/02/11  18:47:52
11410         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
11411              From: Simon Cozens <simon@cozens.net>
11412              Date: Wed, 31 Jan 2001 16:31:43 +0000
11413              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
11414      Branch: perl
11415            + pod/perlclib.pod
11416            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
11417            ! pod/perltoc.pod
11418 ____________________________________________________________________________
11419 [  8771] By: jhi                                   on 2001/02/11  18:36:48
11420         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
11421              
11422              Blocks-4d3.beta.txt
11423              CaseFolding-3d4.beta.txt
11424              CompositionExclusions-3d6.beta.txt
11425              EastAsianWidth-4d4.beta.txt
11426              LineBreak-6d3.beta.txt
11427              NamesList-3.1.0d1.beta.txt
11428              PropList-3.1.0d4.beta.txt
11429              SpecialCasing-4d1.beta.txt
11430              UnicodeData-3.1.0d6.beta.txt
11431      Branch: perl
11432            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
11433           +> lib/unicode/UCD.html lib/unicode/Unicode.html
11434            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
11435            - lib/unicode/Unicode.301
11436            ! (edit 257 files)
11437 ____________________________________________________________________________
11438 [  8770] By: jhi                                   on 2001/02/11  17:26:22
11439         Log: UTF-8 documentation.
11440      Branch: perl
11441            ! utf8.h
11442 ____________________________________________________________________________
11443 [  8769] By: jhi                                   on 2001/02/11  17:12:49
11444         Log: Retract #8762.
11445      Branch: perl
11446            ! regexec.c
11447 ____________________________________________________________________________
11448 [  8768] By: jhi                                   on 2001/02/11  16:54:45
11449         Log: Subject: [PATCH] Test::Harness
11450              From: andreas.koenig@anima.de (Andreas J. Koenig)
11451              Date: 11 Feb 2001 14:37:00 +0100
11452              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
11453      Branch: perl
11454            ! lib/Test/Harness.pm
11455 ____________________________________________________________________________
11456 [  8767] By: jhi                                   on 2001/02/11  16:53:52
11457         Log: Subject: [PATCH] Document makepatch in Porting/patching
11458              From: andreas.koenig@anima.de (Andreas J. Koenig)
11459              Date: 11 Feb 2001 16:46:28 +0100
11460              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
11461      Branch: perl
11462            ! Porting/patching.pod
11463 ____________________________________________________________________________
11464 [  8766] By: jhi                                   on 2001/02/11  06:30:23
11465         Log: Subject: Re: [patch] GvSHARED
11466              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
11467              From: Doug MacEachern <dougm@covalent.net>
11468              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
11469              
11470              Subject: Re: [patch] GvSHARED
11471              From: Doug MacEachern <dougm@covalent.net>
11472              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
11473              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
11474              
11475              Subject: [patch] attributes.pm support for `shared'
11476              From: Doug MacEachern <dougm@covalent.net>
11477              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
11478              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
11479              
11480              our() attributes were ignored, our :shared pieces missing,
11481              allow attributes.pm to turn on shared.
11482      Branch: perl
11483            ! op.c t/op/attrs.t toke.c xsutils.c
11484 ____________________________________________________________________________
11485 [  8765] By: alanbur                               on 2001/02/10  23:11:19
11486         Log: Resync with parent (hopefully sucessfully this time)
11487      Branch: maint-5.6/pureperl
11488           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
11489           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
11490           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
11491           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
11492           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
11493           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
11494           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
11495 ____________________________________________________________________________
11496 [  8764] By: jhi                                   on 2001/02/10  22:54:38
11497         Log: Make TEST and UTEST more verbose in case something goes
11498              wrong in running/compiling a script, suggested by Doug
11499              MacEachern.
11500      Branch: perl
11501            ! t/TEST t/UTEST
11502 ____________________________________________________________________________
11503 [  8763] By: jhi                                   on 2001/02/10  22:11:34
11504         Log: Bogus shebang.
11505      Branch: perl
11506            ! t/lib/texttabs.t
11507 ____________________________________________________________________________
11508 [  8762] By: jhi                                   on 2001/02/10  21:56:02
11509         Log: (Retracted by #8769)
11510      Branch: perl
11511            ! regexec.c
11512 ____________________________________________________________________________
11513 [  8761] By: jhi                                   on 2001/02/10  21:26:15
11514         Log: Subject: Re: [patch] GvSHARED 
11515              From: Doug MacEachern <dougm@covalent.net>
11516              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
11517              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
11518              
11519              our @EXPORT : shared = (...);
11520      Branch: perl
11521            ! toke.c
11522 ____________________________________________________________________________
11523 [  8760] By: jhi                                   on 2001/02/10  21:25:07
11524         Log: Subject: [patch] GvSHARED
11525              From: Doug MacEachern <dougm@covalent.net>
11526              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
11527              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
11528      Branch: perl
11529            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
11530 ____________________________________________________________________________
11531 [  8759] By: alanbur                               on 2001/02/10  21:24:27
11532         Log: Backed out mismerge.
11533      Branch: maint-5.6/pureperl
11534            ! MANIFEST README.hpux README.vmesa gv.c installhtml
11535            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
11536            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
11537            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
11538            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
11539            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
11540            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
11541 ____________________________________________________________________________
11542 [  8758] By: jhi                                   on 2001/02/10  18:01:17
11543         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
11544              
11545              Fixed UMRs and leak in Perl_pmtrans()
11546              
11547              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11548              associated UTFied tr/// code.  Also fixed scoping leak of
11549              PL_reg_start_tmp.
11550              
11551              newATTRSUB leaks when an attempt to redefine the active sort sub is
11552              made.
11553      Branch: maint-5.6/perl
11554           !> op.c regcomp.c
11555 ____________________________________________________________________________
11556 [  8757] By: alanbur                               on 2001/02/10  17:56:46
11557         Log: Resynchronised with parent
11558      Branch: maint-5.6/pureperl
11559           +> README.bs2000
11560            - README.posix-bc
11561            ! gv.c perl.c sv.c
11562           !> MANIFEST README.hpux README.vmesa installhtml
11563           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
11564           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
11565           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
11566           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
11567           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
11568           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
11569 ____________________________________________________________________________
11570 [  8756] By: alanbur                               on 2001/02/10  17:51:15
11571         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
11572              made.
11573      Branch: maint-5.6/pureperl
11574            ! op.c
11575 ____________________________________________________________________________
11576 [  8755] By: jhi                                   on 2001/02/09  22:41:35
11577         Log: Upgrade to CPAN 1.59_54, from Andreas König.
11578      Branch: perl
11579            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11580 ____________________________________________________________________________
11581 [  8754] By: jhi                                   on 2001/02/09  22:29:20
11582         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
11583              
11584              Didn't upgrade the fill.t since it has a dependency to File::Slurp
11585              purely for debugging purposes, the actual test hasn't changed.
11586      Branch: perl
11587            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
11588            ! t/lib/textwrap.t
11589 ____________________________________________________________________________
11590 [  8753] By: jhi                                   on 2001/02/09  20:17:50
11591         Log: Integrate change #8682 from maintperl.
11592              
11593              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
11594              to work correctly.
11595      Branch: perl
11596           !> hints/irix_6.sh
11597 ____________________________________________________________________________
11598 [  8752] By: jhi                                   on 2001/02/09  20:00:46
11599         Log: Update Changes.
11600      Branch: perl
11601            ! Changes patchlevel.h
11602 ____________________________________________________________________________
11603 [  8751] By: nick                                  on 2001/02/09  19:48:37
11604         Log: Integrate mainline
11605      Branch: perlio
11606           +> README.bs2000 t/lib/cgi-esc.t
11607            - README.posix-bc
11608           !> (integrate 53 files)
11609 ____________________________________________________________________________
11610 [  8750] By: nick                                  on 2001/02/09  19:25:16
11611         Log: Subject: RE: Biannual Competition to Improve Hashing Function
11612              From: Fisher Mark <fisherm@tce.com>
11613              Date: Thu, 8 Feb 2001 10:44:00 -0500
11614              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
11615              Date: Thu, 8 Feb 2001 15:02:47 -0500
11616              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
11617      Branch: perl
11618            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
11619 ____________________________________________________________________________
11620 [  8749] By: jhi                                   on 2001/02/09  19:02:35
11621         Log: Forgotten fragment.
11622      Branch: perl
11623            ! pod/perlapi.pod
11624 ____________________________________________________________________________
11625 [  8748] By: jhi                                   on 2001/02/09  18:31:34
11626         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
11627              plus manual tweakage.
11628              
11629              Sync the perlfaq2 between mainline and maintperl.
11630      Branch: maint-5.6/perl
11631            ! pod/perlfaq2.pod
11632      Branch: perl
11633           !> pod/perlfaq2.pod
11634 ____________________________________________________________________________
11635 [  8747] By: jhi                                   on 2001/02/09  18:12:04
11636         Log: Subject: versiononly and installperl
11637              From: abigail@foad.org
11638              Date: Wed, 7 Feb 2001 22:43:12 +0100
11639              Message-ID: <20010207214312.7045.qmail@foad.org>    
11640              
11641              Add +v flag to force a normal install of the perl binary
11642              and the utilities.
11643              
11644              Subject: [PATCH] installperl
11645              From: Nicholas Clark <nick@ccl4.org>
11646              Date: Fri, 9 Feb 2001 16:28:57 +0000
11647              Message-ID: <20010209162857.B10931@plum.flirble.org>
11648              
11649              Add -A flag which also hardlinks the binary with
11650              the full architecture name.
11651      Branch: perl
11652            ! installperl
11653 ____________________________________________________________________________
11654 [  8746] By: jhi                                   on 2001/02/09  18:03:43
11655         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
11656              
11657              Subject: perlfaq2, re: perlmongers
11658              
11659              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
11660              
11661              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
11662              
11663              Subject: [ID 20010205.001] typo in perlfaq9
11664              
11665              Subject: [ID 20010208.002] unordered explanation in perlcall
11666      Branch: maint-5.6/perl
11667           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
11668           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
11669           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
11670 ____________________________________________________________________________
11671 [  8745] By: jhi                                   on 2001/02/09  17:59:09
11672         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
11673              From: abela@geneanet.org
11674              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
11675              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
11676      Branch: perl
11677            ! pod/perlcall.pod
11678 ____________________________________________________________________________
11679 [  8744] By: jhi                                   on 2001/02/09  17:48:16
11680         Log: Subject: [ID 20010205.001] typo in perlfaq9
11681              From: eserte@vran.herceg.de
11682              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
11683              Message-Id: <200102042244.XAA21926@vran.herceg.de>
11684      Branch: perl
11685            ! pod/perlfaq9.pod
11686 ____________________________________________________________________________
11687 [  8743] By: jhi                                   on 2001/02/09  17:25:12
11688         Log: Integrate change #8695 from maintperl.
11689              
11690              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
11691      Branch: perl
11692           !> thread.h
11693 ____________________________________________________________________________
11694 [  8742] By: jhi                                   on 2001/02/09  17:21:22
11695         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11696              From: Andy Dougherty <doughera@lafayette.edu>
11697              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
11698              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
11699      Branch: perl
11700            ! embed.pl
11701 ____________________________________________________________________________
11702 [  8741] By: jhi                                   on 2001/02/09  17:05:19
11703         Log: Integrate changes #8738,8739,8740 from maintperl.
11704              
11705              Html files will be installed in a more logical and easier to
11706              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
11707              
11708              Html files will be generated with a header to make them look
11709              a little less bare.
11710              
11711              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
11712      Branch: perl
11713           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
11714 ____________________________________________________________________________
11715 [  8740] By: jhi                                   on 2001/02/09  17:03:46
11716         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
11717              From: "Brendan O'Dea" <bod@compusol.com.au>
11718              Date: Sun, 4 Feb 2001 11:17:56 +1100
11719              Message-ID: <20010204111756.A16301@compusol.com.au>
11720      Branch: maint-5.6/perl
11721            ! pod/perlfaq3.pod
11722 ____________________________________________________________________________
11723 [  8739] By: jhi                                   on 2001/02/09  17:01:59
11724         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
11725              From: "Indy Singh" <indy@nusphere.com>
11726              Date: Fri, 2 Feb 2001 15:09:59 -0500
11727              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
11728              
11729              Html files will be generated with a header to make them look
11730              a little less bare.
11731      Branch: maint-5.6/perl
11732            ! installhtml
11733 ____________________________________________________________________________
11734 [  8738] By: jhi                                   on 2001/02/09  16:58:48
11735         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
11736              From: "Indy Singh" <indy@nusphere.com>
11737              Date: Fri, 2 Feb 2001 15:08:23 -0500
11738              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
11739              
11740              Html files will be installed in a more logical and easier to
11741              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
11742      Branch: maint-5.6/perl
11743            ! win32/Makefile win32/makefile.mk
11744 ____________________________________________________________________________
11745 [  8737] By: jhi                                   on 2001/02/09  16:46:54
11746         Log: Integrate changes #8687,8736 from maintperl.
11747              
11748              HP-UX thread patches from Merijn H. Brand.
11749              
11750              Latin nit from Philip Newton.
11751      Branch: perl
11752           !> README.hpux hints/hpux.sh
11753 ____________________________________________________________________________
11754 [  8736] By: jhi                                   on 2001/02/09  16:42:31
11755         Log: Latin nit from Philip Newton.
11756      Branch: maint-5.6/perl
11757            ! README.hpux
11758 ____________________________________________________________________________
11759 [  8735] By: jhi                                   on 2001/02/09  16:24:03
11760         Log: Integrate changes #8704,8710 from pureperl.
11761              
11762              Fixed UMRs and leak in Perl_pmtrans()
11763              
11764              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11765              associated UTFied tr/// code.  Also fixed scoping leak of
11766              PL_reg_start_tmp.
11767      Branch: perl
11768           !> op.c regcomp.c
11769 ____________________________________________________________________________
11770 [  8734] By: jhi                                   on 2001/02/09  15:40:21
11771         Log: Integrate change #8733 from maintperl.
11772              
11773              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
11774      Branch: perl
11775           !> pod/perlre.pod
11776 ____________________________________________________________________________
11777 [  8733] By: jhi                                   on 2001/02/09  15:35:47
11778         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
11779              From: Prymmer/Kahn <pvhp@best.com>
11780              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
11781              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
11782      Branch: maint-5.6/perl
11783            ! pod/perlre.pod
11784 ____________________________________________________________________________
11785 [  8732] By: jhi                                   on 2001/02/09  15:26:17
11786         Log: Rename README.posix-bc to README.bs2000 (to avoid the
11787              confusion of a "perlposix-bc.pod"), add a few missing
11788              arch pods, regen toc.
11789      Branch: maint-5.6/perl
11790           +> README.bs2000
11791            - README.posix-bc
11792            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11793            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11794 ____________________________________________________________________________
11795 [  8731] By: jhi                                   on 2001/02/09  15:23:39
11796         Log: De-cut-and-pasto.
11797      Branch: perl
11798            ! pod/perl.pod
11799 ____________________________________________________________________________
11800 [  8730] By: jhi                                   on 2001/02/09  15:11:13
11801         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
11802              when people think that perlposix-bc.pod tells anything about
11803              Perl and POSIX.  Regen toc.
11804      Branch: perl
11805           +> README.bs2000
11806            - README.posix-bc
11807            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11808            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11809 ____________________________________________________________________________
11810 [  8729] By: jhi                                   on 2001/02/09  14:52:28
11811         Log: The README.vmesa part of #8712 from maintperl.
11812      Branch: perl
11813            ! README.vmesa
11814 ____________________________________________________________________________
11815 [  8728] By: jhi                                   on 2001/02/09  14:46:06
11816         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
11817              From: Peter Prymmer <pvhp@forte.com>
11818              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
11819              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
11820      Branch: maint-5.6/perl
11821            ! README.vmesa win32/Makefile win32/makefile.mk
11822 ____________________________________________________________________________
11823 [  8727] By: jhi                                   on 2001/02/09  14:33:25
11824         Log: Integrate change #8712 from mainline.
11825              
11826              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
11827      Branch: maint-5.6/perl
11828           !> lib/Pod/Find.pm
11829 ____________________________________________________________________________
11830 [  8726] By: jhi                                   on 2001/02/09  14:30:28
11831         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11832              From: Peter Prymmer <pvhp@forte.com>
11833              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
11834              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
11835      Branch: perl
11836            + t/lib/cgi-esc.t
11837            ! MANIFEST lib/CGI/Util.pm
11838 ____________________________________________________________________________
11839 [  8725] By: jhi                                   on 2001/02/09  04:56:47
11840         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
11841      Branch: maint-5.6/perl
11842            ! pod/perlport.pod
11843 ____________________________________________________________________________
11844 [  8724] By: jhi                                   on 2001/02/09  04:40:59
11845         Log: Integrate changes 7819,7820 from vmsperl into mainline.
11846              
11847              Add header for LIB$ prototypes (C. Berry)
11848              
11849              Convert fwrite()s to sockets to write()s, since some socket stacks
11850              don't take kindly to stdio.
11851              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11852              (for often optional LNMs)
11853              Correct a few typos
11854              (C. Bailey)
11855      Branch: perl
11856           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
11857 ____________________________________________________________________________
11858 [  8723] By: jhi                                   on 2001/02/09  03:29:29
11859         Log: Integrate change #8722 from mainline.
11860              
11861              The Im() function wasn't returning zero for non-Math::Complex
11862              arguments.  The bug reported by John Gamble.
11863      Branch: maint-5.6/perl
11864           !> lib/Math/Complex.pm
11865 ____________________________________________________________________________
11866 [  8722] By: jhi                                   on 2001/02/09  03:28:33
11867         Log: The Im() function wasn't returning zero for non-Math::Complex
11868              arguments.  The bug reported by John Gamble.
11869      Branch: perl
11870            ! lib/Math/Complex.pm
11871 ____________________________________________________________________________
11872 [  8721] By: nick                                  on 2001/02/08  22:11:35
11873         Log: Correct the correction :-(
11874      Branch: perl
11875            ! perl.c
11876 ____________________________________________________________________________
11877 [  8720] By: bailey                                on 2001/02/08  20:59:22
11878         Log: Convert frwite()s to sockets to write()s, since some socket stacks
11879              don't take kindly to stdio.
11880              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11881              (for often optional LNMs)
11882              Correct a few typos
11883              (C. Bailey)
11884      Branch: vmsperl
11885            ! vms/vms.c vms/vmsish.h
11886 ____________________________________________________________________________
11887 [  8719] By: bailey                                on 2001/02/08  20:51:02
11888         Log: Add header for LIB$ prototypes (C. Berry)
11889      Branch: vmsperl
11890            ! ext/Devel/DProf/DProf.xs
11891 ____________________________________________________________________________
11892 [  8718] By: bailey                                on 2001/02/08  20:49:00
11893         Log: SYN SYN
11894      Branch: vmsperl
11895           +> pod/perliol.pod t/lib/sample-tests/bailout
11896           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
11897           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
11898           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
11899           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
11900           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
11901           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
11902            - lib/unicode/Is/DCinital.pl
11903           !> (integrate 101 files)
11904 ____________________________________________________________________________
11905 [  8717] By: nick                                  on 2001/02/08  19:38:48
11906         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
11907              From: Robin Barker <rmb1@cise.npl.co.uk>
11908              Date: Thu, 8 Feb 2001 14:38:07 GMT
11909              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
11910      Branch: perl
11911            ! lib/CPAN.pm
11912 ____________________________________________________________________________
11913 [  8716] By: nick                                  on 2001/02/08  19:29:07
11914         Log: Generated files form 8713 etc.
11915      Branch: perl
11916            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11917 ____________________________________________________________________________
11918 [  8715] By: nick                                  on 2001/02/08  19:26:08
11919         Log: Fixup non-ithread build after 8713
11920      Branch: perl
11921            ! perl.c
11922 ____________________________________________________________________________
11923 [  8714] By: nick                                  on 2001/02/08  19:17:45
11924         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
11925              From: nick@ccl4.org
11926              Date: Wed, 7 Feb 2001 00:27:47 +0000
11927              Message-Id: <20010207002747.B63724@plum.flirble.org>
11928      Branch: perl
11929            ! sv.c toke.c
11930 ____________________________________________________________________________
11931 [  8713] By: nick                                  on 2001/02/08  19:15:58
11932         Log: Subject: Re: [patch] Re: PL_ptr_table
11933              From: Doug Maceachern <dougm@covalent.net>
11934              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
11935              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
11936      Branch: perl
11937            ! embed.pl perl.c sv.c sv.h
11938 ____________________________________________________________________________
11939 [  8712] By: nick                                  on 2001/02/08  19:12:47
11940         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
11941              From: Peter Prymmer <pvhp@forte.com>
11942              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
11943              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
11944      Branch: perl
11945            ! lib/Pod/Find.pm
11946 ____________________________________________________________________________
11947 [  8711] By: nick                                  on 2001/02/07  21:06:11
11948         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
11949              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
11950              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11951              Date: Tue, 06 Feb 2001 23:37:01 +0000
11952              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
11953      Branch: perl
11954            ! regcomp.c
11955 ____________________________________________________________________________
11956 [  8710] By: alanbur                               on 2001/02/07  00:22:04
11957         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11958              associated UTFied tr/// code.  Also fixed scoping leak of
11959              PL_reg_start_tmp.
11960      Branch: maint-5.6/pureperl
11961            ! op.c regcomp.c
11962 ____________________________________________________________________________
11963 [  8709] By: nick                                  on 2001/02/06  21:16:49
11964         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
11965              From: Michael G Schwern <schwern@pobox.com>
11966              Date: Sun, 4 Feb 2001 19:47:14 -0500
11967              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
11968      Branch: perl
11969            ! pod/perlapi.pod pod/perlmodlib.PL
11970 ____________________________________________________________________________
11971 [  8708] By: nick                                  on 2001/02/06  20:41:20
11972         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
11973              From: Michael G Schwern <schwern@pobox.com>
11974              Date: Sun, 4 Feb 2001 21:17:49 -0500
11975              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
11976      Branch: perl
11977            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
11978            ! pod/perltootc.pod
11979 ____________________________________________________________________________
11980 [  8707] By: nick                                  on 2001/02/06  20:29:11
11981         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
11982              From: Michael G Schwern <schwern@pobox.com>
11983              Date: Tue, 6 Feb 2001 05:54:30 -0500
11984              Message-Id: <20010206055430.A951@blackrider.aocn.com>
11985      Branch: perl
11986            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
11987 ____________________________________________________________________________
11988 [  8706] By: nick                                  on 2001/02/06  20:21:40
11989         Log: Subject: RE: some win32 fixes
11990              Date: Tue, 6 Feb 2001 09:23:20 +0300
11991              From: Vadim Konovalov <vkonovalov@lucent.com>
11992              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
11993      Branch: perl
11994            ! toke.c win32/Makefile win32/config.bc win32/config.gc
11995            ! win32/config.vc win32/config_H.bc win32/makefile.mk
11996 ____________________________________________________________________________
11997 [  8705] By: alanbur                               on 2001/02/06  15:00:03
11998         Log: Synchronised with parent
11999      Branch: maint-5.6/pureperl
12000            ! regexec.c
12001           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12002           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
12003 ____________________________________________________________________________
12004 [  8704] By: alanbur                               on 2001/02/06  14:55:24
12005         Log: Fixed UMRs and leak in Perl_pmtrans()
12006      Branch: maint-5.6/pureperl
12007            ! op.c
12008 ____________________________________________________________________________
12009 [  8703] By: gsar                                  on 2001/02/06  02:29:37
12010         Log: $(MAKE) distclean doesn't clean up properly on windows
12011      Branch: maint-5.6/perl
12012            ! win32/Makefile win32/makefile.mk
12013 ____________________________________________________________________________
12014 [  8702] By: gsar                                  on 2001/02/06  01:00:46
12015         Log: tweak change#8659 to keep it simple
12016      Branch: maint-5.6/perl
12017            ! utils/perldoc.PL
12018 ____________________________________________________________________________
12019 [  8701] By: gsar                                  on 2001/02/05  22:45:41
12020         Log: change#8693 was missing testsuite changes
12021      Branch: maint-5.6/perl
12022           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12023 ____________________________________________________________________________
12024 [  8700] By: nick                                  on 2001/02/05  20:32:52
12025         Log: Integrate mainline
12026      Branch: perlio
12027           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
12028           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
12029           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
12030           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
12031           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
12032           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
12033           +> t/lib/test-harness.t
12034           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
12035           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
12036           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
12037           !> pod/perlutil.pod t/TEST utils/h2xs.PL
12038 ____________________________________________________________________________
12039 [  8699] By: nick                                  on 2001/02/05  19:41:07
12040         Log: Subject: perlfaq2, re: perlmongers
12041              From: David H. Adler <dha@panix.com>
12042              Date: Sun, 4 Feb 2001 23:48:23 -0500
12043              Message-Id: <20010204234823.A13429@panix.com>
12044      Branch: perl
12045            ! pod/perlfaq2.pod
12046 ____________________________________________________________________________
12047 [  8698] By: nick                                  on 2001/02/05  19:39:31
12048         Log: Missed file f#rom the testharness mess.
12049      Branch: perl
12050            + t/lib/test-harness.t
12051 ____________________________________________________________________________
12052 [  8697] By: nick                                  on 2001/02/05  19:37:21
12053         Log: Subject: [DOC PATCH] overload.pm nits
12054              From: John Tobey <jtobey@john-edwin-tobey.org>
12055              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
12056              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
12057      Branch: perl
12058            ! lib/overload.pm
12059 ____________________________________________________________________________
12060 [  8696] By: alanbur                               on 2001/02/05  11:56:00
12061         Log: Sync with parent
12062      Branch: maint-5.6/pureperl
12063           !> thread.h
12064 ____________________________________________________________________________
12065 [  8695] By: gsar                                  on 2001/02/05  03:27:34
12066         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
12067      Branch: maint-5.6/perl
12068            ! thread.h
12069 ____________________________________________________________________________
12070 [  8694] By: alanbur                               on 2001/02/05  00:07:47
12071         Log: Initial branch creation from //depot/maint-5.6/perl
12072      Branch: maint-5.6/pureperl
12073           +> (branch 1719 files)
12074 ____________________________________________________________________________
12075 [  8693] By: gsar                                  on 2001/02/04  22:38:49
12076         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
12077              changes)
12078      Branch: maint-5.6/perl
12079           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12080           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12081           !> ext/DB_File/version.c
12082 ____________________________________________________________________________
12083 [  8692] By: nick                                  on 2001/02/04  18:15:57
12084         Log: The missed t/TEST part of the grand testharness upgrade.
12085      Branch: perl
12086            ! t/TEST
12087 ____________________________________________________________________________
12088 [  8691] By: nick                                  on 2001/02/04  18:05:17
12089         Log: New improved test harness
12090              Subject: Re: [PATCH Test::Harness] Third time's a charm?
12091              From: Michael G Schwern <schwern@pobox.com>
12092              Date: Sun, 4 Feb 2001 08:01:20 -0500
12093              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
12094      Branch: perl
12095            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
12096            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
12097            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
12098            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
12099            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
12100            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
12101            ! MANIFEST lib/Test/Harness.pm
12102 ____________________________________________________________________________
12103 [  8690] By: nick                                  on 2001/02/04  17:57:51
12104         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
12105              From: Jonathan Stowe <gellyfish@gellyfish.com>
12106              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
12107              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
12108      Branch: perl
12109            ! utils/h2xs.PL
12110 ____________________________________________________________________________
12111 [  8689] By: nick                                  on 2001/02/04  17:55:24
12112         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
12113              From: Michael G Schwern <schwern@pobox.com>
12114              Date: Sat, 3 Feb 2001 22:46:38 -0500
12115              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
12116      Branch: perl
12117            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
12118            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
12119 ____________________________________________________________________________
12120 [  8688] By: nick                                  on 2001/02/04  17:43:55
12121         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
12122              length byfailing to spot lack of closing )
12123              From: nick@talking.bollo.cx
12124              Date: Sat, 03 Feb 2001 23:53:16 +0000
12125              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
12126      Branch: perl
12127            ! perlio.c pod/perldiag.pod
12128 ____________________________________________________________________________
12129 [  8687] By: jhi                                   on 2001/02/03  17:11:42
12130         Log: HP-UX thread patches from Merijn H. Brand.
12131      Branch: maint-5.6/perl
12132            ! README.hpux hints/hpux.sh
12133 ____________________________________________________________________________
12134 [  8686] By: jhi                                   on 2001/02/03  16:40:12
12135         Log: Metaconfig changes for #8685.
12136      Branch: metaconfig
12137            ! U/installdirs/instubperl.U
12138      Branch: metaconfig/U/perl
12139            ! Devel.U versiononly.U
12140 ____________________________________________________________________________
12141 [  8685] By: jhi                                   on 2001/02/03  16:39:49
12142         Log: For -Dusedevel builds turn off installusrbinperl and turn on
12143              versiononly, a combined idea of Richard Soderberg and Merijn
12144              H. Brand.  You can still override both of these from the command
12145              line if you need to, -Dinstallusrbinperl and -Uversiononly.
12146      Branch: perl
12147            ! Configure
12148 ____________________________________________________________________________
12149 [  8684] By: jhi                                   on 2001/02/03  16:16:34
12150         Log: Metaconfig unit fix for #8683.
12151      Branch: metaconfig
12152            ! U/compline/nblock_io.U
12153 ____________________________________________________________________________
12154 [  8683] By: jhi                                   on 2001/02/03  16:16:12
12155         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
12156              reported by Peter Prymmer for 5.6-TRIAL1.
12157      Branch: perl
12158            ! Configure
12159 ____________________________________________________________________________
12160 [  8682] By: jhi                                   on 2001/02/03  05:52:11
12161         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
12162              to work correctly.
12163      Branch: maint-5.6/perl
12164            ! hints/irix_6.sh
12165 ____________________________________________________________________________
12166 [  8681] By: jhi                                   on 2001/02/03  05:47:33
12167         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
12168      Branch: maint-5.6/perl
12169            ! pod/perlport.pod
12170 ____________________________________________________________________________
12171 [  8680] By: jhi                                   on 2001/02/02  21:39:49
12172         Log: perlport update from Peter Prymmer.
12173      Branch: maint-5.6/perl
12174            ! pod/perlport.pod
12175 ____________________________________________________________________________
12176 [  8679] By: nick                                  on 2001/02/02  20:50:48
12177         Log: Integrate mainline
12178      Branch: perlio
12179           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
12180           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
12181           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
12182 ____________________________________________________________________________
12183 [  8678] By: gsar                                  on 2001/02/02  16:02:12
12184         Log: note about bincompat, slightly modified (from Lupe Christoph)
12185      Branch: maint-5.6/perl
12186            ! README.solaris
12187 ____________________________________________________________________________
12188 [  8677] By: jhi                                   on 2001/02/02  15:46:20
12189         Log: Supported platforms updates.
12190      Branch: maint-5.6/perl
12191            ! pod/perlport.pod
12192 ____________________________________________________________________________
12193 [  8676] By: jhi                                   on 2001/02/02  03:41:26
12194         Log: A couple more perlfaq2 tweaks.
12195      Branch: maint-5.6/perl
12196            ! pod/perlfaq2.pod
12197 ____________________________________________________________________________
12198 [  8675] By: jhi                                   on 2001/02/02  03:17:44
12199         Log: Misedit in #8661.
12200      Branch: maint-5.6/perl
12201            ! Configure
12202 ____________________________________________________________________________
12203 [  8674] By: jhi                                   on 2001/02/02  03:14:38
12204         Log: Damien again.
12205      Branch: maint-5.6/perl
12206            ! pod/perlfaq2.pod
12207 ____________________________________________________________________________
12208 [  8673] By: jhi                                   on 2001/02/02  03:12:40
12209         Log: perlfaq update from Elaine Ashton.
12210      Branch: maint-5.6/perl
12211            ! pod/perlfaq2.pod
12212 ____________________________________________________________________________
12213 [  8672] By: jhi                                   on 2001/02/02  03:07:08
12214         Log: UTF-8 s/// patch from Inaba Hiroto.
12215      Branch: maint-5.6/perl
12216            ! pp_ctl.c pp_hot.c
12217 ____________________________________________________________________________
12218 [  8671] By: jhi                                   on 2001/02/01  22:34:31
12219         Log: Update Changes.
12220      Branch: perl
12221            ! Changes patchlevel.h
12222 ____________________________________________________________________________
12223 [  8670] By: jhi                                   on 2001/02/01  22:15:29
12224         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
12225              from maintperl.
12226              
12227              Upgrade to Getopt::Long 2.25, from Johan Vromans.
12228              
12229              more files need to be writable in the source distribution
12230              
12231              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
12232              
12233              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
12234              
12235              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12236              
12237              Allow the float to be fuzzier.
12238              
12239              need to use INT2PTR instead of a straight cast or ia64 fails
12240              
12241              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
12242              
12243              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
12244      Branch: perl
12245           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
12246           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
12247           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
12248 ____________________________________________________________________________
12249 [  8669] By: jhi                                   on 2001/02/01  21:57:02
12250         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12251              From: Robin Barker <rmb1@cise.npl.co.uk>
12252              Date: Thu, 1 Feb 2001 16:59:05 GMT
12253              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
12254      Branch: maint-5.6/perl
12255            ! pod/perlmodlib.PL
12256 ____________________________________________________________________________
12257 [  8668] By: nick                                  on 2001/02/01  19:41:40
12258         Log: Integrate mainline
12259      Branch: perlio
12260           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
12261           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
12262           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
12263 ____________________________________________________________________________
12264 [  8667] By: gsar                                  on 2001/02/01  16:59:11
12265         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
12266      Branch: maint-5.6/perl
12267            ! embed.pl embedvar.h
12268 ____________________________________________________________________________
12269 [  8666] By: gsar                                  on 2001/02/01  16:34:51
12270         Log: add missing entries to win32/config.?c
12271      Branch: maint-5.6/perl
12272            ! win32/config.bc win32/config.gc win32/config.vc
12273            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12274 ____________________________________________________________________________
12275 [  8665] By: jhi                                   on 2001/02/01  14:58:51
12276         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
12277              From: "Stephen P. Potter" <spp@spotter.yi.org>
12278              Date: Thu, 01 Feb 2001 10:45:46 -0500
12279              Message-Id: <200102011545.KAA31479@spotter.yi.org>
12280      Branch: maint-5.6/perl
12281            ! pod/perlfunc.pod
12282 ____________________________________________________________________________
12283 [  8664] By: gsar                                  on 2001/02/01  14:52:37
12284         Log: need to use INT2PTR instead of a straight cast or ia64 fails
12285              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
12286      Branch: maint-5.6/perl
12287            ! ext/POSIX/POSIX.xs
12288 ____________________________________________________________________________
12289 [  8663] By: jhi                                   on 2001/02/01  14:09:13
12290         Log: Allow the float to be fuzzier.
12291      Branch: maint-5.6/perl
12292            ! t/lib/peek.t
12293 ____________________________________________________________________________
12294 [  8662] By: jhi                                   on 2001/02/01  13:59:00
12295         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12296              From: Robin Barker <rmb1@cise.npl.co.uk>
12297              Date: Thu, 1 Feb 2001 13:05:39 GMT
12298              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
12299      Branch: maint-5.6/perl
12300            ! pod/perlmodlib.pod
12301 ____________________________________________________________________________
12302 [  8661] By: jhi                                   on 2001/02/01  13:57:38
12303         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
12304              Date: Thu, 01 Feb 2001 14:15:41 +0100
12305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12306              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
12307              
12308              Have the $ccflags in the gcc version test (strange, this change
12309              is claimed to be have been integrated already)
12310      Branch: maint-5.6/perl
12311            ! Configure
12312 ____________________________________________________________________________
12313 [  8660] By: jhi                                   on 2001/02/01  13:44:10
12314         Log: Integrate changes #7950,7964,7962 from mainline.
12315              
12316              Find the stdchar signedness using cpp, should fix some of
12317              the Solaris compiler warnings reported by Alan Burlison.
12318      Branch: maint-5.6/perl
12319           !> Configure config_h.SH
12320 ____________________________________________________________________________
12321 [  8659] By: jhi                                   on 2001/02/01  05:35:32
12322         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12323              From: Jan Dubois <JanD@ActiveState.com>
12324              Date: Wed, 31 Jan 2001 21:17:03 -0800
12325              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12326      Branch: maint-5.6/perl
12327            ! utils/perldoc.PL
12328 ____________________________________________________________________________
12329 [  8658] By: jhi                                   on 2001/02/01  04:33:17
12330         Log: Integrate the README.os390 and README.posix-bc parts of mainline
12331              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
12332              installperl parts were taken care of by #8657.)
12333      Branch: maint-5.6/perl
12334           !> README.os390 README.posix-bc
12335 ____________________________________________________________________________
12336 [  8657] By: jhi                                   on 2001/02/01  04:29:21
12337         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
12338              From: Peter Prymmer <pvhp@forte.com>
12339              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
12340              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
12341      Branch: maint-5.6/perl
12342            + ext/DynaLoader/dl_dllload.xs
12343            ! MANIFEST Makefile.SH hints/os390.sh installperl
12344 ____________________________________________________________________________
12345 [  8656] By: jhi                                   on 2001/02/01  04:25:45
12346         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
12347              From: Peter Prymmer <pvhp@forte.com>
12348              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
12349              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
12350      Branch: maint-5.6/perl
12351            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
12352 ____________________________________________________________________________
12353 [  8655] By: jhi                                   on 2001/02/01  04:14:47
12354         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
12355              From: troc@netrus.net
12356              Date: Wed, 31 Jan 2001 22:31:26 -0500
12357              Message-Id: <200102010331.WAA117.85@rocco.homenet>
12358      Branch: maint-5.6/perl
12359            ! os2/os2.c
12360 ____________________________________________________________________________
12361 [  8654] By: jhi                                   on 2001/02/01  04:12:52
12362         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
12363              as reported by Alan Burlison.
12364      Branch: maint-5.6/perl
12365            ! pp.h
12366 ____________________________________________________________________________
12367 [  8653] By: jhi                                   on 2001/02/01  04:05:12
12368         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
12369              From: dsugalski@northernlight.com
12370              Date: Wed, 31 Jan 2001 18:54:11 -0500
12371              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
12372      Branch: maint-5.6/perl
12373            ! configure.com
12374 ____________________________________________________________________________
12375 [  8652] By: jhi                                   on 2001/02/01  04:03:11
12376         Log: Misplaced #endif.
12377              
12378              Subject: [perl-5-6-1-trial2] patches for EPOC
12379              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12380              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
12381              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
12382      Branch: maint-5.6/perl
12383            ! epoc/epocish.c
12384 ____________________________________________________________________________
12385 [  8651] By: jhi                                   on 2001/02/01  04:00:25
12386         Log: Integrate changes #8647,8648,8650 from mainline.
12387              
12388              Macrofy a magic UTF-8 test.
12389              
12390              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
12391              
12392              Watch out for cross compiling for EPOC (usually done on linux).
12393      Branch: maint-5.6/perl
12394           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
12395 ____________________________________________________________________________
12396 [  8650] By: jhi                                   on 2001/02/01  03:56:20
12397         Log: Watch out for cross compiling for EPOC (usually done on linux)
12398              
12399              Subject: [perl-5-6-1-trial2] patches for EPOC
12400              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12401              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
12402              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
12403      Branch: perl
12404            ! ext/Errno/Errno_pm.PL
12405 ____________________________________________________________________________
12406 [  8649] By: gsar                                  on 2001/02/01  00:46:00
12407         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
12408      Branch: maint-5.6/perl
12409            ! sv.c
12410 ____________________________________________________________________________
12411 [  8648] By: jhi                                   on 2001/01/31  23:35:36
12412         Log: All the uses of PL_numeric_radix must be protected by
12413              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
12414              
12415              Subject: [perl-5-6-1-trial2] patches for EPOC
12416              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12417              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
12418              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
12419      Branch: perl
12420            ! sv.c
12421 ____________________________________________________________________________
12422 [  8647] By: jhi                                   on 2001/01/31  22:56:16
12423         Log: Macrofy a magic UTF-8 test.
12424      Branch: perl
12425            ! utf8.c utf8.h
12426 ____________________________________________________________________________
12427 [  8646] By: gsar                                  on 2001/01/31  15:55:12
12428         Log: update Changes
12429      Branch: maint-5.6/perl
12430            ! Changes
12431 ____________________________________________________________________________
12432 [  8645] By: gsar                                  on 2001/01/31  15:10:14
12433         Log: Configure tweak suggested by Peter Prymmer
12434      Branch: maint-5.6/perl
12435            ! Configure
12436 ____________________________________________________________________________
12437 [  8644] By: gsar                                  on 2001/01/31  15:06:32
12438         Log: more files need to be writable in the source distribution
12439      Branch: maint-5.6/perl
12440            ! Porting/makerel
12441 ____________________________________________________________________________
12442 [  8643] By: jhi                                   on 2001/01/31  14:59:46
12443         Log: Integrate changes #8258,8278,8279 from mainline.
12444              
12445              Make the large file tests more robust/talkative.
12446      Branch: maint-5.6/perl
12447           !> t/lib/syslfs.t t/op/lfs.t
12448 ____________________________________________________________________________
12449 [  8642] By: gsar                                  on 2001/01/31  14:53:48
12450         Log: integrate changes#8311,8334 from mainline
12451              
12452              Add a new MakeMaker variable PM_FILTER that defines a Unix
12453              filter to be run on each .pm during the pm_to_blib() phase,
12454              a fixed version of
12455              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
12456              
12457              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
12458              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
12459              accurate reading of the "atime".  
12460      Branch: maint-5.6/perl
12461           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
12462           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12463           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
12464 ____________________________________________________________________________
12465 [  8641] By: jhi                                   on 2001/01/31  14:46:37
12466         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
12467      Branch: maint-5.6/perl
12468            ! lib/Getopt/Long.pm
12469 ____________________________________________________________________________
12470 [  8640] By: gsar                                  on 2001/01/31  14:40:24
12471         Log: make regen_all
12472      Branch: maint-5.6/perl
12473            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
12474 ____________________________________________________________________________
12475 [  8639] By: gsar                                  on 2001/01/31  14:37:25
12476         Log: refresh windows config files
12477      Branch: maint-5.6/perl
12478            ! win32/Makefile win32/config_H.bc win32/config_H.gc
12479            ! win32/config_H.vc win32/makefile.mk
12480 ____________________________________________________________________________
12481 [  8638] By: gsar                                  on 2001/01/31  14:28:10
12482         Log: makefile tweaks for windows: introduce a bulk-switch to enable
12483              same options as ActivePerl; sync changes with makefile.mk
12484      Branch: maint-5.6/perl
12485            ! win32/Makefile win32/makefile.mk
12486 ____________________________________________________________________________
12487 [  8637] By: jhi                                   on 2001/01/31  04:41:30
12488         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
12489              From: Nicholas Clark <nick@ccl4.org>
12490              Date: Tue, 30 Jan 2001 19:51:05 +0000
12491              Message-ID: <20010130195105.R76607@plum.flirble.org> 
12492              
12493              op/inc cure.
12494      Branch: perl
12495            ! pp.c pp.h pp_hot.c t/op/arith.t
12496 ____________________________________________________________________________
12497 [  8636] By: jhi                                   on 2001/01/31  02:38:32
12498         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
12499              no perlio],8257,8380,8479,8515 from mainline.
12500              
12501              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
12502              
12503              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
12504              Subject: [PATCH perl@8133] fix-up for VMS extensions
12505              
12506              In VMS embedded perls couldn't access the statically built Socket.
12507              
12508              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
12509              
12510              Further VMS piping fixes from Charles Lane.
12511              
12512              Subject:  [PATCH] make t/op/misc.t work on VMS
12513              
12514              Add tracing for debugging extensions builds in VMS.
12515              
12516              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
12517      Branch: maint-5.6/perl
12518           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
12519           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
12520           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
12521 ____________________________________________________________________________
12522 [  8635] By: jhi                                   on 2001/01/31  01:46:41
12523         Log: Integrate change #7732 from mainline.
12524              
12525              Sparc 64-bit pack() fix from Jens Hamisch.
12526      Branch: maint-5.6/perl
12527           !> pp.c
12528 ____________________________________________________________________________
12529 [  8634] By: jhi                                   on 2001/01/31  01:41:16
12530         Log: One spot missing from #8626.
12531      Branch: maint-5.6/perl
12532            ! sv.c
12533 ____________________________________________________________________________
12534 [  8633] By: jhi                                   on 2001/01/31  00:49:17
12535         Log: Integrate change #7495 from mainline.
12536              
12537              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
12538      Branch: maint-5.6/perl
12539           !> MANIFEST ext/re/Makefile.PL
12540 ____________________________________________________________________________
12541 [  8632] By: jhi                                   on 2001/01/30  23:38:49
12542         Log: Integrate change #8396 from mainline.
12543              
12544              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
12545              better multicast support (resend)
12546      Branch: maint-5.6/perl
12547           !> ext/Socket/Socket.pm
12548 ____________________________________________________________________________
12549 [  8631] By: jhi                                   on 2001/01/30  23:28:03
12550         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
12551              
12552              More AIX lore. (7514, ext/re/hints/aix.pl)
12553              
12554              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
12555              
12556              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
12557              
12558              Subject: [ID 20001214.002] Net::Ping patch
12559              
12560              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
12561              
12562              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
12563              
12564              Add ReuseAddr as a (preferred) alias for Reuse as we now
12565              also have ReusePort.
12566              
12567              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
12568      Branch: maint-5.6/perl
12569           +> ext/re/hints/aix.pl
12570           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
12571           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
12572 ____________________________________________________________________________
12573 [  8630] By: jhi                                   on 2001/01/30  23:03:59
12574         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
12575              
12576              read() documentation tweak for 20001121.004.
12577              
12578              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
12579      Branch: maint-5.6/perl
12580           !> pod/perlfunc.pod pod/perlre.pod
12581 ____________________________________________________________________________
12582 [  8629] By: jhi                                   on 2001/01/30  22:41:57
12583         Log: Integrate change #8098 from mainline.
12584              
12585              fastgetcwd is defined using a glob alias on a $^O dependent basis
12586              and there was no default assignment or perl subroutine.
12587      Branch: maint-5.6/perl
12588           !> lib/Cwd.pm
12589 ____________________________________________________________________________
12590 [  8628] By: jhi                                   on 2001/01/30  21:58:52
12591         Log: Integrate change #7866 from mainline.
12592              
12593              File::Temp 0.11.
12594      Branch: maint-5.6/perl
12595           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
12596 ____________________________________________________________________________
12597 [  8627] By: jhi                                   on 2001/01/30  21:39:44
12598         Log: Integrate changes #8075,8086,8228 from mainline.  
12599              
12600              Darwin is not Windows. (8075,8086)
12601              
12602              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
12603      Branch: maint-5.6/perl
12604           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
12605           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
12606           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
12607           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
12608 ____________________________________________________________________________
12609 [  8626] By: jhi                                   on 2001/01/30  21:22:11
12610         Log: Integrate with tweakery the change #8625 from mainline,
12611              the multibyte decimal separator fix ("fa_IR locale failure").
12612      Branch: maint-5.6/perl
12613            ! embedvar.h perlapi.h
12614           !> intrpvar.h perl.c perl.h sv.c util.c
12615 ____________________________________________________________________________
12616 [  8625] By: jhi                                   on 2001/01/30  20:26:33
12617         Log: Fix for the fa_IR locale failure.  The reason for the failure
12618              was that Perl was assuming the decimal separator aka the radix
12619              separator is one character.  The Farsi-Iranian locale crushed
12620              that bad assumption since there the separator is 'Momayyez',
12621              glyphwise looking somewhat like a slash, and in Unicode UTF-8
12622              encoded in two bytes, 0xd9 0xab.
12623      Branch: perl
12624            ! intrpvar.h perl.c perl.h sv.c util.c
12625 ____________________________________________________________________________
12626 [  8624] By: gsar                                  on 2001/01/30  20:17:03
12627         Log: regen_headers
12628      Branch: maint-5.6/perl
12629            ! Makefile.SH pod/perlintern.pod
12630 ____________________________________________________________________________
12631 [  8623] By: gsar                                  on 2001/01/30  19:42:34
12632         Log: backout change#7431 and its dependents (causes spurious rebuilds
12633              of autogenerated files)
12634              
12635              fix benign b.t failure
12636      Branch: maint-5.6/perl
12637            ! Makefile.SH t/lib/b.t
12638 ____________________________________________________________________________
12639 [  8622] By: jhi                                   on 2001/01/30  19:41:41
12640         Log: Microperl sync.
12641      Branch: perl
12642            ! mg.c perl.h
12643 ____________________________________________________________________________
12644 [  8621] By: gsar                                  on 2001/01/30  19:24:47
12645         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
12646              from mainline
12647              
12648              Subject: podlators 1.06 released
12649              
12650              Subject: [PATCH @8436] Eliminate op_children
12651              
12652              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
12653              
12654              (Replaced by #8448)  More op_children traces (cleanup of #8442).
12655              
12656              Subject: [PATCH #3 @8436] Re: Eliminate op_children
12657              Replace #8444 and #8445.
12658              
12659              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
12660              at the setting of the ofs_sv in new_struct_thread() as the
12661              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
12662              uninitialized fields are, uh, initialized with),
12663              SvREFCNT_inc()ing that invited a core dump.
12664              
12665              podlators 1.07, from Russ Allbery.
12666              
12667              Subject: [PATCH] regcomp.c old feature removal
12668              From: mjd@plover.com
12669              Date: 16 Jan 2001 14:43:18 -0000 
12670              Message-ID: <20010116144318.7140.qmail@plover.com> 
12671      Branch: maint-5.6/perl
12672           +> lib/Pod/Text/Overstrike.pm
12673           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
12674           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
12675           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
12676           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
12677           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
12678           !> util.c
12679 ____________________________________________________________________________
12680 [  8620] By: gsar                                  on 2001/01/30  18:48:32
12681         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
12682              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
12683              now fails one test)
12684              
12685              Subject: [PATCH] lvalue AUTOLOAD. No, really.
12686              
12687              Subject: [PATCH] Interesting syntax idea
12688              Make opens + bareword assigns do typeglob assigns.
12689              
12690              Tests for #8254.
12691              
12692              Subject: [PATCH @8269] Continue blocks and B::Deparse
12693              Make the peephole optimizer to bypass more null ops and
12694              and rewrite the deparse handling of continue blocks.
12695              
12696              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
12697              Doc tweak on #8313.
12698              
12699              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
12700              
12701              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
12702              
12703              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
12704              
12705              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
12706              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
12707              according to the platform.
12708              
12709              Subject: [PATCH @8404] Consolidated lvalue sub changes
12710              
12711              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
12712              
12713              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
12714              
12715              Subject: B::Concise -- an improved replacement for B::Terse 
12716              
12717              The B::Terse drop-in replacement wasn't quite drop-in.
12718              
12719              The LVRET macro needed an aTHX.
12720              
12721              Use the /^Perl_/-less form of is_lvalue_sub().
12722              
12723              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
12724      Branch: maint-5.6/perl
12725           +> ext/B/B/Concise.pm
12726           !> (integrate 27 files)
12727 ____________________________________________________________________________
12728 [  8619] By: nick                                  on 2001/01/30  18:40:28
12729         Log: Integrate mainline
12730      Branch: perlio
12731           !> (integrate 40 files)
12732 ____________________________________________________________________________
12733 [  8618] By: jhi                                   on 2001/01/30  18:37:18
12734         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
12735              Date: Mon, 29 Jan 2001 22:51:29 -0600
12736              From: "Craig A. Berry" <craigberry@mac.com>
12737              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
12738      Branch: perl
12739            ! vms/test.com
12740 ____________________________________________________________________________
12741 [  8617] By: jhi                                   on 2001/01/30  18:34:53
12742         Log: Subject: [PATCH] Add missing CV flags to dump.c
12743              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12744              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
12745              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
12746      Branch: perl
12747            ! dump.c
12748 ____________________________________________________________________________
12749 [  8616] By: jhi                                   on 2001/01/30  18:20:58
12750         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
12751              part isn't applicable to maintperl.
12752              
12753              UTF-8 nit from Inaba Hiroto.
12754      Branch: maint-5.6/perl
12755           !> pod/perlapi.pod utf8.c
12756 ____________________________________________________________________________
12757 [  8615] By: jhi                                   on 2001/01/30  18:18:51
12758         Log: UTF-8 nit from Inaba Hiroto.
12759      Branch: perl
12760            ! pod/perlapi.pod t/op/each.t utf8.c
12761 ____________________________________________________________________________
12762 [  8614] By: jhi                                   on 2001/01/30  18:13:38
12763         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
12764              
12765              perl's internal variables are not for public consumption,
12766              move their docs from perlapi.pod to perlintern.pod
12767              
12768              support for -Dusethreads build under HP-UX 10.20 and DCE threads
12769              library (11.0 and later have pthreads but 10.x don't)
12770              
12771              avoid uninitialized value warnings
12772              
12773              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
12774              gets weird results)
12775              
12776              perldoc nit on windows
12777              
12778              make it possible to run the tests outside the source tree
12779              (there's still a dependency on ../lib being the library
12780              location)
12781      Branch: perl
12782           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
12783           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
12784           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
12785           !> win32/bin/search.pl win32/vdir.h
12786 ____________________________________________________________________________
12787 [  8613] By: gsar                                  on 2001/01/30  16:39:59
12788         Log: make it possible to run the tests outside the source tree
12789              (there's still a dependency on ../lib being the library
12790              location)
12791      Branch: maint-5.6/perl
12792            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
12793 ____________________________________________________________________________
12794 [  8612] By: gsar                                  on 2001/01/30  16:31:12
12795         Log: perldoc nit on windows
12796      Branch: maint-5.6/perl
12797            ! utils/perldoc.PL
12798 ____________________________________________________________________________
12799 [  8611] By: gsar                                  on 2001/01/30  16:22:54
12800         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
12801              gets weird results)
12802      Branch: maint-5.6/perl
12803            ! win32/vdir.h
12804 ____________________________________________________________________________
12805 [  8610] By: gsar                                  on 2001/01/30  16:12:45
12806         Log: avoid uninitialized value warnings
12807      Branch: maint-5.6/perl
12808            ! win32/bin/search.pl
12809 ____________________________________________________________________________
12810 [  8609] By: gsar                                  on 2001/01/30  16:08:01
12811         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
12812              library (11.0 and later have pthreads but 10.x don't)
12813      Branch: maint-5.6/perl
12814            ! hints/hpux.sh thread.h
12815 ____________________________________________________________________________
12816 [  8608] By: gsar                                  on 2001/01/30  15:48:55
12817         Log: perl's internal variables are not for public consumption,
12818              move their docs from perlapi.pod to perlintern.pod
12819      Branch: maint-5.6/perl
12820            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
12821            ! thrdvar.h
12822 ____________________________________________________________________________
12823 [  8607] By: gsar                                  on 2001/01/30  15:44:27
12824         Log: mistakenly branched perl56delta.pod, revert
12825      Branch: maint-5.6/perl
12826            - pod/perl56delta.pod
12827           !> pod/perldelta.pod
12828 ____________________________________________________________________________
12829 [  8606] By: gsar                                  on 2001/01/30  14:20:24
12830         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
12831              dTHR which has been a noop for a while now, except for the
12832              compatibility definition in thread.h)
12833      Branch: maint-5.6/perl
12834           !> (integrate 45 files)
12835 ____________________________________________________________________________
12836 [  8605] By: jhi                                   on 2001/01/30  05:43:58
12837         Log: Mark the UTF-8 APIs as experimental.
12838      Branch: maint-5.6/perl
12839            ! embed.pl pod/perlapi.pod
12840 ____________________________________________________________________________
12841 [  8604] By: jhi                                   on 2001/01/30  05:38:40
12842         Log: Nits from earlier integrates.
12843      Branch: maint-5.6/perl
12844            ! lib/Carp/Heavy.pm
12845           !> sv.c
12846 ____________________________________________________________________________
12847 [  8603] By: jhi                                   on 2001/01/30  05:27:26
12848         Log: Regenerate Porting files.
12849      Branch: maint-5.6/perl
12850            ! Porting/Glossary Porting/config.sh Porting/config_H
12851 ____________________________________________________________________________
12852 [  8602] By: jhi                                   on 2001/01/30  05:14:59
12853         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
12854              8310,8339,8447,8492,8493,8505,8525: documentation changes.
12855              
12856              Subject: Re: perlfaq style changes
12857              
12858              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
12859              
12860              Subject: [PATCH] docs on NaN
12861              
12862              Subject: [patch] perlfaq7
12863              
12864              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
12865              
12866              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
12867              
12868              Subject: [PATCH] open() example in perlfunc.pod
12869              
12870              Podify README.mpeix (a new version from the web)
12871              
12872              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12873              
12874              Subject: [PATCH] format and rewording in perlfaq.pod
12875              
12876              Subject: [PATCH] API Variable documentation   
12877              
12878              Memory management calls documentation.
12879              
12880              Subject: [PATCH: perl@8482] README.vms URL updates
12881              
12882              Subject: Minor typos in perlfaq2.pod
12883              
12884              Subject: [PATCH] pod/perlvar.pod
12885      Branch: maint-5.6/perl
12886           +> pod/perl56delta.pod
12887            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12888           !> README.amiga README.epoc README.mpeix README.vms
12889           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
12890           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
12891           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
12892           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
12893           !> pod/perlvar.pod thrdvar.h
12894 ____________________________________________________________________________
12895 [  8601] By: jhi                                   on 2001/01/30  04:38:35
12896         Log: Integrate changes #8036,8096,8253 from mainline:
12897              hints changes.
12898              
12899              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
12900              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
12901              
12902              Output the (apparent) version of gcc in Tru64.
12903      Branch: maint-5.6/perl
12904           +> ext/POSIX/hints/svr4.pl
12905           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
12906           !> hints/svr4.sh t/lib/bigfltpm.t
12907 ____________________________________________________________________________
12908 [  8600] By: jhi                                   on 2001/01/30  04:04:01
12909         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
12910              locale fixes.
12911              
12912              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
12913              
12914              Debian allows /usr/bin/locale to exist without any locales. (7868)
12915              
12916              Allow the locale test needing POSIX and the taint test
12917              needing IPC::SysV to run under 'minitest' (basically,
12918              bail out if loading the extension fails). (8384)
12919              
12920              Cleanup the locale.t output  (8480)
12921      Branch: maint-5.6/perl
12922           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
12923           !> t/pragma/locale.t
12924 ____________________________________________________________________________
12925 [  8599] By: jhi                                   on 2001/01/30  03:51:04
12926         Log: Missing generated files from #8598.
12927      Branch: maint-5.6/perl
12928            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12929 ____________________________________________________________________________
12930 [  8598] By: jhi                                   on 2001/01/30  03:41:54
12931         Log: Integrate change #8555 from mainline, manually integrate parts
12932              of changes 8452 and 8583.
12933              
12934              Subject: [PATCH] utf8.c documentation (8452)
12935              
12936              No point in checking the length if the pointer is bogus. (8555)
12937              
12938              Introduce bytes_from_utf8() and implement sv_eq() using it,
12939              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
12940              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
12941              was malformed. (8583)
12942      Branch: maint-5.6/perl
12943            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
12944           !> pod/perlapi.pod sv.c utf8.c
12945 ____________________________________________________________________________
12946 [  8597] By: gsar                                  on 2001/01/30  02:37:26
12947         Log: get PERL_OBJECT build going again on windows
12948      Branch: maint-5.6/perl
12949            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12950            ! pod/perlapi.pod proto.h sv.c
12951 ____________________________________________________________________________
12952 [  8596] By: jhi                                   on 2001/01/30  02:16:17
12953         Log: Signedness nit.
12954      Branch: perl
12955            ! sv.c
12956 ____________________________________________________________________________
12957 [  8595] By: jhi                                   on 2001/01/30  02:11:07
12958         Log: EBCDIC patch for Storable, from Peter Prymmer.
12959      Branch: perl
12960            ! t/lib/st-06compat.t
12961 ____________________________________________________________________________
12962 [  8594] By: jhi                                   on 2001/01/30  01:04:48
12963         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
12964              From: Peter Prymmer <pvhp@forte.com>
12965              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
12966              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
12967      Branch: perl
12968            ! t/lib/b.t
12969 ____________________________________________________________________________
12970 [  8593] By: jhi                                   on 2001/01/30  00:56:47
12971         Log: Subject: [PATCH: perl@8585] pod problems in io
12972              From: Peter Prymmer <pvhp@forte.com>
12973              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
12974              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
12975      Branch: perl
12976            ! pod/perlapio.pod pod/perliol.pod
12977 ____________________________________________________________________________
12978 [  8592] By: jhi                                   on 2001/01/30  00:48:20
12979         Log: Integrate perlio.
12980      Branch: perl
12981           !> pod/perlapio.pod pod/perliol.pod
12982 ____________________________________________________________________________
12983 [  8591] By: nick                                  on 2001/01/29  22:02:28
12984         Log: GNU 'merge' Simon's copy of perliol.pod with version
12985              patched by Craig's patch.
12986      Branch: perlio
12987            ! pod/perliol.pod
12988 ____________________________________________________________________________
12989 [  8590] By: nick                                  on 2001/01/29  21:55:10
12990         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
12991      Branch: perlio
12992            ! pod/perlapio.pod pod/perliol.pod
12993 ____________________________________________________________________________
12994 [  8589] By: jhi                                   on 2001/01/29  15:35:33
12995         Log: Integrate change #8586 from maint-5.6/perl.
12996              
12997              make the BOM detection code not call tell() until it has to
12998              (meant to fix esoteric compatibility issues where PL_rsfp
12999              is overridden)
13000      Branch: perl
13001           !> toke.c
13002 ____________________________________________________________________________
13003 [  8588] By: jhi                                   on 2001/01/29  15:29:11
13004         Log: Subject: MAking Solaris malloc() the default
13005              From: Lupe Christoph <lupe@lupe-christoph.de>
13006              Date: Mon, 29 Jan 2001 12:59:36 +0100
13007              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
13008              
13009              The README.solaris part slightly tweaked.
13010      Branch: perl
13011            ! README.solaris hints/solaris_2.sh
13012 ____________________________________________________________________________
13013 [  8587] By: jhi                                   on 2001/01/29  15:17:34
13014         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
13015              From: root@ak-75.mind.de
13016              Date: Sun, 28 Jan 2001 20:32:29 +0100
13017              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
13018      Branch: perl
13019            ! pod/perlre.pod
13020 ____________________________________________________________________________
13021 [  8586] By: gsar                                  on 2001/01/29  13:43:44
13022         Log: make the BOM detection code not call tell() until it has to
13023              (meant to fix esoteric compatibility issues where PL_rsfp
13024              is overridden)
13025      Branch: maint-5.6/perl
13026            ! toke.c
13027 ____________________________________________________________________________
13028 [  8585] By: jhi                                   on 2001/01/28  20:05:45
13029         Log: Update Changes.
13030      Branch: perl
13031            ! Changes patchlevel.h
13032 ____________________________________________________________________________
13033 [  8584] By: jhi                                   on 2001/01/28  19:30:02
13034         Log: Integrate perlio.
13035      Branch: perl
13036           +> pod/perliol.pod
13037           !> MANIFEST pod/perlapio.pod
13038 ____________________________________________________________________________
13039 [  8583] By: jhi                                   on 2001/01/28  19:28:40
13040         Log: Patch from Inaba Hiroto:
13041              - canonical UTF-8 hash keys: if a key string for a hash is
13042              UTF8-on, try downgrade the string and use it if
13043              unicode::distinct is not in effect.
13044              For the task, I added a function bytes_from_utf8() to utf8.c.
13045              It might resemble utf8_to_bytes() but it is not convenient
13046              to the task.
13047              Made a test for it and added to t/op/each.t
13048              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
13049              the mortal copy of the argument SV.
13050              And changed t/io/utf8.t test 18 which expects print() to
13051              upgrade its argument.
13052              - re-implement sv_eq with bytes_from_utf8()
13053              - some bug fixes
13054              - tr/// does not handle UTF8 range (\x{}-\x{})
13055              - \ before raw UTF8 character produced
13056              "Malformed UTF-8 character" warning.
13057              - "\x{100}\N{CENT SIGN}" is Malformed.
13058              Added tests for these 3.
13059              - and one silly bug (by me) with qu operator.
13060      Branch: perl
13061            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
13062            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
13063            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
13064 ____________________________________________________________________________
13065 [  8582] By: nick                                  on 2001/01/28  19:25:04
13066         Log: Add pod/perliol.pod to MANIFEST :-(
13067      Branch: perlio
13068            ! MANIFEST
13069 ____________________________________________________________________________
13070 [  8581] By: nick                                  on 2001/01/28  19:22:40
13071         Log: PerlIO documentation. Proofing and sub-editing requested.
13072      Branch: perlio
13073            + pod/perliol.pod
13074            ! pod/perlapio.pod
13075 ____________________________________________________________________________
13076 [  8580] By: jhi                                   on 2001/01/28  05:16:25
13077         Log: Revert the change to sv_2pv() done by #8054: Someone who
13078              did SvNV_set() on a scalar that also happened to be POK,
13079              followed by sv_2pv() won't get the right coercion anymore.
13080              [Sarathy]
13081      Branch: maint-5.6/perl
13082            ! sv.c
13083 ____________________________________________________________________________
13084 [  8579] By: jhi                                   on 2001/01/28  05:15:04
13085         Log: Remove the #8084 effect: do not allow -Q to be interpreted
13086              as -&Q(), this is too much wiggle room.
13087      Branch: maint-5.6/perl
13088            ! toke.c
13089 ____________________________________________________________________________
13090 [  8578] By: jhi                                   on 2001/01/28  05:12:45
13091         Log: Needed bits of #8439 (should have been in #8576),
13092              mainly for lval substr().
13093      Branch: maint-5.6/perl
13094            ! mg.c pp.c pp_hot.c
13095 ____________________________________________________________________________
13096 [  8577] By: jhi                                   on 2001/01/28  05:02:46
13097         Log: A missing check-in.
13098      Branch: maint-5.6/perl
13099            ! utf8.c
13100 ____________________________________________________________________________
13101 [  8576] By: jhi                                   on 2001/01/28  04:26:18
13102         Log: Integrate changes #8425,8436,8439,8517 from mainline.
13103              The 8439 was not truly integrated because it had too many
13104              dependencies on the development branch and because it introduced
13105              concepts too bold for a maintenance branch (such as the qu operator).
13106              
13107              Subject: [PATCH perl@8342] -Wformat
13108              
13109              Tighten some of the UTF-8 tests a bit.
13110              
13111              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
13112              - The substr lval was still not okay.
13113              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13114              even if IN_BYTE.  pp_stringify is called from fold_constants
13115              at optimization phase and "\x{100}" was made SvUTF8_off under
13116              use bytes (the bytes pragma is for "byte semantics" and not
13117              for "do not produce UTF8 data")
13118      Branch: maint-5.6/perl
13119            ! t/lib/charnames.t t/op/substr.t toke.c
13120           !> sv.c t/pragma/utf8.t
13121 ____________________________________________________________________________
13122 [  8575] By: jhi                                   on 2001/01/28  04:01:51
13123         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
13124              
13125              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
13126              
13127              Subject: [ID 20001230.003] UTF-8 tr still hurts
13128              
13129              Test cases for #8385 (from Simon's "torture.pl")
13130              
13131              Start fixing UTF-8 lval substr() (8405)
13132      Branch: maint-5.6/perl
13133           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
13134           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
13135 ____________________________________________________________________________
13136 [  8574] By: jhi                                   on 2001/01/28  03:09:06
13137         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
13138              from mainline.
13139              
13140              UTF-8 cleanup.
13141              
13142              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
13143              
13144              "\x{FF}\xFF" was broken.
13145              
13146              Tests for #8329 and #8330.
13147              
13148              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
13149              
13150              IRIX compiler noticed that the bof initialization might be
13151              bypassed by control flow.
13152              
13153              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
13154      Branch: maint-5.6/perl
13155           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
13156           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
13157 ____________________________________________________________________________
13158 [  8573] By: jhi                                   on 2001/01/28  02:06:12
13159         Log: Retract #8552.
13160      Branch: perl
13161            ! lib/Text/Wrap.pm t/lib/textwrap.t
13162 ____________________________________________________________________________
13163 [  8572] By: jhi                                   on 2001/01/28  02:04:49
13164         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
13165              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
13166              not really integrated but instead salvaged by hand
13167              (they had too many dependencies on the development release
13168              to be cleanly integratable).
13169              
13170              Subject: more UTF8 test suites and an UTF8 patch
13171              
13172              Tweak for MULTIPLICITY/USE_PERLIO
13173              
13174              Signedness nit.
13175              
13176              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
13177              
13178              Use the UTF8_XXX macros in is_utf8_char().
13179              
13180              Rewrite pp_concat() in terms of sv_catsv().  The . operator
13181              should now be UTF-8-proof.
13182              
13183              Subject: [PATCH perl@8269] scanning two hex-constants
13184              fails on EBCDIC environment (script length.t)
13185              
13186              Add some Unicode chop() tests.
13187      Branch: maint-5.6/perl
13188            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
13189           !> sv.c t/op/chop.t utf8.h
13190 ____________________________________________________________________________
13191 [  8571] By: jhi                                   on 2001/01/28  00:35:59
13192         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
13193              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
13194              
13195              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
13196              
13197              The maxiters upper limit sanity check (guarding against
13198              non-progress) assumed bytes instead of characters in s///
13199              and split().
13200              
13201              Signedness nit.
13202              
13203              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
13204              join() should now be UTF-8-proof.
13205              
13206              More split // UTF-8 tests. (8250)
13207      Branch: maint-5.6/perl
13208           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
13209           !> util.c
13210 ____________________________________________________________________________
13211 [  8570] By: jhi                                   on 2001/01/27  22:15:46
13212         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
13213              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
13214              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
13215              8084,8204,8244,8333 from mainline.
13216              
13217              For -Q where Q might be a one-letter sub name one does no more
13218              get a warning about an unknown filetest (7941,7943,7944,8084).
13219              
13220              Subject: Re: [ID 20001130.011] expression parsing bug ?
13221              
13222              Make uv_to_utf8() to zero-terminate its output buffer.
13223              
13224              Split off t/op/length.t (7995)
13225              
13226              Split off t/op/utf8decode.t (7996)
13227              
13228              Remove an unnecessary 'use utf8' from the utf8.t (7998)
13229              
13230              Split off t/op/concat.t (8004)
13231              
13232              Split off t/op/ver.t (8005)
13233              
13234              Document utf8_length(), utf8_distance(), and utf8_hop().
13235              
13236              Document utf8_to_uv() better.
13237              
13238              Introduce macros for UTF8 decoding (8028,8033).
13239              
13240              Add test for reverse() (8030,8031).
13241              
13242              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
13243              
13244              Do not return the Unicode replacement character    on UTF-8
13245              decoding failure.
13246              
13247              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
13248              not this_utf8 i.e. the output string has one, but don't mess
13249              with source assumption. (8052,8053)
13250              
13251              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
13252              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
13253              was not expecting to be called with something that was already
13254              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
13255              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
13256              (8054)
13257              
13258              Recode the naughty binary bytes in utf8decode.t using the \xHH.
13259              
13260              Make some panic messages a bit more logical.
13261      Branch: maint-5.6/perl
13262           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
13263           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
13264           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
13265           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
13266           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
13267           !> utf8.c utf8.h
13268 ____________________________________________________________________________
13269 [  8569] By: jhi                                   on 2001/01/27  19:16:43
13270         Log: Integrate changes #7750 from perlio and #8566 from mainline.
13271      Branch: maint-5.6/perl
13272           !> regexec.c sv.c
13273 ____________________________________________________________________________
13274 [  8568] By: jhi                                   on 2001/01/27  18:06:51
13275         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
13276              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
13277              7935[-perlio.c],7936,7959,7965 from mainline.
13278              
13279              Change the "big byte" error message to "Wide character".
13280              (7355, the croak-if-wide-chars-in-print part ignored)
13281              
13282              Use UINT64_C().
13283              
13284              Introduce Perl_utf8_length().
13285              
13286              diff -se shows these as different (7753, forgotten check-ins)
13287              
13288              Subject: [PATCH] doop.c - UTF8 tr///
13289              
13290              If we use (aTHX_ ...) then put Perl_ on the front.
13291              
13292              Make utf8_length() and utf8_distance() to be less forgiving
13293              about bad UTF-8.
13294              
13295              Test line numbers are different with utf8.
13296              
13297              No need to scan till infinity, 13 is enough. (7872,7911)
13298              
13299              Subject: [PATCH] Tokeniser debugging
13300              
13301              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
13302              
13303              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
13304              
13305              Be more careful in Perl_sv_utf8_downgrade().
13306              
13307              Use DO_UTF8().
13308              
13309              Raw zero bytes in text files confuse at least GNU patch 2.1.
13310      Branch: maint-5.6/perl
13311           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
13312           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
13313           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
13314           !> t/pragma/utf8.t toke.c utf8.c utf8.h
13315 ____________________________________________________________________________
13316 [  8567] By: nick                                  on 2001/01/27  11:10:38
13317         Log: Integrate mainline
13318      Branch: perlio
13319           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
13320           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
13321           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
13322           !> toke.c
13323 ____________________________________________________________________________
13324 [  8566] By: jhi                                   on 2001/01/27  06:22:48
13325         Log: More documentation for the regexp context stack.
13326      Branch: perl
13327            ! regexec.c
13328 ____________________________________________________________________________
13329 [  8565] By: jhi                                   on 2001/01/27  05:21:57
13330         Log: Update Changes.
13331      Branch: perl
13332            ! Changes patchlevel.h
13333 ____________________________________________________________________________
13334 [  8564] By: jhi                                   on 2001/01/27  04:44:04
13335         Log: Threadedness patch for #8562 from Doug MacEachern.
13336      Branch: perl
13337            ! toke.c
13338 ____________________________________________________________________________
13339 [  8563] By: jhi                                   on 2001/01/27  04:26:24
13340         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
13341              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13342              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
13343              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
13344      Branch: perl
13345            ! op.c
13346 ____________________________________________________________________________
13347 [  8562] By: jhi                                   on 2001/01/27  04:20:30
13348         Log: Subject: Re: Announce : Tokener reporting patch
13349              From: Simon Cozens <simon@cozens.net>
13350              Date: Mon, 22 Jan 2001 02:17:22 +0000
13351              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
13352      Branch: perl
13353            ! embed.h embed.pl proto.h toke.c
13354 ____________________________________________________________________________
13355 [  8561] By: jhi                                   on 2001/01/27  04:17:24
13356         Log: Forgot from #8545.  Oops.
13357      Branch: perl
13358            ! pp.c t/pragma/overload.t
13359 ____________________________________________________________________________
13360 [  8560] By: jhi                                   on 2001/01/27  03:01:47
13361         Log: A better module compilation test, use MANIFEST as suggested
13362              by Spider.
13363      Branch: perl
13364            ! t/lib/1_compile.t
13365 ____________________________________________________________________________
13366 [  8559] By: jhi                                   on 2001/01/27  02:50:48
13367         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
13368              From: Peter Prymmer <pvhp@forte.com>
13369              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
13370              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
13371      Branch: perl
13372            ! t/lib/b.t
13373 ____________________________________________________________________________
13374 [  8558] By: jhi                                   on 2001/01/27  02:27:05
13375         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
13376              From: Peter Prymmer <pvhp@forte.com>
13377              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
13378              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
13379      Branch: perl
13380            ! t/pragma/sub_lval.t
13381 ____________________________________________________________________________
13382 [  8557] By: jhi                                   on 2001/01/27  02:26:03
13383         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
13384              From: Peter Prymmer <pvhp@forte.com>
13385              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
13386              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
13387      Branch: perl
13388            ! t/lib/st-06compat.t
13389 ____________________________________________________________________________
13390 [  8556] By: jhi                                   on 2001/01/27  02:24:33
13391         Log: Subject: [PATCH: perl@8531] minor update to README.os390
13392              From: Peter Prymmer <pvhp@forte.com>
13393              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
13394              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
13395      Branch: perl
13396            ! README.os390
13397 ____________________________________________________________________________
13398 [  8555] By: jhi                                   on 2001/01/27  00:35:47
13399         Log: No point in checking the length before we know whether the pointer
13400              is bogus or not, fixes Abigail's odbm failures in Linux.
13401      Branch: perl
13402            ! sv.c
13403 ____________________________________________________________________________
13404 [  8554] By: nick                                  on 2001/01/26  19:01:31
13405         Log: Integrate mainline
13406      Branch: perlio
13407           !> lib/Text/Wrap.pm t/lib/textwrap.t
13408 ____________________________________________________________________________
13409 [  8553] By: jhi                                   on 2001/01/26  15:19:39
13410         Log: Integrate change #7792 from perlio (multiplicity fix),
13411              fix the AV leak in regex DEBUGGING (tiny part of the
13412              polymorphic regexp patch #8143).
13413      Branch: maint-5.6/perl
13414            ! regcomp.c
13415           !> scope.h
13416 ____________________________________________________________________________
13417 [  8552] By: jhi                                   on 2001/01/26  15:03:23
13418         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
13419              From: Michael G Schwern <schwern@pobox.com>
13420              Date: Fri, 26 Jan 2001 09:28:31 -0500
13421              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
13422      Branch: perl
13423            ! lib/Text/Wrap.pm t/lib/textwrap.t
13424 ____________________________________________________________________________
13425 [  8551] By: jhi                                   on 2001/01/26  02:33:19
13426         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
13427              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
13428              
13429              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
13430              
13431              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
13432              
13433              Message nit.
13434              
13435              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
13436              
13437              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
13438              
13439              (the cleanup of unused submatches in regtry() and regcppop())
13440              
13441              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
13442              stored and restored, and thusly was trounced by the utf8 swash
13443              routines.
13444              
13445              use utf8 not required to use \x{}.
13446              
13447              Removed two more tests that make no sense in UTF-8 since the test
13448              data is not in UTF-8.
13449              
13450              Get the three different space character classes right under utf8.
13451              
13452              Implement ANYOFUTF8 regprop() dumping.
13453              
13454              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
13455              
13456              Document the regex context pushing/popping a bit better.
13457      Branch: maint-5.6/perl
13458           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
13459           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
13460           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
13461           !> t/op/regmesg.t utf8.c
13462 ____________________________________________________________________________
13463 [  8550] By: nick                                  on 2001/01/25  19:42:30
13464         Log: Integrate mainline
13465      Branch: perlio
13466           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
13467           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
13468           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
13469           !> t/lib/bigint.t t/lib/bigintpm.t
13470 ____________________________________________________________________________
13471 [  8549] By: jhi                                   on 2001/01/25  15:22:28
13472         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
13473      Branch: maint-5.6/perl
13474            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
13475 ____________________________________________________________________________
13476 [  8548] By: jhi                                   on 2001/01/25  15:02:55
13477         Log: Integrate changes #7997,8063,8492,8547 from mainline.
13478              
13479              Subject: Re: STRLEN - what?
13480              
13481              Subject: [PATCH] perlguts.pod
13482              
13483              Memory management calls documentation.
13484              
13485              Layout using tabulator is not a good idea in a pod.
13486      Branch: maint-5.6/perl
13487           !> pod/perlguts.pod
13488 ____________________________________________________________________________
13489 [  8547] By: jhi                                   on 2001/01/25  14:49:05
13490         Log: Layout using tabulator is not a good idea in a pod.
13491      Branch: perl
13492            ! pod/perlguts.pod
13493 ____________________________________________________________________________
13494 [  8546] By: jhi                                   on 2001/01/25  14:31:12
13495         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
13496              from mainline.
13497              
13498              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
13499              
13500              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
13501              
13502              More Win32 editor/IDE/shell hints.
13503              
13504              More Win32 Perling.
13505              
13506              Yet another editor edit.
13507              
13508              Edit edit edit.
13509              
13510              IDE/editor section tweaking.
13511              
13512              Few more IDE/editor nits from p5p.
13513      Branch: maint-5.6/perl
13514           !> pod/perlfaq3.pod
13515 ____________________________________________________________________________
13516 [  8545] By: jhi                                   on 2001/01/25  04:16:32
13517         Log: Subject: [PATCH 5.7.0] overload int()
13518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13519              Date: Wed, 24 Jan 2001 19:06:57 -0500
13520              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
13521      Branch: perl
13522            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
13523            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
13524            ! t/lib/bigintpm.t
13525 ____________________________________________________________________________
13526 [  8544] By: jhi                                   on 2001/01/25  04:15:11
13527         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
13528              From: Peter Prymmer <pvhp@forte.com>
13529              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
13530              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
13531      Branch: perl
13532            ! Makefile.SH README.os390 hints/os390.sh installperl
13533 ____________________________________________________________________________
13534 [  8543] By: jhi                                   on 2001/01/25  03:52:08
13535         Log: Integrate change #8462,8469 from mainline.
13536              
13537              In VMS Perl subversion (perl -V) is undef.
13538      Branch: maint-5.6/perl
13539           !> configure.com
13540 ____________________________________________________________________________
13541 [  8542] By: jhi                                   on 2001/01/25  03:44:55
13542         Log: Integrate changes #7835,7850,8315,8316 from mainline.
13543              
13544              Solaris hints.
13545      Branch: maint-5.6/perl
13546           !> hints/solaris_2.sh
13547 ____________________________________________________________________________
13548 [  8541] By: jhi                                   on 2001/01/25  03:39:28
13549         Log: Integrate #8336 from mainline.
13550      Branch: maint-5.6/perl
13551           !> hv.c
13552 ____________________________________________________________________________
13553 [  8540] By: jhi                                   on 2001/01/25  03:23:50
13554         Log: Retract #8539.
13555      Branch: maint-5.6/perl
13556            ! pod/perlfaq3.pod
13557 ____________________________________________________________________________
13558 [  8539] By: jhi                                   on 2001/01/25  03:21:55
13559         Log: (Retracted by #5940.)
13560      Branch: maint-5.6/perl
13561            ! pod/perlfaq3.pod
13562 ____________________________________________________________________________
13563 [  8538] By: jhi                                   on 2001/01/25  03:14:07
13564         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
13565              From: Peter Prymmer <pvhp@forte.com>
13566              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
13567              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
13568              
13569              The VMS bits.
13570      Branch: maint-5.6/perl
13571            ! configure.com vms/descrip_mms.template
13572 ____________________________________________________________________________
13573 [  8537] By: jhi                                   on 2001/01/25  03:06:09
13574         Log: Integrate #7710,7824,7973 from mainline.
13575      Branch: maint-5.6/perl
13576           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13577           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
13578           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
13579           !> vos/config.ga.def vos/config.ga.h win32/config.bc
13580           !> win32/config.gc win32/config.vc
13581 ____________________________________________________________________________
13582 [  8536] By: jhi                                   on 2001/01/24  13:50:20
13583         Log: Revert the edits made by me so far to the 5.6 branch since
13584              the TRIAL1 since I did edits when I should have been using
13585              integrates.  Bad programmer.   (Will integrate them properly later.)
13586              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
13587              The #8353 will not be reapplied at least for now since
13588              the UTF-8 hash keys need more thinking.
13589              (The patches #8347, #8354, #8454, #8473 were okay since they
13590              were original edits made specifically for the 5.6.1-TRIAL1.)
13591      Branch: maint-5.6/perl
13592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13593            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
13594            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
13595            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
13596            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
13597            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13598            ! win32/config.bc win32/config.gc win32/config.vc
13599 ____________________________________________________________________________
13600 [  8535] By: bailey                                on 2001/01/24  06:37:02
13601         Log: SYN SYN
13602      Branch: vmsperl
13603           +> (branch 26 files)
13604           !> (integrate 130 files)
13605 ____________________________________________________________________________
13606 [  8534] By: nick                                  on 2001/01/23  19:30:57
13607         Log: Integrate mainline.
13608      Branch: perlio
13609           !> Changes Configure Porting/Glossary Porting/config.sh
13610           !> Porting/config_H embed.h embed.pl ext/Encode/compile
13611           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
13612           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
13613           !> pod/perlvar.pod proto.h t/lib/1_compile.t
13614 ____________________________________________________________________________
13615 [  8533] By: jhi                                   on 2001/01/23  16:15:46
13616         Log: Forgotten from #8501.
13617      Branch: perl
13618            ! Porting/Glossary Porting/config.sh Porting/config_H
13619 ____________________________________________________________________________
13620 [  8532] By: jhi                                   on 2001/01/23  16:13:27
13621         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
13622              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13623              Date: Mon, 22 Jan 2001 17:51:58 +0100
13624              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
13625      Branch: perl
13626            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
13627 ____________________________________________________________________________
13628 [  8531] By: jhi                                   on 2001/01/23  15:46:01
13629         Log: Update Changes.
13630      Branch: perl
13631            ! Changes patchlevel.h
13632 ____________________________________________________________________________
13633 [  8530] By: jhi                                   on 2001/01/23  15:38:39
13634         Log: De-cut-and-pasto.
13635      Branch: perl
13636            ! t/lib/1_compile.t
13637 ____________________________________________________________________________
13638 [  8529] By: jhi                                   on 2001/01/23  15:11:04
13639         Log: Document the mkdir trailing slashes case.
13640      Branch: perl
13641            ! pod/perlfunc.pod
13642 ____________________________________________________________________________
13643 [  8528] By: jhi                                   on 2001/01/23  15:08:28
13644         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
13645              get installed:
13646              
13647              Subject: lib/lib.pm
13648              From: <abigail@foad.org>
13649              Date: Mon, 28 Aug 2000 20:35:08 -0400
13650              Message-ID: <20000829003508.21281.qmail@foad.org>
13651      Branch: perl
13652            ! installperl
13653 ____________________________________________________________________________
13654 [  8527] By: jhi                                   on 2001/01/23  14:44:04
13655         Log: Metaconfig unit change for #8526.
13656      Branch: metaconfig
13657            ! U/threads/archname.U
13658 ____________________________________________________________________________
13659 [  8526] By: jhi                                   on 2001/01/23  14:43:19
13660         Log: Attach -perlio to the archname if so selected.
13661      Branch: perl
13662            ! Configure
13663 ____________________________________________________________________________
13664 [  8525] By: jhi                                   on 2001/01/23  14:24:01
13665         Log: Subject: [PATCH] pod/perlvar.pod
13666              From: abigail@foad.org
13667              Date: Tue, 23 Jan 2001 01:41:10 +0100
13668              Message-ID: <20010123004110.22259.qmail@foad.org>
13669      Branch: perl
13670            ! pod/perlvar.pod
13671 ____________________________________________________________________________
13672 [  8524] By: jhi                                   on 2001/01/23  14:22:32
13673         Log: A bug introduced in #8217 (the undefined variable in the
13674              lib/safe1_t #3) fixed, by Charles Lane:
13675              
13676              The earlier patch made it so that stuff running in Safe
13677              compartments could do a "caller" and see "main".  That
13678              little change in name is done right before the code in
13679              the compartment is run, and apparantly the parser
13680              was picking up the stash name before it got changed.
13681              
13682              (why it was threaded vs. unthreaded Perl that was sensitive to this
13683              I still don't know...and it probably doesn't matter).
13684              
13685              I tryed removing the stash name-change and saw that threaded Perl
13686              did indeed pass the lib/safe1.t tests.
13687              
13688              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
13689              do the name change (and to connect _ in the compartment to the global
13690              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
13691              to call _safe_pkg_prep when creating a new compartment.
13692              
13693              Passes all tests with threaded perl on linux; passes all tests
13694              with unthreaded perl on VMS.
13695              
13696              At some point I'll probably want to revisit Safe and Opcode to
13697              provide more sensible handling of global variables...and to get
13698              formats working in Safe compartments, which they don't do currently.
13699      Branch: perl
13700            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
13701 ____________________________________________________________________________
13702 [  8523] By: jhi                                   on 2001/01/23  14:11:58
13703         Log: Also the lib/Thread.pm itself needs to be ignored if
13704              the Thread extension hasn't been built.
13705      Branch: perl
13706            ! t/lib/1_compile.t
13707 ____________________________________________________________________________
13708 [  8522] By: jhi                                   on 2001/01/23  13:51:28
13709         Log: print() instead of warn() so that stderr doesn't get
13710              unncessarily polluted.
13711      Branch: perl
13712            ! ext/Encode/compile
13713 ____________________________________________________________________________
13714 [  8521] By: jhi                                   on 2001/01/23  13:49:48
13715         Log: Integrate perlio.
13716      Branch: perl
13717           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
13718           !> ext/Encode/encode.h
13719 ____________________________________________________________________________
13720 [  8520] By: nick                                  on 2001/01/22  21:44:00
13721         Log: More messing with Encode:
13722              Extra fields in header to allow multiple names and to record
13723              other things "compile" knows.
13724              Re-organise compile to factor out common output routines.
13725      Branch: perlio
13726            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
13727 ____________________________________________________________________________
13728 [  8519] By: nick                                  on 2001/01/22  20:33:50
13729         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
13730      Branch: perlio
13731            ! ext/Encode/Makefile.PL ext/Encode/compile
13732 ____________________________________________________________________________
13733 [  8518] By: nick                                  on 2001/01/22  20:28:13
13734         Log: Integrate mainline
13735      Branch: perlio
13736           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
13737           !> vos/config.alpha.def vos/config.alpha.h
13738 ____________________________________________________________________________
13739 [  8517] By: jhi                                   on 2001/01/22  15:37:17
13740         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
13741              by Inaba Hiroto.
13742      Branch: perl
13743            ! sv.c
13744 ____________________________________________________________________________
13745 [  8516] By: jhi                                   on 2001/01/22  14:55:15
13746         Log: More SIG_SIZE fixes.
13747      Branch: perl
13748            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
13749 ____________________________________________________________________________
13750 [  8515] By: jhi                                   on 2001/01/22  14:50:27
13751         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
13752              From: "Craig A. Berry" <craigberry@mac.com>
13753              Date: Mon, 22 Jan 2001 00:42:24 -0600
13754              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
13755      Branch: perl
13756            ! configure.com
13757 ____________________________________________________________________________
13758 [  8514] By: jhi                                   on 2001/01/22  14:31:17
13759         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
13760              From: "Craig A. Berry" <craigberry@mac.com>
13761              Date: Sun, 21 Jan 2001 23:03:25 -0600
13762              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
13763      Branch: perl
13764            ! configure.com
13765 ____________________________________________________________________________
13766 [  8513] By: jhi                                   on 2001/01/22  14:14:00
13767         Log: Add the .ucm encoding tables to the MANIFEST.
13768      Branch: perl
13769            ! MANIFEST
13770 ____________________________________________________________________________
13771 [  8512] By: jhi                                   on 2001/01/22  13:43:33
13772         Log: Integrate perlio.
13773      Branch: perl
13774           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13775           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13776           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13777           +> ext/Encode/Encode/iso8859-10.ucm
13778           +> ext/Encode/Encode/iso8859-13.ucm
13779           +> ext/Encode/Encode/iso8859-14.ucm
13780           +> ext/Encode/Encode/iso8859-15.ucm
13781           +> ext/Encode/Encode/iso8859-16.ucm
13782           +> ext/Encode/Encode/iso8859-2.ucm
13783           +> ext/Encode/Encode/iso8859-3.ucm
13784           +> ext/Encode/Encode/iso8859-4.ucm
13785           +> ext/Encode/Encode/iso8859-5.ucm
13786           +> ext/Encode/Encode/iso8859-6.ucm
13787           +> ext/Encode/Encode/iso8859-7.ucm
13788           +> ext/Encode/Encode/iso8859-8.ucm
13789           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13790           +> ext/Encode/Encode/symbol.ucm
13791           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
13792           !> perliol.h
13793 ____________________________________________________________________________
13794 [  8511] By: nick                                  on 2001/01/21  23:44:47
13795         Log: Make "real" layers of ":utf8" and ":raw".
13796              So now PERLIO=utf8 perl ...
13797              does what Andreas wanted.
13798              Fix arg passing in open.pm (still have a Carp issue).
13799      Branch: perlio
13800            ! lib/open.pm perlio.c perliol.h
13801 ____________________________________________________________________________
13802 [  8510] By: jhi                                   on 2001/01/21  22:56:53
13803         Log: Document the regex context pushing/popping a bit better.
13804      Branch: perl
13805            ! regexec.c
13806 ____________________________________________________________________________
13807 [  8509] By: jhi                                   on 2001/01/21  22:55:44
13808         Log: Tweak the mkdir trailing slash code some more.
13809              
13810              TO DO: the same handling should probably be done for
13811              all the other filesystem functions that can have directories
13812              as their arguments.
13813      Branch: perl
13814            ! pp_sys.c
13815 ____________________________________________________________________________
13816 [  8508] By: nick                                  on 2001/01/21  21:37:43
13817         Log: Switch "compiled in" encodings to .ucm format.
13818              (Leave others as .enc till we can run-time load .ucm,
13819              or find some other way to load them.)
13820      Branch: perlio
13821            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13822            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13823            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13824            + ext/Encode/Encode/iso8859-10.ucm
13825            + ext/Encode/Encode/iso8859-13.ucm
13826            + ext/Encode/Encode/iso8859-14.ucm
13827            + ext/Encode/Encode/iso8859-15.ucm
13828            + ext/Encode/Encode/iso8859-16.ucm
13829            + ext/Encode/Encode/iso8859-2.ucm
13830            + ext/Encode/Encode/iso8859-3.ucm
13831            + ext/Encode/Encode/iso8859-4.ucm
13832            + ext/Encode/Encode/iso8859-5.ucm
13833            + ext/Encode/Encode/iso8859-6.ucm
13834            + ext/Encode/Encode/iso8859-7.ucm
13835            + ext/Encode/Encode/iso8859-8.ucm
13836            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13837            + ext/Encode/Encode/symbol.ucm
13838            ! ext/Encode/Makefile.PL ext/Encode/compile
13839 ____________________________________________________________________________
13840 [  8507] By: nick                                  on 2001/01/21  21:02:03
13841         Log: Integrate (partial) mainline.
13842      Branch: perlio
13843           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
13844           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
13845           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13846 ____________________________________________________________________________
13847 [  8506] By: jhi                                   on 2001/01/21  20:09:30
13848         Log: Update Changes.
13849      Branch: perl
13850            ! Changes patchlevel.h
13851 ____________________________________________________________________________
13852 [  8505] By: jhi                                   on 2001/01/21  19:39:59
13853         Log: Subject: Minor typos in perlfaq2.pod
13854              From: "Stephen P. Potter" <spp@spotter.yi.org>
13855              Message-Id: <200101192101.QAA11911@spotter.yi.org>
13856              Date: Fri, 19 Jan 2001 16:01:13 -0500
13857              
13858              with a nit from Philip Netwon.
13859      Branch: perl
13860            ! pod/perlfaq2.pod
13861 ____________________________________________________________________________
13862 [  8504] By: jhi                                   on 2001/01/21  19:33:05
13863         Log: Metaconfig change for #8503.
13864      Branch: metaconfig
13865            ! U/threads/usethreads.U
13866 ____________________________________________________________________________
13867 [  8503] By: jhi                                   on 2001/01/21  19:32:21
13868         Log: Sanity check for conflicting thread flavours.
13869      Branch: perl
13870            ! Configure config_h.SH
13871 ____________________________________________________________________________
13872 [  8502] By: jhi                                   on 2001/01/21  19:23:00
13873         Log: Metaconfig change for #8501.
13874      Branch: metaconfig
13875            ! U/modified/sig_name.U
13876 ____________________________________________________________________________
13877 [  8501] By: jhi                                   on 2001/01/21  19:22:26
13878         Log: The SIG_SIZE is the number of the elements *excluding*
13879              the terminating NULL.
13880      Branch: perl
13881            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
13882            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
13883            ! win32/config_H.vc
13884 ____________________________________________________________________________
13885 [  8500] By: jhi                                   on 2001/01/21  18:31:31
13886         Log: Integrate perlio.
13887      Branch: perl
13888           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
13889           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
13890           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
13891           !> pp_sys.c proto.h sv.c
13892 ____________________________________________________________________________
13893 [  8499] By: jhi                                   on 2001/01/21  17:43:57
13894         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
13895              From: Hugo <hv@crypt.compulink.co.uk>
13896              Date: Sun, 21 Jan 2001 13:34:05 +0000
13897              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
13898              
13899              In sprintf UTF8ize only if necessary.
13900      Branch: perl
13901            ! sv.c
13902 ____________________________________________________________________________
13903 [  8498] By: nick                                  on 2001/01/21  16:25:32
13904         Log: Encode cleanup.
13905              Add command line control over "compile" so that Makefile.PL
13906              needs can be combined with other uses.
13907              Use command line options in Makefile.PL.
13908              Fix multi-byte parsing in .ucm files.
13909      Branch: perlio
13910            ! ext/Encode/Makefile.PL ext/Encode/compile
13911 ____________________________________________________________________________
13912 [  8497] By: nick                                  on 2001/01/21  12:56:27
13913         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
13914      Branch: perlio
13915            ! ext/Encode/Encode.xs
13916 ____________________________________________________________________________
13917 [  8496] By: nick                                  on 2001/01/21  12:18:45
13918         Log: Fixup after integrate:
13919              missed the .sym files that are changed by regen_headers
13920              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
13921      Branch: perlio
13922            ! global.sym pp.sym sv.c
13923 ____________________________________________________________________________
13924 [  8495] By: nick                                  on 2001/01/21  11:51:07
13925         Log: Integrate mainline.
13926      Branch: perlio
13927           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
13928           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
13929           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
13930           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
13931           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
13932           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
13933           !> win32/Makefile win32/makefile.mk
13934 ____________________________________________________________________________
13935 [  8494] By: jhi                                   on 2001/01/20  23:12:11
13936         Log: Forgot the expect_number() prototype.
13937      Branch: perl
13938            ! embed.h embed.pl proto.h
13939 ____________________________________________________________________________
13940 [  8493] By: jhi                                   on 2001/01/20  22:56:39
13941         Log: Subject: [PATCH: perl@8482] README.vms URL updates
13942              From: Peter Prymmer <pvhp@forte.com>
13943              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
13944              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
13945              
13946              Plus Craig A. Berry's suggestion to use compaq.com instead
13947              of digital.com.
13948      Branch: perl
13949            ! README.vms
13950 ____________________________________________________________________________
13951 [  8492] By: jhi                                   on 2001/01/20  22:50:05
13952         Log: Memory management calls documentation.
13953      Branch: perl
13954            ! pod/perlguts.pod
13955 ____________________________________________________________________________
13956 [  8491] By: jhi                                   on 2001/01/20  22:38:33
13957         Log: Signedness nit plus few memcpy/Copy nits.
13958      Branch: perl
13959            ! sv.c
13960 ____________________________________________________________________________
13961 [  8490] By: jhi                                   on 2001/01/20  22:25:53
13962         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13963              From: Peter Prymmer <pvhp@forte.com>
13964              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
13965              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
13966      Branch: perl
13967            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13968 ____________________________________________________________________________
13969 [  8489] By: jhi                                   on 2001/01/20  22:24:41
13970         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
13971              From: Peter Prymmer <pvhp@forte.com>
13972              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
13973              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
13974      Branch: perl
13975            ! win32/Makefile win32/makefile.mk
13976 ____________________________________________________________________________
13977 [  8488] By: jhi                                   on 2001/01/20  22:22:27
13978         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
13979              From: Peter Prymmer <pvhp@forte.com>
13980              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
13981              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
13982      Branch: perl
13983            ! Makefile.SH
13984 ____________________________________________________________________________
13985 [  8487] By: jhi                                   on 2001/01/20  22:21:18
13986         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
13987              From: Peter Prymmer <pvhp@forte.com>
13988              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
13989              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
13990      Branch: perl
13991            + ext/DynaLoader/dl_dllload.xs
13992            ! MANIFEST Makefile.SH hints/os390.sh
13993 ____________________________________________________________________________
13994 [  8486] By: jhi                                   on 2001/01/20  22:17:53
13995         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
13996              From: Peter Prymmer <pvhp@forte.com>
13997              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
13998              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
13999      Branch: perl
14000            ! README.os390 README.posix-bc
14001 ____________________________________________________________________________
14002 [  8485] By: jhi                                   on 2001/01/20  20:15:30
14003         Log: Document and test the new qu operator.
14004      Branch: perl
14005            + t/op/qu.t
14006            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
14007            ! pod/perlretut.pod pod/perlunicode.pod
14008 ____________________________________________________________________________
14009 [  8484] By: nick                                  on 2001/01/20  19:42:30
14010         Log: Infrastructure to allow:
14011              open($fh,"|-",@array);
14012              to be implemented
14013              i.e. mark pp_open as needing a stack mark, and make pp_open
14014              process its args in that style (and pass them _all_ to tied handles OPEN).
14015              Invent do_openn() which takes SV ** at allow it to see multiple args.
14016              Note this does not _do_ anything yet.
14017      Branch: perlio
14018            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
14019            ! perlapi.c pp_proto.h pp_sys.c proto.h
14020 ____________________________________________________________________________
14021 [  8483] By: nick                                  on 2001/01/20  17:23:14
14022         Log: Integrate mainline.
14023      Branch: perlio
14024           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
14025           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
14026 ____________________________________________________________________________
14027 [  8482] By: jhi                                   on 2001/01/19  15:37:49
14028         Log: Update Changes.
14029      Branch: perl
14030            ! Changes patchlevel.h
14031 ____________________________________________________________________________
14032 [  8481] By: jhi                                   on 2001/01/19  14:41:24
14033         Log: Subject: Re: new feature: s?printf parameter reordering 
14034              From: Hugo <hv@crypt.compulink.co.uk>
14035              Date: Thu, 11 Jan 2001 17:09:03 +0000
14036              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
14037              
14038              - support reordering for all parameters: %, *v, *, .*
14039              - lay down that the reordering specification must immediately
14040              follow that parameter: %3$, *v3$, *3$, .*3$
14041              - fix vectorisation of a zero-length string
14042              - factor out the code choosing the argument to format
14043              
14044              Possibly unwanted side-effects:
14045              - the special format specifiers ' +-0' must now precede any
14046              vectorisation specifier. Tests in op/sprintf and op/ver
14047              have been changed to reflect this.
14048              - sprintf.t test #214 changed its expectations because in many
14049              cases, the next parameter has already been consumed when an
14050              invalid type letter is detected.
14051              
14052              Probably wanted side-effects:
14053              - attempts to format a non-existent parameter will warn as if C<undef>
14054              - attempt to write to non-existent parameter with '%n' will complain
14055              of "attempt to modify read-only value" instead of being silent
14056      Branch: perl
14057            ! sv.c t/op/sprintf.t t/op/ver.t
14058 ____________________________________________________________________________
14059 [  8480] By: jhi                                   on 2001/01/19  14:08:37
14060         Log: Subject: PATCH pragma/locale.t
14061              From: andreas.koenig@anima.de (Andreas J. Koenig)
14062              Date: 18 Jan 2001 09:45:37 +0100
14063              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
14064      Branch: perl
14065            ! t/pragma/locale.t
14066 ____________________________________________________________________________
14067 [  8479] By: jhi                                   on 2001/01/19  13:19:58
14068         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
14069      Branch: perl
14070            ! configure.com
14071 ____________________________________________________________________________
14072 [  8478] By: jhi                                   on 2001/01/19  02:12:35
14073         Log: Automate 1_compile.t.
14074      Branch: perl
14075            ! t/lib/1_compile.t
14076 ____________________________________________________________________________
14077 [  8477] By: jhi                                   on 2001/01/19  01:49:56
14078         Log: Integrate perlio.
14079      Branch: perl
14080           !> sv.c win32/config.bc win32/config.gc win32/config.vc
14081           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14082 ____________________________________________________________________________
14083 [  8476] By: nick                                  on 2001/01/18  21:51:52
14084         Log: Integrate mainline
14085      Branch: perlio
14086           +> t/lib/1_compile.t t/lib/compmod.pl
14087           !> MANIFEST configure.com lib/unicode/distinct.pm
14088 ____________________________________________________________________________
14089 [  8475] By: nick                                  on 2001/01/18  21:48:02
14090         Log: Win32 "safe signals" co-existance fix.
14091              Fix SIG_SIZE value.
14092              Clear PL_sig_pending when cloning (fork).
14093      Branch: perlio
14094            ! sv.c win32/config.bc win32/config.gc win32/config.vc
14095            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14096 ____________________________________________________________________________
14097 [  8474] By: jhi                                   on 2001/01/18  14:40:57
14098         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
14099      Branch: perl
14100            ! t/lib/1_compile.t
14101 ____________________________________________________________________________
14102 [  8473] By: gsar                                  on 2001/01/18  11:42:31
14103         Log: unsubmitted trial1 change
14104      Branch: maint-5.6/perl
14105            ! Changes
14106 ____________________________________________________________________________
14107 [  8472] By: jhi                                   on 2001/01/18  04:30:24
14108         Log: The first bug found by 1_compile.t.
14109      Branch: perl
14110            ! lib/unicode/distinct.pm
14111 ____________________________________________________________________________
14112 [  8471] By: jhi                                   on 2001/01/18  04:29:42
14113         Log: Add Schwern's 1_compile test.  The compile_module script renamed
14114              to be a bit shorter for the 8.3 people.
14115      Branch: perl
14116            + t/lib/1_compile.t t/lib/compmod.pl
14117            ! MANIFEST
14118 ____________________________________________________________________________
14119 [  8470] By: jhi                                   on 2001/01/18  04:16:00
14120         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
14121              From: Peter Prymmer <pvhp@forte.com>
14122              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
14123              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
14124              Replace #8463.
14125      Branch: maint-5.6/perl
14126            ! configure.com
14127 ____________________________________________________________________________
14128 [  8469] By: jhi                                   on 2001/01/18  04:13:02
14129         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
14130              From: Peter Prymmer <pvhp@forte.com>
14131              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
14132              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
14133              Replace #8462.
14134      Branch: perl
14135            ! configure.com
14136 ____________________________________________________________________________
14137 [  8468] By: jhi                                   on 2001/01/18  03:42:08
14138         Log: Integrate perlio.
14139      Branch: perl
14140           !> gv.c mg.c perlio.c util.c
14141 ____________________________________________________________________________
14142 [  8467] By: nick                                  on 2001/01/17  22:41:10
14143         Log: "Safe" signals - trial implementation.
14144              gv.c tweaked to zero PL_sig_pend array
14145              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
14146              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
14147              Odd thing is that it "works" with PERLIO=stdio as well (linux).
14148      Branch: perlio
14149            ! gv.c mg.c perlio.c util.c
14150 ____________________________________________________________________________
14151 [  8466] By: nick                                  on 2001/01/17  20:40:20
14152         Log: Integrate mainline.
14153      Branch: perlio
14154           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14155           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
14156           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
14157           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14158           !> vos/config.ga.h win32/config.bc win32/config.gc
14159           !> win32/config.vc
14160 ____________________________________________________________________________
14161 [  8465] By: jhi                                   on 2001/01/17  18:37:13
14162         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
14163              From: Nicholas Clark <nick@ccl4.org>
14164              Date: Wed, 17 Jan 2001 17:31:33 +0000
14165              Message-ID: <20010117173133.I2633@plum.flirble.org>
14166      Branch: perl
14167            ! t/op/int.t
14168 ____________________________________________________________________________
14169 [  8464] By: jhi                                   on 2001/01/17  14:43:17
14170         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
14171              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14172              Date: Wed, 17 Jan 2001 15:16:43 +0100
14173              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
14174              
14175              pp_int() was dropping an NV to the floor,
14176              int(279964589018079/59) either returned not an integer
14177              4745162525730.15, or one got "Attempt to free unreferenced scalar."
14178      Branch: perl
14179            ! pp.c
14180 ____________________________________________________________________________
14181 [  8463] By: jhi                                   on 2001/01/17  06:12:42
14182         Log: (Replaced by #8470)
14183              
14184              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
14185              From: "Craig A. Berry" <craigberry@mac.com>
14186              Date: Tue, 16 Jan 2001 23:38:46 -0600
14187              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
14188      Branch: maint-5.6/perl
14189            ! configure.com
14190 ____________________________________________________________________________
14191 [  8462] By: jhi                                   on 2001/01/17  06:11:31
14192         Log: (Replaced by #8469)
14193              
14194              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
14195              From: "Craig A. Berry" <craigberry@mac.com>
14196              Date: Tue, 16 Jan 2001 23:38:46 -0600
14197              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
14198      Branch: perl
14199            ! configure.com
14200 ____________________________________________________________________________
14201 [  8461] By: jhi                                   on 2001/01/17  05:56:12
14202         Log: Allow for one trailing slash in the directory of mkdir().
14203      Branch: perl
14204            ! pp_sys.c
14205 ____________________________________________________________________________
14206 [  8460] By: jhi                                   on 2001/01/17  03:26:01
14207         Log: Metaconfig unit changes for #8459.
14208      Branch: metaconfig
14209            ! U/modified/Loc.U U/modified/sig_name.U
14210 ____________________________________________________________________________
14211 [  8459] By: jhi                                   on 2001/01/17  03:24:48
14212         Log: Define SIG_SIZE, the number of elements in the sig_name and
14213              sig_num arrays, including the final NULL entry.
14214      Branch: perl
14215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14216            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
14217            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
14218            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14219            ! win32/config.bc win32/config.gc win32/config.vc
14220 ____________________________________________________________________________
14221 [  8458] By: jhi                                   on 2001/01/17  01:41:33
14222         Log: Integrate perlio.
14223      Branch: perl
14224           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
14225           !> perlapi.h proto.h sv.c
14226 ____________________________________________________________________________
14227 [  8457] By: nick                                  on 2001/01/16  22:07:26
14228         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
14229              Provides all the "cost" but no benefit yet - it is to allow cost
14230              to be measured, and implementation experiments (just in mg.c?).
14231      Branch: perlio
14232            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
14233            ! perlapi.h proto.h sv.c
14234 ____________________________________________________________________________
14235 [  8456] By: nick                                  on 2001/01/16  21:07:07
14236         Log: Integrate mainline.
14237      Branch: perlio
14238           !> (integrate 51 files)
14239 ____________________________________________________________________________
14240 [  8455] By: jhi                                   on 2001/01/16  18:13:43
14241         Log: Subject: [PATCH] regcomp.c old feature removal
14242              From: mjd@plover.com
14243              Date: 16 Jan 2001 14:43:18 -0000 
14244              Message-ID: <20010116144318.7140.qmail@plover.com> 
14245      Branch: perl
14246            ! regcomp.c
14247 ____________________________________________________________________________
14248 [  8454] By: jhi                                   on 2001/01/16  16:12:39
14249         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
14250              From: "Indy Singh" <indy@nusphere.com>
14251              Date: Wed, 10 Jan 2001 20:17:49 -0500
14252              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
14253      Branch: maint-5.6/perl
14254            ! win32/Makefile
14255 ____________________________________________________________________________
14256 [  8453] By: jhi                                   on 2001/01/16  16:09:33
14257         Log: Update Changes.
14258      Branch: perl
14259            ! Changes patchlevel.h
14260 ____________________________________________________________________________
14261 [  8452] By: jhi                                   on 2001/01/16  15:42:04
14262         Log: Subject: Re: API Cleanup
14263              To: perl5-porters@perl.org
14264              Date: Tue, 16 Jan 2001 13:42:30 +0000
14265              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
14266              
14267              Subject: [PATCH] utf8.c documentation
14268              From: Simon Cozens <simon@cozens.net>
14269              Date: Tue, 16 Jan 2001 13:52:48 +0000
14270              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
14271              
14272              Subject: Re: API Cleanup
14273              From: Simon Cozens <simon@cozens.net>
14274              Date: Tue, 16 Jan 2001 14:58:55 +0000
14275              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
14276              
14277              UTF-8 doc patches.
14278      Branch: perl
14279            ! embed.pl pod/perlapi.pod utf8.c
14280 ____________________________________________________________________________
14281 [  8451] By: jhi                                   on 2001/01/16  14:41:39
14282         Log: podlators 1.07, from Russ Allbery.
14283      Branch: perl
14284            ! lib/Pod/Man.pm
14285 ____________________________________________________________________________
14286 [  8450] By: jhi                                   on 2001/01/16  14:24:19
14287         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
14288              From: "Indy Singh" <indy@nusphere.com>
14289              Date: Mon, 15 Jan 2001 20:59:40 -0500
14290              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
14291      Branch: perl
14292            ! win32/Makefile
14293 ____________________________________________________________________________
14294 [  8449] By: jhi                                   on 2001/01/16  03:42:55
14295         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14296              at the setting of the ofs_sv in new_struct_thread() as the
14297              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
14298              that invited a core dump.
14299      Branch: perl
14300            ! util.c
14301 ____________________________________________________________________________
14302 [  8448] By: jhi                                   on 2001/01/16  01:49:07
14303         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
14304              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14305              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
14306              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
14307              
14308              Replace #8444 and #8445.
14309      Branch: perl
14310            ! ext/B/B.xs ext/B/B/Debug.pm
14311 ____________________________________________________________________________
14312 [  8447] By: jhi                                   on 2001/01/15  21:05:35
14313         Log: Subject: [PATCH] API Variable documentation   
14314              From: Simon Cozens <simon@cozens.net>
14315              Date: Mon, 15 Jan 2001 19:35:54 +0000
14316              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
14317      Branch: perl
14318            ! pod/perlapi.pod thrdvar.h
14319 ____________________________________________________________________________
14320 [  8446] By: jhi                                   on 2001/01/15  20:49:20
14321         Log: Signedness nit.
14322      Branch: perl
14323            ! pp_ctl.c
14324 ____________________________________________________________________________
14325 [  8445] By: jhi                                   on 2001/01/15  20:28:48
14326         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
14327      Branch: perl
14328            ! ext/B/B/Debug.pm
14329 ____________________________________________________________________________
14330 [  8444] By: jhi                                   on 2001/01/15  13:09:10
14331         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14332      Branch: perl
14333            ! ext/B/B.xs
14334 ____________________________________________________________________________
14335 [  8443] By: jhi                                   on 2001/01/15  13:06:26
14336         Log: Missing from #8439.
14337      Branch: perl
14338            ! keywords.h mg.c
14339 ____________________________________________________________________________
14340 [  8442] By: jhi                                   on 2001/01/15  13:02:38
14341         Log: Subject: [PATCH @8436] Eliminate op_children
14342              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14343              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
14344              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
14345              
14346              Subject: [PATCH @8436] Re: Eliminate op_children
14347              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14348              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
14349              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
14350      Branch: perl
14351            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
14352            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14353            ! op.c op.h
14354 ____________________________________________________________________________
14355 [  8441] By: jhi                                   on 2001/01/15  12:57:08
14356         Log: Use the /^Perl_/-less form of is_lvalue_sub().
14357      Branch: perl
14358            ! pp.h
14359 ____________________________________________________________________________
14360 [  8440] By: jhi                                   on 2001/01/15  05:13:09
14361         Log: Revert #8437 and #8438, the Linux large files story is more complex.
14362      Branch: metaconfig/U/perl
14363            ! d_fpos64_t.U d_off64_t.U
14364      Branch: perl
14365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14366            ! config_h.SH configure.com epoc/config.sh perl.h
14367            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
14368            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14369            ! win32/config.bc win32/config.gc win32/config.vc
14370 ____________________________________________________________________________
14371 [  8439] By: jhi                                   on 2001/01/15  05:02:24
14372         Log: More UTF-8 patches from Inaba Hiroto.
14373              - The substr lval was still not okay.
14374              - Now pp_stringify and sv_setsv copies source's UTF8 flag
14375              even if IN_BYTE.  pp_stringify is called from fold_constants
14376              at optimization phase and "\x{100}" was made SvUTF8_off under
14377              use bytes (the bytes pragma is for "byte semantics" and not
14378              for "do not produce UTF8 data")
14379              - New `qu' operator to generate UTF8 string explicitly.
14380              Though I agree with the policy "0x00-0xff always produce bytes",
14381              sometimes want to such a string to be coded in UTF8.
14382              I can use pack"U0a*" but it requires more typing and has
14383              runtime overhead.
14384              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
14385              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
14386              string is not UTF8_on and has char 0x80-0xff.
14387              
14388              TODO: document and test qu.
14389      Branch: perl
14390            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
14391            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
14392            ! toke.c
14393 ____________________________________________________________________________
14394 [  8438] By: jhi                                   on 2001/01/14  05:10:23
14395         Log: Metaconfig unit changes for #8437.
14396      Branch: metaconfig/U/perl
14397            ! d_fpos64_t.U d_off64_t.U
14398 ____________________________________________________________________________
14399 [  8437] By: jhi                                   on 2001/01/14  04:55:34
14400         Log: Add <features.h> probing, seems to be needed for (some?)
14401              Linux largefileness.
14402      Branch: perl
14403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14404            ! config_h.SH configure.com epoc/config.sh perl.h
14405            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
14406            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14407            ! win32/config.bc win32/config.gc win32/config.vc
14408 ____________________________________________________________________________
14409 [  8436] By: jhi                                   on 2001/01/13  17:47:21
14410         Log: Tighten some of the tests a bit.
14411      Branch: perl
14412            ! t/pragma/utf8.t
14413 ____________________________________________________________________________
14414 [  8435] By: jhi                                   on 2001/01/13  17:31:54
14415         Log: Integrate perlio.
14416      Branch: perl
14417           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
14418           !> win32/config_H.gc win32/config_H.vc
14419 ____________________________________________________________________________
14420 [  8434] By: nick                                  on 2001/01/13  11:36:53
14421         Log: Run dmake regen_config_h for Win32
14422      Branch: perlio
14423            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14424 ____________________________________________________________________________
14425 [  8433] By: nick                                  on 2001/01/13  11:31:55
14426         Log: VMS friendly patch to Encode compile process
14427      Branch: perlio
14428            ! ext/Encode/Makefile.PL ext/Encode/compile
14429 ____________________________________________________________________________
14430 [  8432] By: nick                                  on 2001/01/13  11:06:44
14431         Log: Integrate mainline
14432      Branch: perlio
14433           +> ext/B/B/Concise.pm
14434           !> (integrate 52 files)
14435 ____________________________________________________________________________
14436 [  8431] By: jhi                                   on 2001/01/13  05:55:55
14437         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
14438              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14439              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
14440              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
14441      Branch: perl
14442            ! ext/B/B/Concise.pm
14443 ____________________________________________________________________________
14444 [  8430] By: jhi                                   on 2001/01/13  04:24:18
14445         Log: The LVRET macro needed an aTHX.
14446      Branch: perl
14447            ! pp.h
14448 ____________________________________________________________________________
14449 [  8429] By: jhi                                   on 2001/01/13  02:12:42
14450         Log: Update Changes.
14451      Branch: perl
14452            ! Changes patchlevel.h
14453 ____________________________________________________________________________
14454 [  8428] By: jhi                                   on 2001/01/13  02:08:50
14455         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
14456              From: Peter Prymmer <pvhp@forte.com>
14457              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
14458              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
14459              
14460              Add a BEGIN guard for sloppy floating point division.
14461      Branch: perl
14462            ! lib/Math/BigInt.pm lib/bigint.pl
14463 ____________________________________________________________________________
14464 [  8427] By: jhi                                   on 2001/01/13  01:47:16
14465         Log: The B::Terse drop-in replacement wasn't quite drop-in.
14466      Branch: perl
14467            ! ext/B/B/Terse.pm
14468 ____________________________________________________________________________
14469 [  8426] By: jhi                                   on 2001/01/12  21:20:43
14470         Log: Use UVXf.
14471      Branch: perl
14472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14473            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
14474            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14475            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14476            ! win32/config.gc win32/config.vc
14477 ____________________________________________________________________________
14478 [  8425] By: jhi                                   on 2001/01/12  20:20:14
14479         Log: Subject: [PATCH perl@8342] -Wformat
14480              From: Robin Barker <rmb1@cise.npl.co.uk>
14481              Date: Fri, 12 Jan 2001 20:03:14 GMT
14482              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
14483      Branch: perl
14484            ! ext/Encode/Encode.xs mg.c sv.c toke.c
14485 ____________________________________________________________________________
14486 [  8424] By: jhi                                   on 2001/01/12  20:01:48
14487         Log: Subject: B::Concise -- an improved replacement for B::Terse 
14488              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14489              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
14490              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
14491      Branch: perl
14492            + ext/B/B/Concise.pm
14493            ! MANIFEST ext/B/B/Terse.pm
14494 ____________________________________________________________________________
14495 [  8423] By: jhi                                   on 2001/01/12  19:24:02
14496         Log: The new metaconfig unit from the #8421.
14497      Branch: metaconfig/U/perl
14498            + d_sigprocmask.U
14499 ____________________________________________________________________________
14500 [  8422] By: jhi                                   on 2001/01/12  19:23:43
14501         Log: Forgot the microperl config from the #8421.
14502      Branch: perl
14503            ! uconfig.h uconfig.sh
14504 ____________________________________________________________________________
14505 [  8421] By: jhi                                   on 2001/01/12  19:05:27
14506         Log: Add sigprocmask() probe, regen Configure, regen toc.
14507      Branch: perl
14508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14509            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
14510            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14511            ! vos/config.ga.h win32/config.bc win32/config.gc
14512            ! win32/config.vc
14513 ____________________________________________________________________________
14514 [  8420] By: jhi                                   on 2001/01/12  18:34:31
14515         Log: Add sockatmark() to the todo list.
14516      Branch: perl
14517            ! Todo-5.6
14518 ____________________________________________________________________________
14519 [  8419] By: jhi                                   on 2001/01/12  18:09:46
14520         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
14521      Branch: perl
14522            ! op.c
14523 ____________________________________________________________________________
14524 [  8418] By: jhi                                   on 2001/01/12  18:05:30
14525         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
14526              From: Radu Greab <radu@netsoft.ro>
14527              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
14528              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
14529      Branch: perl
14530            ! op.c t/pragma/sub_lval.t
14531 ____________________________________________________________________________
14532 [  8417] By: jhi                                   on 2001/01/12  16:09:09
14533         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
14534              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
14535              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
14536              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
14537      Branch: perl
14538            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
14539            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
14540            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
14541            ! t/pragma/sub_lval.t toke.c
14542 ____________________________________________________________________________
14543 [  8416] By: jhi                                   on 2001/01/12  15:42:06
14544         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
14545              From: "Richard Soderberg" <rs@crystalflame.net>
14546              Date: Fri, 12 Jan 2001 04:49:35 -0800
14547              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
14548              
14549              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
14550              according to the platform.
14551      Branch: perl
14552            ! op.c
14553 ____________________________________________________________________________
14554 [  8415] By: jhi                                   on 2001/01/12  15:33:41
14555         Log: One more UTF-8 fix from Inaba Hiroto.
14556      Branch: perl
14557            ! pp.c regexec.c t/pragma/utf8.t
14558 ____________________________________________________________________________
14559 [  8414] By: jhi                                   on 2001/01/12  15:30:18
14560         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
14561      Branch: perl
14562            ! regexec.c
14563 ____________________________________________________________________________
14564 [  8413] By: jhi                                   on 2001/01/12  15:22:10
14565         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
14566              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14567              Date: Thu, 11 Jan 2001 12:53:36 +0100
14568              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
14569      Branch: perl
14570            ! toke.c
14571 ____________________________________________________________________________
14572 [  8412] By: jhi                                   on 2001/01/12  15:20:25
14573         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
14574              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14575              Date: Fri, 12 Jan 2001 14:37:55 +0100
14576              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
14577      Branch: perl
14578            ! hints/posix-bc.sh
14579 ____________________________________________________________________________
14580 [  8411] By: jhi                                   on 2001/01/12  15:14:14
14581         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
14582              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14583              Date: Fri, 12 Jan 2001 10:42:21 +0100
14584              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
14585      Branch: perl
14586            ! t/op/regmesg.t
14587 ____________________________________________________________________________
14588 [  8410] By: jhi                                   on 2001/01/12  05:48:55
14589         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
14590              From: Nicholas Clark <nick@ccl4.org> 
14591              Date: Sun, 7 Jan 2001 19:47:14 +0000
14592              Message-ID: <20010107194714.B1048@plum.flirble.org>
14593      Branch: perl
14594            ! t/op/numconvert.t
14595 ____________________________________________________________________________
14596 [  8409] By: jhi                                   on 2001/01/12  05:41:28
14597         Log: Integrate perlio.
14598      Branch: perl
14599           !> mg.c scope.h
14600 ____________________________________________________________________________
14601 [  8408] By: nick                                  on 2001/01/11  22:43:28
14602         Log: Remove variables that were used in experiments.
14603      Branch: perlio
14604            ! mg.c
14605 ____________________________________________________________________________
14606 [  8407] By: nick                                  on 2001/01/11  20:57:44
14607         Log: Catch die in %SIG handler and unblock the signal before re-dying.
14608              This make Linux work _without_ sigsetjmp().
14609              Turn off sigsetjmp() to see what else it does.
14610              May need Configure probe for sigprocmask() if anything has sigaction()
14611              but not sigprocmask().
14612      Branch: perlio
14613            ! mg.c scope.h
14614 ____________________________________________________________________________
14615 [  8406] By: nick                                  on 2001/01/11  19:32:07
14616         Log: Integrate mainline
14617      Branch: perlio
14618           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
14619           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
14620           !> t/op/substr.t
14621 ____________________________________________________________________________
14622 [  8405] By: jhi                                   on 2001/01/11  17:11:01
14623         Log: Fix UTF-8 lval substr().
14624      Branch: perl
14625            ! mg.c t/op/substr.t
14626 ____________________________________________________________________________
14627 [  8404] By: jhi                                   on 2001/01/11  05:13:58
14628         Log: Update Changes.
14629      Branch: perl
14630            ! Changes patchlevel.h
14631 ____________________________________________________________________________
14632 [  8403] By: jhi                                   on 2001/01/11  04:38:24
14633         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
14634              From: Hugo <hv@crypt.compulink.co.uk>
14635              Date: Mon, 30 Oct 2000 01:33:26 +0000
14636              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
14637      Branch: perl
14638            ! regexec.c t/op/re_tests
14639 ____________________________________________________________________________
14640 [  8402] By: jhi                                   on 2001/01/11  04:26:12
14641         Log: Integrate perlio.
14642      Branch: perl
14643           !> scope.h util.c
14644 ____________________________________________________________________________
14645 [  8401] By: nick                                  on 2001/01/10  22:52:55
14646         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
14647              (So Alan and Ilya can try setting via hints.)
14648              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
14649              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
14650              doing the save everywhere seems to restart read() correctly, but just
14651              doing it once "round" the handler does not.
14652      Branch: perlio
14653            ! scope.h
14654 ____________________________________________________________________________
14655 [  8400] By: jhi                                   on 2001/01/10  21:57:54
14656         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
14657              of IRIX, HP-UX is unaffected.
14658      Branch: perl
14659            ! perl.h
14660 ____________________________________________________________________________
14661 [  8399] By: nick                                  on 2001/01/10  21:29:19
14662         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
14663      Branch: perlio
14664            ! util.c
14665 ____________________________________________________________________________
14666 [  8398] By: jhi                                   on 2001/01/10  20:55:31
14667         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
14668              also have ReusePort.
14669      Branch: perl
14670            ! ext/IO/lib/IO/Socket/INET.pm
14671 ____________________________________________________________________________
14672 [  8397] By: jhi                                   on 2001/01/10  20:50:57
14673         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
14674              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
14675              Date: Wed, 10 Jan 2001 01:38:13 -0800
14676              Message-ID: <20010110013813.B41744@yahoo-inc.com>
14677      Branch: perl
14678            ! ext/IO/lib/IO/Socket/INET.pm
14679 ____________________________________________________________________________
14680 [  8396] By: jhi                                   on 2001/01/10  20:49:30
14681         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
14682              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
14683              Date: Wed, 10 Jan 2001 01:37:32 -0800
14684              Message-ID: <20010110013732.A41744@yahoo-inc.com>
14685      Branch: perl
14686            ! ext/Socket/Socket.pm
14687 ____________________________________________________________________________
14688 [  8395] By: jhi                                   on 2001/01/10  20:41:37
14689         Log: Test for bug id 20010105.016 (fixed by #8378).
14690      Branch: perl
14691            ! t/op/split.t
14692 ____________________________________________________________________________
14693 [  8394] By: jhi                                   on 2001/01/10  20:26:32
14694         Log: Integrate perlio.
14695      Branch: perl
14696            ! util.c
14697 ____________________________________________________________________________
14698 [  8393] By: nick                                  on 2001/01/10  19:34:30
14699         Log: Back out Simon's pid hackery for now.
14700      Branch: perlio
14701            ! util.c
14702 ____________________________________________________________________________
14703 [  8392] By: nick                                  on 2001/01/10  19:23:13
14704         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
14705      Branch: perlio
14706           !> (integrate 29 files)
14707 ____________________________________________________________________________
14708 [  8391] By: jhi                                   on 2001/01/10  18:43:15
14709         Log: Subject: [PATCH] Fix my_pclose segfault
14710              From: Simon Cozens <simon@cozens.net>
14711              Date: Wed, 10 Jan 2001 18:39:35 +0000
14712              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
14713      Branch: perl
14714            ! util.c
14715 ____________________________________________________________________________
14716 [  8390] By: jhi                                   on 2001/01/10  18:42:08
14717         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14719              Date:     Wed, 10 Jan 2001 13:23:02 EST
14720              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
14721      Branch: perl
14722            ! ext/Opcode/Opcode.xs
14723 ____________________________________________________________________________
14724 [  8389] By: jhi                                   on 2001/01/10  15:16:07
14725         Log: Turn off the integer preservation for now.
14726      Branch: perl
14727            ! perl.h
14728 ____________________________________________________________________________
14729 [  8388] By: jhi                                   on 2001/01/10  15:01:25
14730         Log: Few more IDE/editor nits from p5p.
14731      Branch: perl
14732            ! pod/perlfaq3.pod
14733 ____________________________________________________________________________
14734 [  8387] By: jhi                                   on 2001/01/10  06:53:16
14735         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
14736              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
14737              Date: Tue, 9 Jan 2001 23:16:02 +0000
14738              Message-ID: <20010109231602.A81101@plum.flirble.org>
14739      Branch: perl
14740            ! sv.c
14741 ____________________________________________________________________________
14742 [  8386] By: jhi                                   on 2001/01/10  03:17:54
14743         Log: Test cases for #8385 (from Simon's "torture.pl")
14744      Branch: perl
14745            ! t/op/tr.t
14746 ____________________________________________________________________________
14747 [  8385] By: jhi                                   on 2001/01/10  03:17:11
14748         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
14749              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
14750              Date: Wed, 10 Jan 2001 11:39:39 +0900
14751              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
14752              
14753              Some more UTF-8 tr cases fixed.
14754      Branch: perl
14755            ! doop.c
14756 ____________________________________________________________________________
14757 [  8384] By: jhi                                   on 2001/01/09  22:45:40
14758         Log: Allow the locale test needing POSIX and the taint test
14759              needing IPC::SysV to run under 'minitest' (basically,
14760              bail out if loading the extension fails)
14761      Branch: perl
14762            ! t/op/misc.t t/op/taint.t
14763 ____________________________________________________________________________
14764 [  8383] By: jhi                                   on 2001/01/09  21:36:04
14765         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14766              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14767              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
14768              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
14769      Branch: perl
14770            ! t/io/openpid.t
14771 ____________________________________________________________________________
14772 [  8382] By: jhi                                   on 2001/01/09  21:06:08
14773         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
14774              Should finish up the bug id 20001205.022.
14775      Branch: perl
14776            ! pp.c pp_hot.c scope.c
14777 ____________________________________________________________________________
14778 [  8381] By: jhi                                   on 2001/01/09  18:27:43
14779         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
14780              From: Andy Dougherty <doughera@lafayette.edu>
14781              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
14782              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
14783              
14784              More robust yacc/bison error detection.
14785      Branch: perl
14786            ! t/comp/proto.t
14787 ____________________________________________________________________________
14788 [  8380] By: jhi                                   on 2001/01/09  15:21:38
14789         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
14790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14791              Date:     Tue, 9 Jan 2001 07:53:55 EST
14792              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
14793      Branch: perl
14794            ! t/op/misc.t vms/test.com
14795 ____________________________________________________________________________
14796 [  8379] By: jhi                                   on 2001/01/09  15:20:38
14797         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
14798              From: jhi@cc.hut.fi
14799              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
14800              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
14801              
14802              The #8378 fixed this.
14803      Branch: perl
14804            ! t/op/tr.t
14805 ____________________________________________________________________________
14806 [  8378] By: jhi                                   on 2001/01/09  15:05:32
14807         Log: Subject: One more patch for UTF8 
14808              From: Inaba Hiroto <inaba@st.rim.or.jp>
14809              Date: Tue, 09 Jan 2001 01:04:32 +0900
14810              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
14811              
14812              UTF-8 fixes for 'x' and tr///.
14813      Branch: perl
14814            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
14815            ! regcomp.c regexec.c toke.c utf8.c
14816 ____________________________________________________________________________
14817 [  8377] By: jhi                                   on 2001/01/09  14:32:17
14818         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14819      Branch: perl
14820            ! t/op/length.t
14821 ____________________________________________________________________________
14822 [  8376] By: jhi                                   on 2001/01/09  04:32:32
14823         Log: integrate changes #7775, #8316, #8316 from mainline
14824      Branch: maint-5.6/perl
14825            ! hints/solaris_2.sh
14826 ____________________________________________________________________________
14827 [  8375] By: jhi                                   on 2001/01/09  04:26:43
14828         Log: Update Changes.
14829      Branch: perl
14830            ! Changes patchlevel.h
14831 ____________________________________________________________________________
14832 [  8374] By: jhi                                   on 2001/01/09  04:14:32
14833         Log: IDE/editor section tweaking.
14834      Branch: perl
14835            ! pod/perlfaq3.pod
14836 ____________________________________________________________________________
14837 [  8373] By: jhi                                   on 2001/01/09  02:38:26
14838         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
14839              From: Peter Prymmer <pvhp@forte.com>
14840              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
14841              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
14842              
14843              In preparation os OS/390 dynamic loading.
14844      Branch: perl
14845            ! README.os390 hints/os390.sh
14846 ____________________________________________________________________________
14847 [  8372] By: jhi                                   on 2001/01/09  00:24:30
14848         Log: Integrate with perlio.
14849      Branch: perl
14850           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
14851 ____________________________________________________________________________
14852 [  8371] By: nick                                  on 2001/01/08  23:54:33
14853         Log: Fix "scalars leaked" bugs caused by overload magic
14854              (Highlighted by Ilya's DESTROY optimization.)
14855      Branch: perlio
14856            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
14857 ____________________________________________________________________________
14858 [  8370] By: nick                                  on 2001/01/08  20:19:41
14859         Log: Integrate mainline
14860      Branch: perlio
14861           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
14862           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
14863           !> t/op/64bitint.t
14864 ____________________________________________________________________________
14865 [  8369] By: jhi                                   on 2001/01/08  17:30:52
14866         Log: save_delete() Safefree() doesn't (anymore?) work with shared
14867              strings, one test failure in op/misc and almost all of lib/b.
14868              (Outcomments #8369.)
14869      Branch: perl
14870            ! scope.c
14871 ____________________________________________________________________________
14872 [  8368] By: jhi                                   on 2001/01/08  14:47:10
14873         Log: (Outcommented by #8369.)
14874              
14875              Subject: Re: Perl BugID 20001205.022 ---- save_delete
14876              From: Simon Cozens <simon@cozens.net>
14877              Date: Sat, 6 Jan 2001 11:48:40 +0000
14878              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
14879              
14880              The save_delete() does need the Safefree.
14881      Branch: perl
14882            ! scope.c
14883 ____________________________________________________________________________
14884 [  8367] By: bailey                                on 2001/01/08  08:53:52
14885         Log: Once again syncing after too long an absence
14886      Branch: vmsperl
14887           +> (branch 55 files)
14888            - MAINTAIN fix_pl vos/config.def vos/config.h
14889            - vos/config_h.SH_orig
14890           !> (integrate 498 files)
14891 ____________________________________________________________________________
14892 [  8366] By: jhi                                   on 2001/01/08  02:42:59
14893         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
14894              From: nick@ccl4.org
14895              Date: Sun, 7 Jan 2001 21:07:18 +0000
14896              Message-Id: <20010107210717.D1048@plum.flirble.org>
14897      Branch: perl
14898            ! sv.c t/op/64bitint.t
14899 ____________________________________________________________________________
14900 [  8365] By: jhi                                   on 2001/01/08  02:35:16
14901         Log: Subject: [PATCH] environ nit
14902              From: Simon Cozens <simon@cozens.net>
14903              Date: Sun, 7 Jan 2001 17:57:07 +0000
14904              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
14905              
14906              Use environ only if we have it.
14907      Branch: perl
14908            ! mg.c
14909 ____________________________________________________________________________
14910 [  8364] By: jhi                                   on 2001/01/08  02:24:51
14911         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
14912      Branch: perl
14913            ! ext/GDBM_File/GDBM_File.xs
14914 ____________________________________________________________________________
14915 [  8363] By: jhi                                   on 2001/01/08  02:19:24
14916         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14917              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14918              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
14919              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
14920      Branch: perl
14921            ! dump.c op.c
14922 ____________________________________________________________________________
14923 [  8362] By: jhi                                   on 2001/01/08  02:17:43
14924         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
14925              From: Doug MacEachern <dougm@covalent.net>
14926              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
14927              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
14928              
14929              Allow AUTOLOAD to be an xsub and allow such xsubs
14930              to avoid use of $AUTOLOAD.
14931      Branch: perl
14932            ! gv.c
14933 ____________________________________________________________________________
14934 [  8361] By: jhi                                   on 2001/01/08  02:16:07
14935         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14936              From: Radu Greab <radu@netsoft.ro>
14937              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
14938              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
14939              
14940              No need for the potentially unportable $SIG{CHLD}.
14941      Branch: perl
14942            ! t/io/pipe.t
14943 ____________________________________________________________________________
14944 [  8360] By: jhi                                   on 2001/01/08  01:58:23
14945         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
14946      Branch: perl
14947            ! lib/Getopt/Long.pm
14948 ____________________________________________________________________________
14949 [  8359] By: jhi                                   on 2001/01/08  01:55:44
14950         Log: Integrate perlio.
14951      Branch: perl
14952           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
14953           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
14954           !> utf8.c win32/Makefile
14955 ____________________________________________________________________________
14956 [  8358] By: jhi                                   on 2001/01/07  21:16:50
14957         Log: Update the EPOC cross SDK URL.
14958      Branch: perl
14959            ! README.epoc
14960 ____________________________________________________________________________
14961 [  8357] By: jhi                                   on 2001/01/07  21:16:09
14962         Log: Update the EPOC cross SDK URL.
14963      Branch: maint-5.6/perl
14964            ! README.epoc
14965 ____________________________________________________________________________
14966 [  8356] By: nick                                  on 2001/01/06  21:47:52
14967         Log: FILE * in XS code for PerlIO world:
14968              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
14969              - Add FILE * T_STDIO typemap.
14970              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
14971      Branch: perlio
14972            ! lib/ExtUtils/typemap perlio.c perlio.h
14973 ____________________________________________________________________________
14974 [  8355] By: jhi                                   on 2001/01/06  20:27:15
14975         Log: integrate change #8336 from mainline
14976              
14977              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
14978      Branch: maint-5.6/perl
14979            ! hv.c
14980 ____________________________________________________________________________
14981 [  8354] By: jhi                                   on 2001/01/06  20:24:29
14982         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14983              From: Robin Barker <rmb1@cise.npl.co.uk>
14984              Date: Fri, 22 Dec 2000 12:17:38 GMT
14985              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
14986              
14987              The patch reformats some long =item lines so they give
14988              correct output via pod2man | nroff -man
14989              
14990              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14991              From: Robin Barker <rmb1@cise.npl.co.uk>
14992              Date: Tue, 2 Jan 2001 15:35:03 GMT
14993              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14994              
14995              Here is a _further_ patch which corrects a few more errors:
14996              * an empty C<=item> in CPAN.pm
14997              * patching the wrong file (pod/perlamiga.pod not README.amiga)
14998              * leaving empty C<=item>s which formatted incorrectly
14999              * over long C<=item>s revealed by latest patch to Pod::Man
15000      Branch: maint-5.6/perl
15001            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15002            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15003            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
15004            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
15005            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
15006            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
15007 ____________________________________________________________________________
15008 [  8353] By: jhi                                   on 2001/01/06  20:21:10
15009         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
15010              
15011              UTF-8 hash keys.
15012      Branch: maint-5.6/perl
15013            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
15014 ____________________________________________________________________________
15015 [  8352] By: jhi                                   on 2001/01/06  20:18:44
15016         Log: Forgotten from #8438.
15017      Branch: maint-5.6/perl
15018            ! epoc/epocish.h
15019 ____________________________________________________________________________
15020 [  8351] By: jhi                                   on 2001/01/06  20:18:12
15021         Log: Forgotten from #8347.
15022      Branch: maint-5.6/perl
15023            ! config_h.SH
15024 ____________________________________________________________________________
15025 [  8350] By: jhi                                   on 2001/01/06  20:00:19
15026         Log: Thinko in #8347.
15027      Branch: maint-5.6/perl
15028            ! regcomp.c
15029 ____________________________________________________________________________
15030 [  8349] By: jhi                                   on 2001/01/06  18:05:30
15031         Log: Copy the FAQ3 IDE section from the development branch,
15032              changes originally by Peter Prymmer.
15033      Branch: maint-5.6/perl
15034            ! pod/perlfaq3.pod
15035 ____________________________________________________________________________
15036 [  8348] By: jhi                                   on 2001/01/06  18:03:02
15037         Log: EPOC updates for TRIAL1.
15038              
15039              Subject: [5.6.1 trial1] EPOC update
15040              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15041              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
15042              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
15043              
15044              Subject: epoc patch2 for perl-5.6.1-trial1
15045              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15046              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
15047              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
15048      Branch: maint-5.6/perl
15049            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
15050            ! epoc/epocish.c
15051 ____________________________________________________________________________
15052 [  8347] By: jhi                                   on 2001/01/06  17:29:10
15053         Log: integrate changes #7710,7824,7973 from mainline,
15054              plus VMS nits from Peter Prymmer and Dan Sugalski.
15055              
15056              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
15057              library (getprotobyname and getprotobynumber are outversioned by
15058              the same calls in libc, at least for xlc version 3.
15059              
15060              Add HAS_SBRK_PROTO.
15061              
15062              Fixes for signedness warnings noticed by VMSperlers.
15063      Branch: maint-5.6/perl
15064            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15065            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
15066            ! sv.c vms/descrip_mms.template vos/config.alpha.def
15067            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15068            ! win32/config.bc win32/config.gc win32/config.vc
15069 ____________________________________________________________________________
15070 [  8346] By: nick                                  on 2001/01/06  14:36:01
15071         Log: Fixup accumulated integrate muddles (perlio == devperl again)
15072      Branch: perlio
15073            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
15074 ____________________________________________________________________________
15075 [  8345] By: nick                                  on 2001/01/06  14:24:58
15076         Log: Integrate mainline
15077      Branch: perlio
15078           !> (integrate 55 files)
15079 ____________________________________________________________________________
15080 [  8344] By: jhi                                   on 2001/01/06  02:24:02
15081         Log: Subject: [patch] PerlIO_cleanup() prototype
15082              From: Doug MacEachern <dougm@covalent.net>
15083              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
15084              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
15085      Branch: perl
15086            ! perlio.h
15087 ____________________________________________________________________________
15088 [  8343] By: jhi                                   on 2001/01/06  01:04:09
15089         Log: IRIX compiler noticed that the bof initialization might be
15090              bypassed by control flow.
15091      Branch: perl
15092            ! toke.c
15093 ____________________________________________________________________________
15094 [  8342] By: jhi                                   on 2001/01/06  00:10:48
15095         Log: Update Changes.
15096      Branch: perl
15097            ! Changes patchlevel.h
15098 ____________________________________________________________________________
15099 [  8341] By: jhi                                   on 2001/01/05  23:52:33
15100         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
15101      Branch: perl
15102            ! toke.c
15103 ____________________________________________________________________________
15104 [  8340] By: jhi                                   on 2001/01/05  22:44:08
15105         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15106              From: Radu Greab <radu@netsoft.ro>
15107              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
15108              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
15109      Branch: perl
15110            ! t/io/pipe.t util.c
15111 ____________________________________________________________________________
15112 [  8339] By: jhi                                   on 2001/01/05  22:35:17
15113         Log: Subject: [PATCH] format and rewording in perlfaq.pod
15114              From: Robin Barker <rmb1@cise.npl.co.uk>
15115              Date: Fri, 5 Jan 2001 18:51:20 GMT
15116              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
15117      Branch: perl
15118            ! pod/perlfaq.pod
15119 ____________________________________________________________________________
15120 [  8338] By: jhi                                   on 2001/01/05  22:31:17
15121         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
15122              From: Peter Prymmer <pvhp@forte.com>
15123              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
15124              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
15125      Branch: perl
15126            ! utils/perlbug.PL
15127 ____________________________________________________________________________
15128 [  8337] By: jhi                                   on 2001/01/05  18:15:11
15129         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
15130              From: Robin Barker <rmb1@cise.npl.co.uk>
15131              Date: Tue, 2 Jan 2001 15:24:07 GMT
15132              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
15133              
15134              If you call configure as C<./Configure> or C<sh ./Configure>,
15135              $src is set to the absolute path name, not '.'.
15136              
15137              This, in turn, means -Dmksymlink tries to do its stuff because
15138              it does not think it is in the src directory.
15139              
15140              (plus a metaconfig nitfix)
15141      Branch: metaconfig
15142            ! U/compline/ccflags.U U/modified/src.U
15143      Branch: perl
15144            ! Configure config_h.SH
15145 ____________________________________________________________________________
15146 [  8336] By: jhi                                   on 2001/01/05  17:48:32
15147         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
15148              From: Alan Burlison <Alan.Burlison@uk.sun.com>
15149              Message-ID: <3A5606C4.473D2226@uk.sun.com>
15150              Date: Fri, 05 Jan 2001 17:39:16 +0000
15151      Branch: perl
15152            ! hv.c
15153 ____________________________________________________________________________
15154 [  8335] By: jhi                                   on 2001/01/05  16:05:44
15155         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
15156      Branch: perl
15157            ! lib/Getopt/Long.pm
15158 ____________________________________________________________________________
15159 [  8334] By: jhi                                   on 2001/01/05  16:00:51
15160         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
15161              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
15162              Date: Fri, 05 Jan 2001 13:46:51 +0100
15163              Message-ID: <13693.978698811@nice.ram.loc>
15164              
15165              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
15166              accurate reading of the "atime".  
15167      Branch: perl
15168            ! t/io/fs.t
15169 ____________________________________________________________________________
15170 [  8333] By: jhi                                   on 2001/01/05  15:57:37
15171         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
15172              From: Simon Cozens <simon@cozens.net>
15173              Date: Fri, 8 Dec 2000 13:33:31 +0000
15174              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
15175              
15176              A lost patch fragment.
15177      Branch: perl
15178            ! doop.c
15179 ____________________________________________________________________________
15180 [  8332] By: jhi                                   on 2001/01/05  15:40:42
15181         Log: Do away with strncpy() and a fixed length buffer.
15182      Branch: perl
15183            ! utf8.c
15184 ____________________________________________________________________________
15185 [  8331] By: jhi                                   on 2001/01/05  15:03:07
15186         Log: Tests for #8329 and #8330.
15187      Branch: perl
15188            ! t/op/bop.t
15189 ____________________________________________________________________________
15190 [  8330] By: jhi                                   on 2001/01/05  15:02:38
15191         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
15192              raw 8-bit form to the UTF-8 string.
15193      Branch: perl
15194            ! toke.c
15195 ____________________________________________________________________________
15196 [  8329] By: jhi                                   on 2001/01/05  14:55:13
15197         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
15198              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15199              Date: Fri, 5 Jan 2001 12:28:52 +0100
15200              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
15201              
15202              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
15203              no effect.  (changed the strncpy() to Copy())
15204      Branch: perl
15205            ! toke.c
15206 ____________________________________________________________________________
15207 [  8328] By: jhi                                   on 2001/01/05  06:44:27
15208         Log: UTF-8 cleanup.
15209      Branch: perl
15210            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15211            ! regexec.c sv.c toke.c
15212 ____________________________________________________________________________
15213 [  8327] By: jhi                                   on 2001/01/05  01:11:29
15214         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
15215              From: Radu Greab <radu@netsoft.ro>
15216              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
15217              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
15218              
15219              Cleans up Harness to not use FileHandle, which uses IO.
15220      Branch: perl
15221            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15222 ____________________________________________________________________________
15223 [  8326] By: jhi                                   on 2001/01/05  00:56:37
15224         Log: Update Changes.
15225      Branch: perl
15226            ! Changes patchlevel.h
15227 ____________________________________________________________________________
15228 [  8325] By: jhi                                   on 2001/01/05  00:53:18
15229         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
15230              From: Peter Prymmer <pvhp@forte.com>
15231              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
15232              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
15233              
15234              plus a couple more tailing whitespace removals.
15235      Branch: perl
15236            ! win32/Makefile
15237 ____________________________________________________________________________
15238 [  8324] By: jhi                                   on 2001/01/05  00:47:39
15239         Log: Add some Unicode chop() tests.
15240      Branch: perl
15241            ! t/op/chop.t
15242 ____________________________________________________________________________
15243 [  8323] By: jhi                                   on 2001/01/05  00:47:23
15244         Log: Unify UTF-8 malformedness handling.
15245      Branch: perl
15246            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
15247 ____________________________________________________________________________
15248 [  8322] By: jhi                                   on 2001/01/04  22:21:54
15249         Log: The new $issymlink was unknown to Mksymlinks.
15250      Branch: metaconfig/U/perl
15251            ! Mksymlinks.U issymlink.U
15252      Branch: perl
15253            ! Configure config_h.SH
15254 ____________________________________________________________________________
15255 [  8321] By: jhi                                   on 2001/01/04  21:51:05
15256         Log: The test didn't work under the core test framework.
15257      Branch: perl
15258            ! t/lib/st-lock.t
15259 ____________________________________________________________________________
15260 [  8320] By: jhi                                   on 2001/01/04  21:14:22
15261         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
15262      Branch: perl
15263            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
15264 ____________________________________________________________________________
15265 [  8319] By: jhi                                   on 2001/01/04  20:46:17
15266         Log: Typo in #8312 when manually appying a problematic patch fragment.
15267      Branch: perl
15268            ! ext/Storable/Storable.xs
15269 ____________________________________________________________________________
15270 [  8318] By: jhi                                   on 2001/01/04  20:43:01
15271         Log: The $sh_c didn't fly.
15272      Branch: metaconfig
15273            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
15274            ! U/modified/Loc.U U/modified/myhostname.U
15275            ! U/modified/spitshell.U
15276      Branch: metaconfig/U/perl
15277            ! issymlink.U
15278      Branch: perl
15279            ! Configure config_h.SH
15280 ____________________________________________________________________________
15281 [  8317] By: jhi                                   on 2001/01/04  19:58:01
15282         Log: AIX builtin test -h is broken, changes based on
15283              
15284              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
15285              Date: Tue, 02 Jan 2001 11:24:39 +0100
15286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15287              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
15288      Branch: metaconfig
15289            + U/modified/spitshell.U
15290            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
15291            ! U/modified/Loc.U U/modified/myhostname.U
15292      Branch: metaconfig/U/perl
15293            ! Mksymlinks.U issymlink.U
15294      Branch: perl
15295            ! Configure
15296 ____________________________________________________________________________
15297 [  8316] By: jhi                                   on 2001/01/04  19:02:22
15298         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
15299              From: Andy Dougherty <doughera@lafayette.edu>
15300              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
15301              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
15302              
15303              Beware of GNU ld.
15304      Branch: perl
15305            ! hints/solaris_2.sh
15306 ____________________________________________________________________________
15307 [  8315] By: jhi                                   on 2001/01/04  18:56:48
15308         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
15309              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
15310              Date: Wed, 3 Jan 2001 07:58:51 +0100
15311              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
15312      Branch: perl
15313            ! hints/solaris_2.sh
15314 ____________________________________________________________________________
15315 [  8314] By: jhi                                   on 2001/01/04  18:54:07
15316         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
15317              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15318              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
15319              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
15320              
15321              Doc tweak on #8313.
15322      Branch: perl
15323            ! ext/B/B/Deparse.pm
15324 ____________________________________________________________________________
15325 [  8313] By: jhi                                   on 2001/01/04  18:52:27
15326         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
15327              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
15328              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15329              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
15330              
15331              Make the peephole optimizer to bypass more null ops and
15332              and rewrite the deparse handling of continue blocks.
15333      Branch: perl
15334            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
15335 ____________________________________________________________________________
15336 [  8312] By: jhi                                   on 2001/01/04  18:47:39
15337         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
15338      Branch: perl
15339            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15340            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15341            ! t/lib/st-lock.t
15342 ____________________________________________________________________________
15343 [  8311] By: jhi                                   on 2001/01/04  18:36:08
15344         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
15345              filter to be run on each .pm during the pm_to_blib() phase,
15346              a fixed version of
15347              
15348              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
15349              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
15350              Date: Wed, 03 Jan 2001 22:01:30 +0100
15351              Message-ID: <5296.978555690@nice.ram.loc>
15352      Branch: perl
15353            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
15354            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15355            ! lib/ExtUtils/MakeMaker.pm
15356 ____________________________________________________________________________
15357 [  8310] By: jhi                                   on 2001/01/04  18:32:54
15358         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
15359              From: Robin Barker <rmb1@cise.npl.co.uk>
15360              Date: Tue, 2 Jan 2001 15:35:03 GMT
15361              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
15362      Branch: perl
15363            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
15364            ! pod/perlrequick.pod
15365 ____________________________________________________________________________
15366 [  8309] By: jhi                                   on 2001/01/04  18:29:07
15367         Log: Subject: Re: [patch] static-ize XS()
15368              From: Doug MacEachern <dougm@covalent.net>
15369              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
15370              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
15371              
15372              Provide prototypes for the XS functions.
15373      Branch: perl
15374            ! lib/ExtUtils/xsubpp
15375 ____________________________________________________________________________
15376 [  8308] By: jhi                                   on 2001/01/04  18:27:44
15377         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
15378              From: Doug MacEachern <dougm@covalent.net>
15379              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
15380              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
15381      Branch: perl
15382            ! lib/ExtUtils/typemap
15383 ____________________________________________________________________________
15384 [  8307] By: jhi                                   on 2001/01/04  18:25:25
15385         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
15386              From: Doug MacEachern <dougm@covalent.net>
15387              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
15388              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
15389              
15390              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
15391      Branch: perl
15392            ! lib/ExtUtils/MM_Unix.pm
15393 ____________________________________________________________________________
15394 [  8306] By: jhi                                   on 2001/01/04  18:23:00
15395         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
15396              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15397              Date: Thu, 4 Jan 2001 12:47:10 +0100 
15398              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
15399              
15400              The toke.c part only, patching embed.h and proto.h is futile.
15401      Branch: perl
15402            ! toke.c
15403 ____________________________________________________________________________
15404 [  8305] By: jhi                                   on 2001/01/04  18:05:51
15405         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
15406              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15407              Date: Thu, 4 Jan 2001 17:50:12 +0100 
15408              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
15409      Branch: perl
15410            ! toke.c
15411 ____________________________________________________________________________
15412 [  8304] By: jhi                                   on 2001/01/04  18:03:26
15413         Log: Subject: [PATCH perl@8269]
15414              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15415              Date: Thu, 4 Jan 2001 12:53:39 +0100 
15416              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
15417              
15418              If running byacc write-enable also perly.h.
15419      Branch: perl
15420            ! Makefile.SH
15421 ____________________________________________________________________________
15422 [  8303] By: jhi                                   on 2001/01/04  15:40:49
15423         Log: Rewrite pp_concat() in terms of sv_catsv().
15424      Branch: perl
15425            ! pp_hot.c
15426 ____________________________________________________________________________
15427 [  8302] By: nick                                  on 2001/01/03  22:43:22
15428         Log: Integrate mainline.
15429      Branch: perlio
15430           !> ext/Encode/Encode.xs sv.c utf8.c
15431 ____________________________________________________________________________
15432 [  8301] By: jhi                                   on 2001/01/02  23:40:26
15433         Log: Variable naming tweak.
15434      Branch: perl
15435            ! sv.c
15436 ____________________________________________________________________________
15437 [  8300] By: jhi                                   on 2001/01/02  23:40:02
15438         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
15439              in is_utf8_string().
15440      Branch: perl
15441            ! utf8.c
15442 ____________________________________________________________________________
15443 [  8299] By: jhi                                   on 2001/01/02  22:14:40
15444         Log: Integrate perlio.
15445      Branch: perl
15446           !> pp.c pp_hot.c win32/Makefile
15447 ____________________________________________________________________________
15448 [  8298] By: nick                                  on 2001/01/02  22:03:06
15449         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
15450      Branch: perlio
15451            ! pp.c pp_hot.c
15452 ____________________________________________________________________________
15453 [  8297] By: jhi                                   on 2001/01/02  04:26:28
15454         Log: Signedness nit.
15455      Branch: perl
15456            ! ext/Encode/Encode.xs
15457 ____________________________________________________________________________
15458 [  8296] By: nick                                  on 2001/01/01  23:49:36
15459         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
15460      Branch: perlio
15461            ! win32/Makefile
15462 ____________________________________________________________________________
15463 [  8295] By: jhi                                   on 2001/01/01  23:05:48
15464         Log: Integrate perlio.
15465      Branch: perl
15466           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
15467           !> t/lib/encode.t
15468 ____________________________________________________________________________
15469 [  8294] By: nick                                  on 2001/01/01  22:48:34
15470         Log: Integrate mainline
15471      Branch: perlio
15472            ! pp_hot.c t/lib/encode.t
15473           !> (integrate 65 files)
15474 ____________________________________________________________________________
15475 [  8293] By: nick                                  on 2001/01/01  21:58:50
15476         Log: More rigor in UTF-8-ness of Encode's toUnicode
15477              XS export some of the utf8 internal functions.
15478              Test some of the functions.
15479              Fix pp_concat() bug shown by said tests.
15480      Branch: perlio
15481            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
15482            ! t/lib/encode.t
15483 ____________________________________________________________________________
15484 [  8292] By: jhi                                   on 2001/01/01  18:11:44
15485         Log: Integrate perlio.
15486      Branch: perl
15487           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
15488           !> ext/Encode/encengine.c ext/Encode/encode.h
15489 ____________________________________________________________________________
15490 [  8291] By: jhi                                   on 2001/01/01  18:10:58
15491         Log: Podify README.mpeix (a new version from the web),
15492              add a dummy NAME to Carp::Heavy, regen toc.
15493      Branch: perl
15494            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
15495            ! pod/perltoc.pod
15496 ____________________________________________________________________________
15497 [  8290] By: nick                                  on 2001/01/01  17:43:47
15498         Log: Loose the "Loading..." warning.
15499              Another bug in fallback support
15500      Branch: perlio
15501            ! ext/Encode/Encode.pm ext/Encode/encengine.c
15502 ____________________________________________________________________________
15503 [  8289] By: jhi                                   on 2001/01/01  00:01:57
15504         Log: Bump up Larry's copyright.
15505      Branch: perl
15506            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
15507            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
15508            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
15509            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
15510            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
15511            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
15512            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
15513            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
15514 ____________________________________________________________________________
15515 [  8288] By: nick                                  on 2000/12/31  21:27:53
15516         Log: Fix .ucm reading - forgot a chr()
15517              Start of .ucm write (for .enc to .ucm)
15518      Branch: perlio
15519            ! ext/Encode/compile
15520 ____________________________________________________________________________
15521 [  8287] By: jhi                                   on 2000/12/31  18:15:56
15522         Log: Comment away a diagnostic message as noted by Craig A. Berry
15523              (the unexpected message was confusing testing)
15524      Branch: perl
15525            ! ext/Encode/Encode.pm
15526 ____________________________________________________________________________
15527 [  8286] By: jhi                                   on 2000/12/31  18:14:51
15528         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
15529              Date: Sun, 31 Dec 2000 11:17:37 -0600
15530              From: "Craig A. Berry" <craigberry@mac.com>
15531              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
15532      Branch: perl
15533            ! ext/Encode/Makefile.PL
15534 ____________________________________________________________________________
15535 [  8285] By: nick                                  on 2000/12/31  18:11:54
15536         Log: Start of support of ICU-style .ucm files:
15537              - teach compile how to read a .ucm file
15538              - first guess at how to represent fallbacks in "tries".
15539              - use fallbacks if check == 0
15540              - new return code to indicate we used one.
15541      Branch: perlio
15542            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
15543            ! ext/Encode/encengine.c ext/Encode/encode.h
15544 ____________________________________________________________________________
15545 [  8284] By: jhi                                   on 2000/12/31  18:04:41
15546         Log: Pacify picky VMS compiler.
15547              
15548              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
15549              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15550              Date: Sat, 30 Dec 2000 18:10:02 -0600
15551              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
15552      Branch: perl
15553            ! sv.c
15554 ____________________________________________________________________________
15555 [  8283] By: jhi                                   on 2000/12/31  16:11:47
15556         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
15557      Branch: perl
15558            ! t/lib/glob-basic.t
15559 ____________________________________________________________________________
15560 [  8282] By: jhi                                   on 2000/12/31  15:26:11
15561         Log: Integrate perlio.
15562      Branch: perl
15563           !> makedef.pl opcode.pl os2/os2.c perlio.c
15564 ____________________________________________________________________________
15565 [  8281] By: nick                                  on 2000/12/31  10:06:15
15566         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
15567              is available to be exported
15568      Branch: perlio
15569            ! makedef.pl perlio.c
15570 ____________________________________________________________________________
15571 [  8280] By: nick                                  on 2000/12/31  09:41:26
15572         Log: Ilya's OS2 patch (testing for damage on Win32)
15573      Branch: perlio
15574            ! makedef.pl opcode.pl os2/os2.c
15575 ____________________________________________________________________________
15576 [  8279] By: jhi                                   on 2000/12/30  21:52:07
15577         Log: Test nits.
15578      Branch: perl
15579            ! t/lib/syslfs.t t/op/lfs.t
15580 ____________________________________________________________________________
15581 [  8278] By: jhi                                   on 2000/12/30  21:47:49
15582         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
15583              From: andreas.koenig@anima.de (Andreas J. Koenig)
15584              Date: 30 Dec 2000 22:35:37 +0100
15585              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
15586              
15587              The 32-bit wraparound test wasn't quite right.
15588      Branch: perl
15589            ! t/lib/syslfs.t t/op/lfs.t
15590 ____________________________________________________________________________
15591 [  8277] By: jhi                                   on 2000/12/30  21:33:44
15592         Log: Subject: [PATCH] open() example in perlfunc.pod 
15593              From: Karsten Sperling <s_sperli@ira.uka.de>
15594              Date: Sat, 30 Dec 2000 22:27:09 +0100
15595              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
15596      Branch: perl
15597            ! pod/perlfunc.pod
15598 ____________________________________________________________________________
15599 [  8276] By: jhi                                   on 2000/12/30  20:32:40
15600         Log: Not quite that many tests yet.
15601      Branch: perl
15602            ! t/op/pat.t
15603 ____________________________________________________________________________
15604 [  8275] By: jhi                                   on 2000/12/30  20:26:58
15605         Log: Integrate perlio.
15606      Branch: perl
15607           !> toke.c
15608 ____________________________________________________________________________
15609 [  8274] By: jhi                                   on 2000/12/30  20:24:56
15610         Log: Signedness nit.
15611      Branch: perl
15612            ! utf8.c
15613 ____________________________________________________________________________
15614 [  8273] By: jhi                                   on 2000/12/30  20:15:46
15615         Log: Add a test case for 20000731.001 which was fixed by the #8267.
15616      Branch: perl
15617            ! t/op/pat.t
15618 ____________________________________________________________________________
15619 [  8272] By: nick                                  on 2000/12/30  19:47:51
15620         Log: Tweak for MULTIPLICITY/USE_PERLIO
15621      Branch: perlio
15622            ! toke.c
15623 ____________________________________________________________________________
15624 [  8271] By: nick                                  on 2000/12/30  19:46:45
15625         Log: Integrate mainline
15626      Branch: perlio
15627           +> lib/unicode/distinct.pm
15628           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
15629           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
15630           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
15631 ____________________________________________________________________________
15632 [  8270] By: jhi                                   on 2000/12/30  19:39:50
15633         Log: Subject: RE: perl@8269
15634              From: "Richard Soderberg" <rs@crystalflame.net>
15635              Date: Sat, 30 Dec 2000 11:36:27 -0800
15636              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
15637              
15638              A missing aTHX_.
15639      Branch: perl
15640            ! toke.c
15641 ____________________________________________________________________________
15642 [  8269] By: jhi                                   on 2000/12/30  18:55:48
15643         Log: Update Changes.
15644      Branch: perl
15645            ! Changes patchlevel.h
15646 ____________________________________________________________________________
15647 [  8268] By: jhi                                   on 2000/12/30  17:18:40
15648         Log: Add a test for Unicode split //.  The #8267 was the cure.
15649      Branch: perl
15650            ! t/op/split.t
15651 ____________________________________________________________________________
15652 [  8267] By: jhi                                   on 2000/12/30  17:14:19
15653         Log: Subject: more UTF8 test suites and an UTF8 patch
15654              From: Inaba Hiroto <inaba@st.rim.or.jp>
15655              Date: Sat, 30 Dec 2000 14:27:10 +0900
15656              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
15657              
15658              Just the patch part for now, and the pragma renamed
15659              as unicode::distinct.
15660      Branch: perl
15661            + lib/unicode/distinct.pm
15662            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
15663            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
15664            ! regcomp.h regexec.c sv.c toke.c utf8.c
15665 ____________________________________________________________________________
15666 [  8266] By: nick                                  on 2000/12/30  16:40:49
15667         Log: Integrate mainline
15668      Branch: perlio
15669           +> lib/Pod/Text/Overstrike.pm
15670           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
15671           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
15672           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
15673           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
15674           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
15675 ____________________________________________________________________________
15676 [  8265] By: jhi                                   on 2000/12/30  07:28:55
15677         Log: The sv_catsv() fix, take two.
15678      Branch: perl
15679            ! sv.c t/op/join.t
15680 ____________________________________________________________________________
15681 [  8264] By: jhi                                   on 2000/12/30  06:19:18
15682         Log: Undo all the join-related changes since #8248: relevant
15683              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
15684              The new sv_catsv() doesn't fly so it must go back to
15685              the drawing board.
15686      Branch: perl
15687            ! sv.c t/op/join.t t/pragma/utf8.t
15688 ____________________________________________________________________________
15689 [  8263] By: jhi                                   on 2000/12/30  01:08:32
15690         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
15691      Branch: perl
15692            ! sv.c
15693 ____________________________________________________________________________
15694 [  8262] By: jhi                                   on 2000/12/30  00:45:14
15695         Log: Retract #8261.
15696      Branch: perl
15697            ! hv.c util.c
15698 ____________________________________________________________________________
15699 [  8261] By: jhi                                   on 2000/12/30  00:38:32
15700         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
15701      Branch: perl
15702            ! hv.c util.c
15703 ____________________________________________________________________________
15704 [  8260] By: jhi                                   on 2000/12/29  22:51:33
15705         Log: (Retracted by #8264)  More fixing for #8251.
15706      Branch: perl
15707            ! sv.c
15708 ____________________________________________________________________________
15709 [  8259] By: jhi                                   on 2000/12/29  18:27:30
15710         Log: Subject: podlators 1.06 released
15711              From: Russ Allbery <rra@stanford.edu>
15712              Date: 25 Dec 2000 05:09:30 -0800
15713              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
15714      Branch: perl
15715            + lib/Pod/Text/Overstrike.pm
15716            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
15717            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
15718 ____________________________________________________________________________
15719 [  8258] By: jhi                                   on 2000/12/29  18:20:45
15720         Log: Make the large file tests more robust/talkative as suggested by
15721              
15722              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
15723              From: andreas.koenig@anima.de (Andreas J. Koenig)
15724              Date: 29 Dec 2000 14:23:01 +0100
15725              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
15726      Branch: perl
15727            ! t/lib/syslfs.t t/op/lfs.t
15728 ____________________________________________________________________________
15729 [  8257] By: jhi                                   on 2000/12/29  17:48:04
15730         Log: Further VMS piping fixes from Charles Lane:
15731              
15732              In summary, error messages produced when a subprocess terminated
15733              abnormally were being sent not just to the parent process, but to
15734              grandparents, because of default values for error output that were
15735              not completely overridden when the subprocess was started.
15736              
15737              This patch fixes this behavior by defining user-mode (i.e., temporary
15738              for the duration of the program) logical names for SYS$OUTPUT and
15739              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
15740              changes to make it so that the user-mode logicals are the ones that
15741              control where Perl's error messages go if it terminates abnormally.
15742              
15743              I also added some gratuitous fixes to the indentation of braces in
15744              the piping code.  It just looked ugly, before.
15745      Branch: perl
15746            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
15747 ____________________________________________________________________________
15748 [  8256] By: jhi                                   on 2000/12/29  17:45:12
15749         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
15750              From: "Casey R. Tweten" <crt@kiski.net>
15751              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
15752              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
15753              
15754              Tests for for #8240.
15755      Branch: perl
15756            ! t/pragma/constant.t
15757 ____________________________________________________________________________
15758 [  8255] By: jhi                                   on 2000/12/29  17:43:07
15759         Log: Subject: Re: [PATCH] Interesting syntax idea
15760              From: Simon Cozens <simon@cozens.net>
15761              Date: Fri, 29 Dec 2000 14:34:04 +0000
15762              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
15763              
15764              Tests for #8254.
15765      Branch: perl
15766            ! t/pragma/sub_lval.t
15767 ____________________________________________________________________________
15768 [  8254] By: jhi                                   on 2000/12/29  17:42:11
15769         Log: Subject: [PATCH] Interesting syntax idea
15770              From: Simon Cozens <simon@cozens.net>
15771              Date: Wed, 27 Dec 2000 05:08:57 +0000
15772              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
15773              
15774              Make opens + bareword assigns do typeglob assigns.
15775      Branch: perl
15776            ! op.c
15777 ____________________________________________________________________________
15778 [  8253] By: jhi                                   on 2000/12/29  17:36:45
15779         Log: Output the (apparent) version of gcc, as suggested by
15780              
15781              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
15782              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
15783              Date: 26 Dec 2000 04:29:17 -0500
15784              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
15785              
15786              (The patch as such didn't any more apply as the misparsing had
15787              already been addressed in #6474.)  Also change the wording about
15788              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
15789      Branch: perl
15790            ! hints/dec_osf.sh
15791 ____________________________________________________________________________
15792 [  8252] By: nick                                  on 2000/12/29  12:14:31
15793         Log: Integrate mainline
15794      Branch: perlio
15795           !> (integrate 27 files)
15796 ____________________________________________________________________________
15797 [  8251] By: jhi                                   on 2000/12/29  08:45:46
15798         Log: (Retracted by #8264)
15799              
15800              (Fixed by #8260.)
15801              
15802              sv_catsv() needs one more byte space than seems reasonable.
15803              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
15804              Curiouser and curiouser.
15805      Branch: perl
15806            ! sv.c
15807 ____________________________________________________________________________
15808 [  8250] By: jhi                                   on 2000/12/29  07:57:52
15809         Log: More split // UTF-8 tests.
15810      Branch: perl
15811            ! t/pragma/utf8.t
15812 ____________________________________________________________________________
15813 [  8249] By: jhi                                   on 2000/12/29  07:54:51
15814         Log: (Retracted by #8264)  More join() testing which was good because
15815              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
15816      Branch: perl
15817            ! pp.c t/op/join.t utf8.c utf8.h
15818 ____________________________________________________________________________
15819 [  8248] By: jhi                                   on 2000/12/29  07:08:32
15820         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
15821              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
15822              that the only cases to care about are byte+byte and byte+character.
15823              
15824              TODO: See how well pp_concat() could be implemented in terms
15825              of sv_catsv().
15826      Branch: perl
15827            ! doop.c sv.c t/op/join.t utf8.h
15828 ____________________________________________________________________________
15829 [  8247] By: jhi                                   on 2000/12/29  06:35:23
15830         Log: Signedness nit.
15831      Branch: perl
15832            ! pp_hot.c
15833 ____________________________________________________________________________
15834 [  8246] By: jhi                                   on 2000/12/29  01:23:31
15835         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
15836              From: Lupe Christoph <lupe@lupe-christoph.de>
15837              Date: Thu, 28 Dec 2000 23:00:00 +0100
15838              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
15839              
15840              Suggest rsync --delete --dry-run.
15841      Branch: perl
15842            ! pod/perlhack.pod
15843 ____________________________________________________________________________
15844 [  8245] By: jhi                                   on 2000/12/28  23:57:05
15845         Log: The maxiters upper limit sanity check (guarding against
15846              non-progress) assumed bytes instead of characters in s///
15847              and split().
15848      Branch: perl
15849            ! pp.c pp_hot.c
15850 ____________________________________________________________________________
15851 [  8244] By: jhi                                   on 2000/12/28  23:34:08
15852         Log: Make some panic messages a bit more logical.
15853      Branch: perl
15854            ! doop.c pod/perldiag.pod pp.c pp_hot.c
15855 ____________________________________________________________________________
15856 [  8243] By: jhi                                   on 2000/12/28  22:59:16
15857         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
15858              From: Simon Cozens <simon@cozens.net>
15859              Date: Wed, 27 Dec 2000 02:30:03 +0000
15860              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
15861      Branch: perl
15862            ! pp.c t/pragma/sub_lval.t
15863 ____________________________________________________________________________
15864 [  8242] By: jhi                                   on 2000/12/28  22:56:53
15865         Log: Subject: [PATCH blead] Fix B::Terse indentation
15866              From: Daniel Chetlin <daniel@chetlin.com>
15867              Date: Wed, 27 Dec 2000 06:43:30 -0800
15868              Message-ID: <20001227064329.B9573@darkstar>
15869      Branch: perl
15870            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
15871 ____________________________________________________________________________
15872 [  8241] By: jhi                                   on 2000/12/28  22:48:59
15873         Log: The latter patch from the
15874              
15875              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
15876              From: Peter Prymmer <pvhp@forte.com> 
15877              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
15878              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
15879              
15880              (the former patch from the above should have been
15881              taken care of by Nick I-S)
15882      Branch: perl
15883            ! win32/Makefile
15884 ____________________________________________________________________________
15885 [  8240] By: jhi                                   on 2000/12/28  22:45:22
15886         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
15887              From: "Casey R. Tweten" <crt@kiski.net>
15888              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
15889              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
15890      Branch: perl
15891            ! lib/constant.pm
15892 ____________________________________________________________________________
15893 [  8239] By: jhi                                   on 2000/12/28  22:37:45
15894         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
15895              From: Simon Cozens <simon@cozens.net>
15896              Date: Wed, 27 Dec 2000 14:12:44 +0000
15897              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
15898      Branch: perl
15899            ! t/op/method.t t/op/sort.t toke.c
15900 ____________________________________________________________________________
15901 [  8238] By: jhi                                   on 2000/12/28  22:30:32
15902         Log: Subject: [PATCH perl@8229] Call.pm
15903              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15904              Date: Mon, 25 Dec 2000 10:47:15 -0000
15905              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
15906      Branch: perl
15907            ! ext/Filter/Util/Call/Call.pm
15908 ____________________________________________________________________________
15909 [  8237] By: jhi                                   on 2000/12/28  22:19:21
15910         Log: Subject: [PATCH blead] Fix problem with `&' prototype
15911              From: Daniel Chetlin <daniel@chetlin.com>
15912              Date: Wed, 27 Dec 2000 15:55:32 -0800
15913              Message-ID: <20001227155532.D9573@darkstar>
15914      Branch: perl
15915            ! op.c t/comp/proto.t
15916 ____________________________________________________________________________
15917 [  8236] By: jhi                                   on 2000/12/28  22:09:25
15918         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
15919              From: Daniel Chetlin <daniel@chetlin.com>
15920              Date: Sun, 24 Dec 2000 04:09:49 -0800
15921              Message-ID: <20001224040949.B3090@darkstar>
15922      Branch: perl
15923            ! gv.c mg.c t/op/attrs.t
15924 ____________________________________________________________________________
15925 [  8235] By: jhi                                   on 2000/12/28  22:07:11
15926         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
15927              From: Jan Dubois <jand@ActiveState.com>
15928              Date: Tue, 26 Dec 2000 20:57:31 -0800
15929              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
15930      Branch: perl
15931            ! win32/win32.c
15932 ____________________________________________________________________________
15933 [  8234] By: jhi                                   on 2000/12/28  21:52:42
15934         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
15935              From: Simon Cozens <simon@cozens.net>
15936              Date: Thu, 28 Dec 2000 20:33:13 +0000
15937              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
15938      Branch: perl
15939            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
15940 ____________________________________________________________________________
15941 [  8233] By: jhi                                   on 2000/12/28  19:40:49
15942         Log: Integrate perlio.
15943      Branch: perl
15944           !> ext/Encode/Makefile.PL ext/Encode/compile
15945 ____________________________________________________________________________
15946 [  8232] By: nick                                  on 2000/12/23  16:06:00
15947         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
15948              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
15949      Branch: perlio
15950            ! ext/Encode/Makefile.PL
15951 ____________________________________________________________________________
15952 [  8231] By: nick                                  on 2000/12/23  14:30:34
15953         Log: "Compiled" encode build cleanup
15954              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
15955              - .c files do not export sub-tables
15956      Branch: perlio
15957            ! ext/Encode/Makefile.PL ext/Encode/compile
15958 ____________________________________________________________________________
15959 [  8230] By: nick                                  on 2000/12/23  12:50:37
15960         Log: Integrate mainline
15961      Branch: perlio
15962           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15963           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15964           !> pod/perl5004delta.pod pod/perl5005delta.pod
15965           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15966           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15967           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15968           !> pod/perlsub.pod
15969 ____________________________________________________________________________
15970 [  8229] By: jhi                                   on 2000/12/22  15:32:12
15971         Log: Integrate perlio.
15972      Branch: perl
15973           +> win32/distclean.bat
15974           !> MANIFEST t/io/utf8.t
15975 ____________________________________________________________________________
15976 [  8228] By: jhi                                   on 2000/12/22  15:29:40
15977         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
15978              From: Robin Barker <rmb1@cise.npl.co.uk>
15979              Date: Fri, 22 Dec 2000 12:17:38 GMT
15980              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
15981      Branch: perl
15982            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15983            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15984            ! pod/perl5004delta.pod pod/perl5005delta.pod
15985            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15986            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15987            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15988            ! pod/perlsub.pod
15989 ____________________________________________________________________________
15990 [  8227] By: jhi                                   on 2000/12/22  15:24:28
15991         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
15992              From: "John L. Allen" <allen@grumman.com>
15993              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
15994              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
15995              
15996              Document APPLLIB_EXP.
15997      Branch: perl
15998            ! INSTALL
15999 ____________________________________________________________________________
16000 [  8226] By: nick                                  on 2000/12/21  22:11:50
16001         Log: Handy script for when one forgets to "dmake clean" 
16002      Branch: perlio
16003            + win32/distclean.bat
16004            ! MANIFEST
16005 ____________________________________________________________________________
16006 [  8225] By: nick                                  on 2000/12/21  21:54:04
16007         Log: CRLF platform issue with io/utf8 fix.
16008      Branch: perlio
16009            ! t/io/utf8.t
16010 ____________________________________________________________________________
16011 [  8224] By: nick                                  on 2000/12/21  21:02:20
16012         Log: Integrate mainline
16013      Branch: perlio
16014           !> Changes Configure Makefile.SH Porting/Glossary
16015           !> Porting/config.sh Porting/config_H configure.com
16016           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
16017           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
16018           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
16019           !> win32/config.bc win32/config.gc win32/config.vc
16020 ____________________________________________________________________________
16021 [  8223] By: jhi                                   on 2000/12/21  17:09:16
16022         Log: Update Changes.
16023      Branch: perl
16024            ! Changes patchlevel.h
16025 ____________________________________________________________________________
16026 [  8222] By: jhi                                   on 2000/12/21  16:24:01
16027         Log: Metaconfig unit changes for #8221.
16028      Branch: metaconfig/U/perl
16029           +> issymlink.U
16030            - testsyml.U
16031            ! Mksymlinks.U
16032 ____________________________________________________________________________
16033 [  8221] By: jhi                                   on 2000/12/21  16:23:48
16034         Log: Rename testsyml to issymlink.
16035      Branch: perl
16036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16037            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
16038            ! win32/config.vc
16039 ____________________________________________________________________________
16040 [  8220] By: jhi                                   on 2000/12/21  15:47:26
16041         Log: Robustness support for #8218 (symlink forest) since the GNU
16042              tools seem to be overly picky about symlinkage depths.
16043      Branch: perl
16044            ! Makefile.SH t/io/fs.t
16045 ____________________________________________________________________________
16046 [  8219] By: jhi                                   on 2000/12/21  15:38:27
16047         Log: Metaconfig changes for #8218.
16048      Branch: metaconfig
16049            ! U/modified/Oldconfig.U
16050      Branch: metaconfig/U/perl
16051            + Mksymlinks.U
16052            ! testsyml.U
16053 ____________________________________________________________________________
16054 [  8218] By: jhi                                   on 2000/12/21  15:37:57
16055         Log: Add Configure option -Dmksymlinks which will create a symlink
16056              forest if the current/build differs from the source directory.
16057              TODO: mkdir -p is not portable.
16058      Branch: perl
16059            ! Configure
16060 ____________________________________________________________________________
16061 [  8217] By: jhi                                   on 2000/12/21  14:39:12
16062         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
16063              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
16064              Date: Thu, 21 Dec 2000 09:38:18 GMT
16065              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
16066              
16067              The ofs became an SV.
16068      Branch: perl
16069            ! ext/Thread/Thread.xs
16070 ____________________________________________________________________________
16071 [  8216] By: jhi                                   on 2000/12/21  05:40:21
16072         Log: The polymorphism seems to have fixed 20000517.001.
16073      Branch: perl
16074            ! t/pragma/utf8.t
16075 ____________________________________________________________________________
16076 [  8215] By: jhi                                   on 2000/12/21  04:44:52
16077         Log: read() documentation tweak for 20001121.004.
16078      Branch: perl
16079            ! pod/perlfunc.pod
16080 ____________________________________________________________________________
16081 [  8214] By: jhi                                   on 2000/12/21  03:54:11
16082         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
16083      Branch: perl
16084            ! pp_sys.c t/op/misc.t
16085 ____________________________________________________________________________
16086 [  8213] By: jhi                                   on 2000/12/21  00:28:10
16087         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
16088              From: Peter Prymmer <pvhp@forte.com>
16089              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
16090              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
16091      Branch: perl
16092            ! configure.com
16093 ____________________________________________________________________________
16094 [  8212] By: jhi                                   on 2000/12/21  00:26:21
16095         Log: Edit edit edit.
16096      Branch: perl
16097            ! pod/perlfaq3.pod
16098 ____________________________________________________________________________
16099 [  8211] By: jhi                                   on 2000/12/20  18:52:46
16100         Log: Update Changes.
16101      Branch: perl
16102            ! Changes patchlevel.h
16103 ____________________________________________________________________________
16104 [  8210] By: jhi                                   on 2000/12/20  18:34:47
16105         Log: Yet another editor edit.
16106      Branch: perl
16107            ! pod/perlfaq3.pod
16108 ____________________________________________________________________________
16109 [  8209] By: jhi                                   on 2000/12/20  15:33:28
16110         Log: More Win32 Perling.
16111      Branch: perl
16112            ! pod/perlfaq3.pod
16113 ____________________________________________________________________________
16114 [  8208] By: jhi                                   on 2000/12/20  15:07:46
16115         Log: More Win32 editor/IDE/shell hints.
16116      Branch: perl
16117            ! pod/perlfaq3.pod
16118 ____________________________________________________________________________
16119 [  8207] By: jhi                                   on 2000/12/20  03:54:08
16120         Log: Subject: [PATCH] obscure timing knowledge
16121              From: Nicholas Clark <nick@ccl4.org>
16122              Date: Tue, 19 Dec 2000 19:22:31 +0000
16123              Message-ID: <20001219192231.F2827@plum.flirble.org>
16124      Branch: perl
16125            ! sv.c
16126 ____________________________________________________________________________
16127 [  8206] By: jhi                                   on 2000/12/20  03:45:57
16128         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
16129              From: Spider Boardman <spider@leggy.zk3.dec.com>
16130              Date: Tue, 19 Dec 2000 21:30:16 -0500
16131              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
16132      Branch: perl
16133            ! sv.c
16134 ____________________________________________________________________________
16135 [  8205] By: jhi                                   on 2000/12/19  23:02:01
16136         Log: Update Changes.
16137      Branch: perl
16138            ! Changes patchlevel.h
16139 ____________________________________________________________________________
16140 [  8204] By: jhi                                   on 2000/12/19  22:58:18
16141         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
16142              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
16143              on editors and diffing/patching.
16144      Branch: perl
16145            ! t/op/utf8decode.t
16146 ____________________________________________________________________________
16147 [  8203] By: nick                                  on 2000/12/19  21:36:16
16148         Log: Integrate mainline (forgot my own change...)
16149      Branch: perlio
16150           !> ext/Encode/compile
16151 ____________________________________________________________________________
16152 [  8202] By: nick                                  on 2000/12/19  21:34:42
16153         Log: Integrate mainline.
16154      Branch: perlio
16155           !> (integrate 61 files)
16156 ____________________________________________________________________________
16157 [  8201] By: nick                                  on 2000/12/19  21:34:06
16158         Log: Avoid looking for File::Glob when we don't need it.
16159      Branch: perl
16160            ! ext/Encode/compile
16161 ____________________________________________________________________________
16162 [  8200] By: jhi                                   on 2000/12/19  18:35:49
16163         Log: Update Changes.
16164      Branch: perl
16165            ! Changes patchlevel.h
16166 ____________________________________________________________________________
16167 [  8199] By: jhi                                   on 2000/12/19  18:35:07
16168         Log: Microperl tweaks.
16169      Branch: perl
16170            ! sv.c uconfig.h uconfig.sh
16171 ____________________________________________________________________________
16172 [  8198] By: jhi                                   on 2000/12/19  18:29:59
16173         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
16174      Branch: perl
16175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16176            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
16177 ____________________________________________________________________________
16178 [  8197] By: jhi                                   on 2000/12/19  17:55:29
16179         Log: In VMS embedded perls couldn't access the statically built Socket,
16180              from Charles Lane.
16181      Branch: perl
16182            ! configure.com
16183 ____________________________________________________________________________
16184 [  8196] By: jhi                                   on 2000/12/19  17:49:50
16185         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
16186              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
16187              Date: Sun, 17 Dec 2000 19:11:44 -0000
16188              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
16189      Branch: perl
16190            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16191            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16192 ____________________________________________________________________________
16193 [  8195] By: jhi                                   on 2000/12/19  17:47:53
16194         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
16195              From: Jonathan Stowe <gellyfish@gellyfish.com>
16196              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
16197              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
16198      Branch: perl
16199            ! utils/h2xs.PL
16200 ____________________________________________________________________________
16201 [  8194] By: jhi                                   on 2000/12/19  17:46:28
16202         Log: Subject: Re: useless use of void context work-around
16203              From: andreas.koenig@anima.de (Andreas J. Koenig)
16204              Date: 16 Dec 2000 15:13:36 +0100
16205              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
16206              
16207              Document (comment) the q(di ds ig) trick in the code.
16208      Branch: perl
16209            ! op.c
16210 ____________________________________________________________________________
16211 [  8193] By: jhi                                   on 2000/12/19  17:10:57
16212         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
16213              From: "Mark J. Reed" <mreed@strange.turner.com>
16214              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
16215              Message-Id: <200012160222.VAA13986@strange.turner.com>
16216      Branch: perl
16217            ! ext/Sys/Syslog/Syslog.pm
16218 ____________________________________________________________________________
16219 [  8192] By: jhi                                   on 2000/12/19  17:07:45
16220         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
16221              From: Nicholas Clark <nick@ccl4.org>
16222              Date: Sat, 16 Dec 2000 19:03:13 +0000
16223              Message-ID: <20001216190313.D68304@plum.flirble.org>
16224      Branch: perl
16225            ! t/op/64bitint.t
16226 ____________________________________________________________________________
16227 [  8191] By: jhi                                   on 2000/12/19  17:06:13
16228         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
16229              From: Dominic Dunlop <domo@computer.org>
16230              Date: Mon, 18 Dec 2000 12:00:15 +0100
16231              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
16232              
16233              This patchlet is needed in order that perl can be statically linked.  
16234      Branch: perl
16235            ! regexec.c
16236 ____________________________________________________________________________
16237 [  8190] By: jhi                                   on 2000/12/19  17:03:08
16238         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
16239              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16240              Date: Sun, 17 Dec 2000 00:18:35 -0600
16241              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
16242      Branch: perl
16243            ! perlio.h vms/gen_shrfls.pl
16244 ____________________________________________________________________________
16245 [  8189] By: jhi                                   on 2000/12/19  16:20:28
16246         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
16247              From: Prymmer/Kahn <pvhp@best.com>
16248              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
16249              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
16250              
16251              A better version of #8188.
16252      Branch: perl
16253            ! pod/perlfaq3.pod
16254 ____________________________________________________________________________
16255 [  8188] By: jhi                                   on 2000/12/19  15:57:06
16256         Log: (Replaced by #8189)
16257              
16258              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16259              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
16260              From: Prymmer/Kahn <pvhp@best.com>
16261              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
16262              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16263              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
16264              Date: Mon, 18 Dec 2000 11:10:45 -0500
16265              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
16266      Branch: perl
16267            ! pod/perlfaq3.pod
16268 ____________________________________________________________________________
16269 [  8187] By: jhi                                   on 2000/12/19  15:54:19
16270         Log: Email address fix for Anton Berezin.
16271      Branch: perl
16272            ! AUTHORS
16273 ____________________________________________________________________________
16274 [  8186] By: jhi                                   on 2000/12/19  15:38:54
16275         Log: Subject: [PATCH perl@8102] cygwin port
16276              From: "Eric Fifer" <efifer@dircon.co.uk> 
16277              Date: Thu, 14 Dec 2000 13:41:29 -0000
16278              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
16279              
16280              When compiling modules the data item that is being imported
16281              from libperl.dll needs to be tagged as imported/shared data:
16282              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
16283      Branch: perl
16284            ! perliol.h
16285 ____________________________________________________________________________
16286 [  8185] By: jhi                                   on 2000/12/19  14:53:24
16287         Log: Regen uconfig.h and uconfig.sh.
16288      Branch: perl
16289            ! uconfig.h uconfig.sh
16290 ____________________________________________________________________________
16291 [  8184] By: jhi                                   on 2000/12/18  20:43:49
16292         Log: Comments work so much better when they are closed.
16293      Branch: perl
16294            ! regcomp.c
16295 ____________________________________________________________________________
16296 [  8183] By: jhi                                   on 2000/12/18  18:04:02
16297         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
16298              Fixes the bug 20001218.016.
16299      Branch: perl
16300            ! regcomp.c
16301 ____________________________________________________________________________
16302 [  8182] By: gsar                                  on 2000/12/18  09:53:47
16303         Log: delete spurious files
16304      Branch: maint-5.6/perl
16305            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
16306            - vos/config.h vos/config_h.SH_orig
16307 ____________________________________________________________________________
16308 [  8181] By: gsar                                  on 2000/12/18  09:46:08
16309         Log: regen perltoc
16310      Branch: maint-5.6/perl
16311            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
16312 ____________________________________________________________________________
16313 [  8180] By: gsar                                  on 2000/12/18  09:20:27
16314         Log: integrate changes#7924..7926,7946,7952 from mainline
16315      Branch: maint-5.6/perl
16316           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
16317           !> lib/File/stat.pm t/lib/class-struct.t
16318 ____________________________________________________________________________
16319 [  8179] By: gsar                                  on 2000/12/18  08:55:54
16320         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
16321              7918,7919,7988,8907 from mainline (various)
16322      Branch: maint-5.6/perl
16323           +> t/lib/class-struct.t
16324           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
16325           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
16326           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
16327 ____________________________________________________________________________
16328 [  8178] By: gsar                                  on 2000/12/18  08:16:30
16329         Log: avoid redefinition warnings on windows due to sys/socket.h getting
16330              #included before win32.h
16331      Branch: maint-5.6/perl
16332            ! win32/include/sys/socket.h
16333 ____________________________________________________________________________
16334 [  8177] By: gsar                                  on 2000/12/18  05:24:04
16335         Log: make regen_headers; fix POSIX.xs problems; remove outdated
16336              code from sys/socket.h that makes build fail now
16337      Branch: maint-5.6/perl
16338            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
16339            ! pod/perlapi.pod
16340           !> win32/include/sys/socket.h
16341 ____________________________________________________________________________
16342 [  8176] By: gsar                                  on 2000/12/18  05:20:17
16343         Log: update Changes
16344      Branch: maint-5.6/perl
16345            ! Changes patchlevel.h
16346 ____________________________________________________________________________
16347 [  8175] By: gsar                                  on 2000/12/18  04:57:48
16348         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
16349              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
16350              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
16351              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
16352              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
16353              7823,7825,7838
16354      Branch: maint-5.6/perl
16355           +> lib/File/Spec/Epoc.pm
16356           !> (integrate 88 files)
16357 ____________________________________________________________________________
16358 [  8174] By: gsar                                  on 2000/12/18  03:53:09
16359         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
16360              7625..7629,7631..7634,7637,7639,7642 from mainline
16361      Branch: maint-5.6/perl
16362           +> README.solaris
16363           !> (integrate 26 files)
16364 ____________________________________________________________________________
16365 [  8173] By: gsar                                  on 2000/12/18  03:37:02
16366         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
16367              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
16368              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
16369              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
16370      Branch: maint-5.6/perl
16371           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
16372            - MAINTAIN
16373           !> (integrate 111 files)
16374 ____________________________________________________________________________
16375 [  8172] By: jhi                                   on 2000/12/18  02:49:27
16376         Log: Regen pods.
16377      Branch: perl
16378            ! pod/perlmodlib.pod pod/perltoc.pod
16379 ____________________________________________________________________________
16380 [  8171] By: gsar                                  on 2000/12/18  02:49:24
16381         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
16382              7465..7471 from mainline
16383              
16384              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
16385              in platforms that strictly require all the symbols being present
16386              at link time.
16387              
16388              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
16389              
16390              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
16391              
16392              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
16393              
16394              Subject: [PATCH] todo
16395              
16396              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
16397              
16398              Use $sort, $uniq (and $tr) consistently as wondered
16399              by Nicholas Clark.
16400              
16401              Too enthusiastic editing in #7460.
16402              
16403              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
16404              
16405              Upgrade to CPAN 1.58_55.
16406              Subject: CPAN.pm status
16407              
16408              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
16409              
16410              Make target reordering to avoid pointless re-makes.
16411              Subject: Re: Total re-make of 'make okfile' after 7451 ?
16412              
16413              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
16414              
16415              Subject: DOC PATCH 5.6.0
16416              
16417              Add the repository doc by Malcolm, Sarathy, and by Simon,
16418              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
16419      Branch: maint-5.6/perl
16420           +> Porting/repository.pod
16421           !> Configure MANIFEST Makefile.SH README.dos README.os2
16422           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
16423           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
16424           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
16425 ____________________________________________________________________________
16426 [  8169] By: gsar                                  on 2000/12/18  02:33:34
16427         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
16428              7435..7441,7445 from mainline
16429              
16430              Make the UTF-8 decoding stricter and more verbose when
16431              malformation happens.  This involved adding an argument
16432              to utf8_to_uv_chk(), which involved changing its prototype,
16433              and prefer STRLEN over I32 for the UTF-8 length, which as
16434              a domino effect necessitated changing the prototypes of
16435              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
16436              The stricter UTF-8 decoding checking uses Markus Kuhn's
16437              UTF-8 Decode Stress Tester from
16438              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
16439              
16440              Run vms/vms_yfix.pl, should have done that after changing
16441              perly.c in #7382.
16442              
16443              Subject: [PATCH 5.7.0] static linking with uninstalled perl
16444              
16445              (Replaced by #7440.)
16446              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
16447              
16448              Fix the bug ID 20001024.005, the bug introduced by #7416.
16449              
16450              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
16451              
16452              Fix the bug reported in
16453              From: andreas.koenig@anima.de (Andreas J. Koenig)
16454              Also make is_utf8_char() stricter.
16455              
16456              Missed the header file changes from #7425.
16457              
16458              Check if stdio supports tweaking lval and cnt simultaneously.
16459              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
16460              
16461              Stratus VOS updates from Paul Green.
16462              
16463              Podify README.epoc and README.vos.
16464              
16465              Add targets to Makefile.SH, most importantly
16466              'regen_all' which also remembers to update vms/perly*.
16467              
16468              Subject: Minor update to find2perl, for portability
16469              
16470              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
16471              
16472              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
16473              
16474              Rename UTF8LEN() to be UNISKIP(), too confusing to have
16475              UTF8LEN() and UTF8SKIP(). 
16476              
16477              Allow poking holes at the UTF-8 decoding strictness.
16478              
16479              Continue the internal UTF-8 API tweaking.
16480              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
16481              used much more than the simpler API, now called utf8_to_uv_simple().
16482              Still not quite happy with API, too much partial duplication
16483              of functionality.
16484              
16485              A new version of making the syslog test more robust.
16486              (Replaces #7421.)
16487              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
16488              
16489              buildtoc target tweaks.
16490              
16491              Integrate with vmsperl #7430 by Charles Bailey:
16492              
16493              Cleanup from prior patch (Charles Lane?):
16494              - improve handling of MFDs in Basename and Path
16495              - default to no xsubpp line # munging when building debug images
16496      Branch: maint-5.6/perl
16497           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16498           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
16499           !> (integrate 67 files)
16500 ____________________________________________________________________________
16501 [  8168] By: gsar                                  on 2000/12/18  02:05:49
16502         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
16503              
16504              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
16505              From: Martin Husemann <martin@duskware.de>
16506              
16507              Subject: [PATCH 5.7.0] restore match data on backtracing
16508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16509      Branch: maint-5.6/perl
16510           !> regcomp.c regexec.c t/op/re_tests
16511 ____________________________________________________________________________
16512 [  8167] By: gsar                                  on 2000/12/18  01:55:22
16513         Log: integrate changes#7858,7986 from mainline
16514              
16515              C<foreach my $x ...> in pseudo-fork()ed process may diddle
16516              parent's memory; fix it by keeping track of the actual pad
16517              offset rather than a raw pointer (this change is probably also
16518              relevant to non-ithreads case to avoid fallout from reallocs of
16519              the pad array, but is currently only enabled for the ithreads
16520              case in the interests of minimal disruption to existing "well
16521              tested" code)
16522              
16523              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
16524              due to the notorious GetFileType() bug in Windows 9x, which fstat()
16525              tickles)
16526      Branch: maint-5.6/perl
16527           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
16528           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
16529           !> win32/win32.c win32/win32.h win32/win32sck.c
16530 ____________________________________________________________________________
16531 [  8166] By: gsar                                  on 2000/12/18  01:52:59
16532         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
16533              from mainline (xsubpp and ExtUtils::LibList fixups, various
16534              other small items)
16535      Branch: maint-5.6/perl
16536           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
16537           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16538           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
16539           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
16540           !> win32/bin/search.pl
16541 ____________________________________________________________________________
16542 [  8165] By: gsar                                  on 2000/12/18  01:28:45
16543         Log: integrate changes#7533,7563,7611,7623 from mainline (various
16544              malloc.c embellishments)
16545      Branch: maint-5.6/perl
16546           !> malloc.c pod/perldiag.pod
16547 ____________________________________________________________________________
16548 [  8164] By: gsar                                  on 2000/12/18  01:23:33
16549         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
16550              fixups)
16551      Branch: maint-5.6/perl
16552           !> utils/h2xs.PL
16553 ____________________________________________________________________________
16554 [  8163] By: gsar                                  on 2000/12/18  01:17:50
16555         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
16556              fixups)
16557      Branch: maint-5.6/perl
16558           !> Makefile.SH utils/perlbug.PL
16559 ____________________________________________________________________________
16560 [  8162] By: gsar                                  on 2000/12/18  00:25:43
16561         Log: always export Perl_deb() (it is required by re.xs whether
16562              Perl is built with or without -DDEBUGGING)
16563      Branch: maint-5.6/perl
16564            ! makedef.pl
16565 ____________________________________________________________________________
16566 [  8161] By: gsar                                  on 2000/12/18  00:23:38
16567         Log: integrate change#7414 from mainline
16568              
16569              Undo the basename() part of #7412 since the lib/basename
16570              tests would need upgrading too.
16571              
16572              squelch two tests in tr.t that rely on tr/// paranoia change
16573              that's not in 5.6.x
16574      Branch: maint-5.6/perl
16575            ! t/op/tr.t
16576           !> lib/File/Basename.pm
16577 ____________________________________________________________________________
16578 [  8160] By: gsar                                  on 2000/12/18  00:05:30
16579         Log: missing change in previous integrate
16580      Branch: maint-5.6/perl
16581           !> README.aix
16582 ____________________________________________________________________________
16583 [  8159] By: gsar                                  on 2000/12/18  00:03:38
16584         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
16585              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
16586              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
16587              7410..7413 from mainline
16588      Branch: maint-5.6/perl
16589           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
16590           +> t/lib/tie-splice.t
16591            - lib/unicode/Is/DCinital.pl
16592           !> (integrate 112 files)
16593 ____________________________________________________________________________
16594 [  8158] By: jhi                                   on 2000/12/17  23:04:24
16595         Log: Subject: [PATCHES] RE: perl@8150 
16596              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
16597              Date: Sun, 17 Dec 2000 21:46:39 +0100
16598              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
16599              
16600              Neither cygwin has a getpwuid() one can trust on.
16601      Branch: perl
16602            ! t/lib/glob-basic.t
16603 ____________________________________________________________________________
16604 [  8157] By: jhi                                   on 2000/12/17  23:01:54
16605         Log: More MAN.PODS => {} fixes.
16606      Branch: perl
16607            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
16608            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
16609            ! os2/OS2/REXX/Makefile.PL
16610 ____________________________________________________________________________
16611 [  8156] By: gsar                                  on 2000/12/17  22:49:13
16612         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
16613              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
16614              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
16615              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
16616              7201,7204 from mainline
16617      Branch: maint-5.6/perl
16618           !> (integrate 121 files)
16619 ____________________________________________________________________________
16620 [  8155] By: jhi                                   on 2000/12/17  22:30:58
16621         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
16622              From: "Craig A. Berry" <craigberry@mac.com>
16623              Date: Sun, 17 Dec 2000 13:09:28 -0600
16624              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
16625              
16626              MAN.PODS => ' ' is naughty.
16627      Branch: perl
16628            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
16629 ____________________________________________________________________________
16630 [  8154] By: nick                                  on 2000/12/17  22:07:13
16631         Log: MULTIPLICITY nit.
16632      Branch: perl
16633            ! mg.c
16634 ____________________________________________________________________________
16635 [  8153] By: gsar                                  on 2000/12/17  21:23:05
16636         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
16637              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
16638              from mainline
16639              
16640              Document the SvIOK_.*UV().
16641              
16642              Update Unicode todo list.
16643              
16644              Guard against bad string->int conversion for quads.
16645              
16646              Subject: small apidoc fix
16647              
16648              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
16649              
16650              Subject: [PATCH] Tied filehandle documentation
16651              
16652              Subject: [PATCH] Modernize Opcode.pm documentation
16653              
16654              Make Data::Dumper (non-XS) to work with changed semantics of ref().
16655              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16656              [applied even though said semantics didn't change in 5.6.x]
16657              
16658              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
16659              
16660              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
16661              
16662              Fix the URL, but the server is still missing in action.
16663              Subject: [ID 20000905.002] perlfaq1.pod URL error
16664              
16665              Subject: [ID 20000903.001] \w in utf8-strings
16666              
16667              Fix the ccversion detection for 5.1 and beyond.
16668              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16669              
16670              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
16671              
16672              Subject: [ID 20000904.008] Tiny fix for perldiag
16673              
16674              Subject: Re: [ID 20000906.004] segfault with bad perl statement
16675              
16676              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16677              
16678              Subject: [ID 20000908.002] perlipc documentation bug.
16679              
16680              Subject: [PATCH lib/Benchmark.pm]
16681              
16682              Re-allow vec() for characters > 255.
16683              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
16684              
16685              Do away with memory models cruft.  Sorry, PDP users.
16686              
16687              Continue #7041.
16688              
16689              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
16690              
16691              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
16692              
16693              Upgrade to CPAN 1.57_65, from Andreas König.
16694              
16695              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
16696              by Russ Allbery.
16697              
16698              Silence t/pod/*.t about alternate quote-mappings now implemented
16699              by Pod::Text, from Brad Appleton.
16700              
16701              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
16702              Subject: borland C++ win32.c tweak
16703              
16704              C<@a = @b = split(...)> optimization coredumps under ithreads
16705              (missed a spot when fixing up op_pmreplroot hack for ithreads)
16706              
16707              Document the SvUTF8*().
16708              
16709              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
16710              
16711              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
16712              
16713              Do in VMS as the #7054 does.
16714              
16715              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
16716              
16717              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
16718              
16719              Subject: [patch: perl@7045] vms updates
16720              
16721              Test for the #7049.
16722              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
16723              
16724              Break up the myconfig lines a bit.
16725              Subject: perlbug/perl -V output format
16726              
16727              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
16728              
16729              The #7054 truncated Configure badly.
16730              
16731              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
16732              initialization in all the threads on Windows
16733              
16734              Allow for whitespace between "#" and "line" in cpp output.
16735              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
16736              
16737              Remove vestiges of tr//CU.
16738              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16739              
16740              The return value of setlocale must be copied away.
16741              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
16742              
16743              Allow chop() and chomp() to be overridden.
16744              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
16745              
16746              Hints optimization.
16747              Subject: Minor nit
16748              
16749              Subject: [PATCH] de-wall t/README
16750              
16751              Subject: Re: Two advertising clauses need to be removed
16752      Branch: maint-5.6/perl
16753           !> (integrate 75 files)
16754 ____________________________________________________________________________
16755 [  8152] By: gsar                                  on 2000/12/17  20:30:11
16756         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
16757              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
16758              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
16759              
16760              Don't attach -ld to the archname if pointless.
16761              
16762              Document UNTIE in a very minimalistic way.
16763              
16764              POSIX doesn't report long double values under -Duselongdouble
16765              when the long doubles are "real" (bigger than doubles).
16766              
16767              More author updates.
16768              
16769              Try to deduce NV_MAX.  Really should be Configure fodder.
16770              
16771              :: not allowed in pathnames, change to .
16772              Subject: [PATCH perl@6938] cygwin port
16773              
16774              Forget about NV_MAX (#6951).  Various floating point tweaks,
16775              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
16776              
16777              Move the Solaris 7 scan to use64bitall, make the
16778              failure to find 64-bot sparc libc to mention the
16779              possibility of being in an intel, from Lupe and Alan.
16780              
16781              Regen perltoc.
16782              
16783              AUTHORS tweaks, from Peter Prymmer.
16784              
16785              More address tweaking.
16786              
16787              Small tweaks all over.
16788              
16789              File::Temp patches from Andreas König,
16790              
16791              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
16792              
16793              Subject: CPAN.pm beta 1.57_57 for the core
16794              
16795              Part of the solution.
16796              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
16797              
16798              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
16799              
16800              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16801              
16802              Add the overload warnings to perldiag.
16803              
16804              Drop unused argument.
16805              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
16806              
16807              Subject: Nit in Configure (bleadperl@6961)
16808              
16809              Update to PodParser 1.18, from Brad Appleton.
16810              
16811              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
16812              
16813              Subject: [PATCH: 6948] add SCNfldbl to configure.com
16814              
16815              Document UNTIE. Also tweak implementation to suppress the 'inner references'
16816              warning when UNTIE exists and instead pass the cound of extra references to
16817              the UNTIE method.
16818              
16819              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
16820              so that case-ignoring systems like DCL can tell them from
16821              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
16822              
16823              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16824              
16825              Feature ordering tweak.
16826              
16827              Regen perltoc.
16828              
16829              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
16830              
16831              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
16832              
16833              Subject: http:// in L<>
16834              
16835              Detypo.
16836              
16837              change#6791 accidentally clobbered change#6710, put it back
16838              
16839              Only the first line, thank you very much.
16840              
16841              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
16842              plus rework the http: spots as suggested by Tom Christiansen,
16843              plus regen perltoc.
16844              
16845              Undo part of change 6489 which looks like a bulk edit which
16846              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
16847              The supressing of main:: on return from select() is undesirable.
16848              
16849              Apparently avoiding the swapping is too costly.
16850              
16851              Various Configure nits by Philip Newton,
16852              plus the ebcdic one by me.
16853              
16854              Make certain cc is set before trying to run it.
16855              
16856              If overloaded %{} etc. return the object do not loop.
16857              Thus  sub deref { $_[0] } functions if object is wanted type.
16858              
16859              Update perlhist.
16860              
16861              More %{} and other deref special casing - do not pass to 'nomethod'.
16862      Branch: maint-5.6/perl
16863           !> (integrate 59 files)
16864 ____________________________________________________________________________
16865 [  8151] By: gsar                                  on 2000/12/17  19:14:38
16866         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
16867              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
16868              
16869              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
16870              
16871              Make the epsilon to be relative, not absolute.
16872              
16873              Put back the flags dump as reasoned in
16874              Subject: Re: [PATCH] Glob dumping
16875              
16876              Introduce ccname to keep track of what compiler kind of we have.
16877              
16878              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
16879              
16880              Put back the slice accidentally removed by #6907.
16881              
16882              Reset archname and archname64 always, forcing them be
16883              recomputed at each Configure run, make Configure and
16884              the hints files agree on the naming of largefiles variables.
16885              
16886              Don't say "Perl 5.0 source kit".
16887              
16888              Subject: [PATCH] fix misc cast warnings
16889              
16890              Subject: typos in pods
16891              
16892              NVs not necessarily doubles, as pointed out by Yitzchak.
16893              
16894              Subject: [PATCH 6889] add a few ldbl formats to configure.com
16895              
16896              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
16897              
16898              Better options for rsync.
16899              
16900              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
16901              
16902              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
16903              
16904              Subject: [PATCH] Re: UNTIE method 
16905              
16906              A better fix for the Socket building problem from Craig Berry.
16907              
16908              Retract the dummy test, skip the security tests (instead of failing),
16909              explain what the warnings mean.
16910              
16911              Heap decorruption.
16912              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
16913              
16914              Update to Unicode 3.0.1.
16915              
16916              Missed one Unicode file.
16917              
16918              Subject: Re: typos in pods
16919              
16920              The #6929 was too skimpy.
16921              
16922              sscanf() may be the only way to read long doubles from strings.
16923              
16924              Reveal Borland's isnan.
16925              Subject: build with BC++ tweak
16926              
16927              Issue useful diagnostic on unknown pod commands.
16928              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
16929              
16930              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
16931              
16932              Clarify the third case of ftmp-security warnings.
16933              
16934              Make -Dusemorebits find long doubles in Solaris.
16935              
16936              Wrap the test in eval.
16937      Branch: maint-5.6/perl
16938           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
16939           +> lib/unicode/PropList.txt lib/unicode/README.perl
16940           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16941           +> lib/unicode/Unicode.301 vms/vmspipe.com
16942            - lib/unicode/Props.txt lib/unicode/UCD300.html
16943            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
16944           !> (integrate 305 files)
16945 ____________________________________________________________________________
16946 [  8150] By: jhi                                   on 2000/12/17  18:47:57
16947         Log: Uncheckedin generated files.
16948      Branch: perl
16949            ! global.sym perlapi.c pod/perlapi.pod
16950 ____________________________________________________________________________
16951 [  8149] By: jhi                                   on 2000/12/17  18:41:22
16952         Log: Update Changes.
16953      Branch: perl
16954            ! Changes patchlevel.h
16955 ____________________________________________________________________________
16956 [  8148] By: jhi                                   on 2000/12/17  18:39:16
16957         Log: Subject: [PATCH] Fcntl constants speedup
16958              From: Nicholas Clark <nick@ccl4.org>
16959              Date: Sun, 17 Dec 2000 16:29:24 +0000
16960              Message-ID: <20001217162924.E97668@plum.flirble.org>
16961              
16962              Use IVs for the Fcntl constants instead of NVs.
16963      Branch: perl
16964            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
16965 ____________________________________________________________________________
16966 [  8147] By: jhi                                   on 2000/12/17  18:33:41
16967         Log: Add test for #8145 (binmode() warning), add warning for
16968              ioctl() and sockpair(), document them. (fileno() cannot
16969              be tripwired with the same kind of warning because
16970              'defined fileno($foo)' seems to be an idiom.)
16971      Branch: perl
16972            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
16973 ____________________________________________________________________________
16974 [  8146] By: gsar                                  on 2000/12/17  18:09:08
16975         Log: update Changes
16976      Branch: maint-5.6/perl
16977            ! Changes
16978 ____________________________________________________________________________
16979 [  8145] By: jhi                                   on 2000/12/17  17:39:35
16980         Log: Subject: [PATCH] Re: The long awaited feature ...
16981              From: Simon Cozens <simon@cozens.net>
16982              Date: Sun, 17 Dec 2000 12:31:56 +0000
16983              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
16984              
16985              Add a warning to binmode() about using bad filehandles
16986              (can happen e.g. if someone forgets the filehandle argument)
16987      Branch: perl
16988            ! pp_sys.c
16989 ____________________________________________________________________________
16990 [  8144] By: jhi                                   on 2000/12/17  17:33:48
16991         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
16992              From: Jonathan Stowe <gellyfish@gellyfish.com>
16993              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
16994              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
16995      Branch: perl
16996            ! lib/Net/Ping.pm
16997 ____________________________________________________________________________
16998 [  8143] By: jhi                                   on 2000/12/17  05:31:37
16999         Log: Polymorphic regexps.
17000              
17001              Fixes at least the bugs 20001028.003 (both of them...) and
17002              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
17003              also to be fixed by now, probably already before this patch.
17004      Branch: perl
17005            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
17006            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
17007            ! t/op/utf8decode.t t/pragma/utf8.t
17008 ____________________________________________________________________________
17009 [  8142] By: jhi                                   on 2000/12/16  17:16:05
17010         Log: Subject: [patch perl@8102] dos/djgpp update
17011              From: Laszlo Molnar <ml1050@freemail.hu>
17012              Date: Sat, 16 Dec 2000 01:40:52 +0100
17013              Message-ID: <20001216014052.A335@freemail.hu>
17014      Branch: perl
17015            ! djgpp/config.over t/base/commonsense.t
17016 ____________________________________________________________________________
17017 [  8141] By: jhi                                   on 2000/12/16  17:09:27
17018         Log: Few uncheckedin files.
17019      Branch: perl
17020            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
17021 ____________________________________________________________________________
17022 [  8140] By: nick                                  on 2000/12/15  22:14:31
17023         Log: Integrate mainline
17024      Branch: perlio
17025           !> (integrate 53 files)
17026 ____________________________________________________________________________
17027 [  8139] By: jhi                                   on 2000/12/15  19:49:49
17028         Log: One more IVUV tweak from Nicholas Clark.
17029      Branch: perl
17030            ! sv.c
17031 ____________________________________________________________________________
17032 [  8138] By: jhi                                   on 2000/12/15  19:17:06
17033         Log: Return of the IVUV-preservation, now seems to be happy even
17034              in Digital UNIX (the broken strtoul brokenness detection
17035              seems to have been the fly in the ointment).
17036      Branch: perl
17037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17038            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
17039            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
17040            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
17041            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17042            ! vos/config.ga.h win32/config.bc win32/config.gc
17043            ! win32/config.vc
17044 ____________________________________________________________________________
17045 [  8137] By: jhi                                   on 2000/12/15  18:12:14
17046         Log: Metaconfig unit change for #8136.
17047      Branch: metaconfig
17048            ! U/modified/d_strtoul.U
17049      Branch: metaconfig/U/perl
17050            ! d_strtoull.U d_strtouq.U
17051 ____________________________________________________________________________
17052 [  8136] By: jhi                                   on 2000/12/15  18:11:35
17053         Log: I don't think it's sensible or portable to test the strtou*
17054              on /^-/ strings.
17055      Branch: perl
17056            ! Configure
17057 ____________________________________________________________________________
17058 [  8135] By: jhi                                   on 2000/12/15  17:18:49
17059         Log: Metaconfig unit change for #8134.
17060      Branch: metaconfig
17061            ! U/modified/d_strtoul.U
17062 ____________________________________________________________________________
17063 [  8134] By: jhi                                   on 2000/12/15  17:14:13
17064         Log: If longsize is 8 we don't need a LL suffix for integer constants.
17065      Branch: perl
17066            ! Configure config_h.SH
17067 ____________________________________________________________________________
17068 [  8133] By: jhi                                   on 2000/12/15  16:00:23
17069         Log: Update Changes.
17070      Branch: perl
17071            ! Changes patchlevel.h
17072 ____________________________________________________________________________
17073 [  8132] By: jhi                                   on 2000/12/15  15:44:16
17074         Log: Some compilers get huffy if you do not cast a const pointer
17075              to a non-const when assigning.
17076      Branch: perl
17077            ! gv.c
17078 ____________________________________________________________________________
17079 [  8131] By: jhi                                   on 2000/12/15  15:38:30
17080         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
17081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17082              Date: Fri, 15 Dec 2000 05:26:57 -0500
17083              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
17084      Branch: perl
17085            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
17086            ! t/pragma/overload.t
17087 ____________________________________________________________________________
17088 [  8130] By: jhi                                   on 2000/12/15  15:36:08
17089         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
17090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17091              Date: Thu, 14 Dec 2000 22:02:43 -0500
17092              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
17093      Branch: perl
17094            ! gv.c perl.h
17095 ____________________________________________________________________________
17096 [  8129] By: jhi                                   on 2000/12/15  15:34:16
17097         Log: Subject: PATCH: h2xs nit
17098              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17099              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
17100              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
17101              
17102              Add a template README.
17103      Branch: perl
17104            ! utils/h2xs.PL
17105 ____________________________________________________________________________
17106 [  8128] By: jhi                                   on 2000/12/15  15:32:22
17107         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
17108      Branch: perl
17109            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
17110 ____________________________________________________________________________
17111 [  8127] By: jhi                                   on 2000/12/15  15:19:34
17112         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
17113              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17114              Date:     Thu, 14 Dec 2000 20:04:42 EST
17115              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
17116      Branch: perl
17117            ! ext/Opcode/Opcode.xs
17118 ____________________________________________________________________________
17119 [  8126] By: jhi                                   on 2000/12/15  15:17:49
17120         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
17121              From: Peter Prymmer <pvhp@forte.com>
17122              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
17123              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
17124      Branch: perl
17125            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
17126            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
17127            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
17128 ____________________________________________________________________________
17129 [  8125] By: jhi                                   on 2000/12/15  15:11:05
17130         Log: This seems to be a stage sane and stable enough to checkin.
17131              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
17132      Branch: perl
17133            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
17134            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
17135            ! t/op/cmp.t t/op/numconvert.t
17136 ____________________________________________________________________________
17137 [  8124] By: jhi                                   on 2000/12/15  04:20:26
17138         Log: Something is really wonky.
17139      Branch: perl
17140            ! sv.c
17141 ____________________________________________________________________________
17142 [  8123] By: jhi                                   on 2000/12/15  04:00:50
17143         Log: Fixes for the IV UV patches to compile in Digital UNIX.
17144      Branch: perl
17145            ! sv.c
17146 ____________________________________________________________________________
17147 [  8122] By: jhi                                   on 2000/12/15  02:53:40
17148         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
17149              From: "Craig A. Berry" <craigberry@mac.com>
17150              Date: Thu, 14 Dec 2000 19:10:49 -0600
17151              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
17152      Branch: perl
17153            ! vms/vms.c
17154 ____________________________________________________________________________
17155 [  8121] By: jhi                                   on 2000/12/15  02:50:00
17156         Log: Metaconfig changes for #8120.
17157      Branch: metaconfig
17158            + U/modified/d_strtoul.U
17159      Branch: metaconfig/U/perl
17160            ! d_strtoull.U d_strtouq.U
17161 ____________________________________________________________________________
17162 [  8120] By: jhi                                   on 2000/12/15  02:49:42
17163         Log: From: Nicholas Clark <nick@ccl4.org> 
17164              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
17165              Date: Thu, 14 Dec 2000 18:38:57 +0000
17166              Message-ID: <20001214183857.B97909@plum.flirble.org>
17167      Branch: perl
17168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17169            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
17170            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17171            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17172            ! win32/config.gc win32/config.vc
17173 ____________________________________________________________________________
17174 [  8119] By: jhi                                   on 2000/12/14  23:40:58
17175         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
17176              From: Nicholas Clark <nick@ccl4.org>
17177              Date: Wed, 13 Dec 2000 20:08:50 +0000
17178              Message-ID: <20001213200849.B71166@plum.flirble.org>
17179      Branch: perl
17180            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
17181            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
17182 ____________________________________________________________________________
17183 [  8118] By: jhi                                   on 2000/12/14  22:46:26
17184         Log: Integrate perlio.
17185      Branch: perl
17186           !> MANIFEST ext/Encode/compile makedef.pl
17187 ____________________________________________________________________________
17188 [  8117] By: nick                                  on 2000/12/14  22:38:53
17189         Log: Win32 tweaks to get Encode to build
17190              - temp hack to makedef.pl till PerlIO is properly "exported".
17191              - MSVC dislikes  
17192              static encpage_t foo[];
17193              so make 'em extern for now.
17194      Branch: perlio
17195            ! ext/Encode/compile makedef.pl
17196 ____________________________________________________________________________
17197 [  8116] By: nick                                  on 2000/12/14  22:00:53
17198         Log: Document the new files
17199      Branch: perlio
17200            ! MANIFEST
17201 ____________________________________________________________________________
17202 [  8115] By: jhi                                   on 2000/12/14  21:58:01
17203         Log: MANIFEST new files of #8114.
17204      Branch: perl
17205            ! MANIFEST
17206 ____________________________________________________________________________
17207 [  8114] By: jhi                                   on 2000/12/14  21:50:49
17208         Log: Integrate perlio.
17209      Branch: perl
17210           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
17211           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17212           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
17213           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
17214           !> ext/Encode/Makefile.PL
17215 ____________________________________________________________________________
17216 [  8113] By: jhi                                   on 2000/12/14  21:48:49
17217         Log: The documentation part of the
17218              
17219              Subject: [ID 20001214.002] Net::Ping patch
17220              From: Jonathan Stowe <gellyfish@gellyfish.com>
17221              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
17222              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
17223              since the #7529 had already addressed the same problem.
17224      Branch: perl
17225            ! lib/Net/Ping.pm
17226 ____________________________________________________________________________
17227 [  8112] By: jhi                                   on 2000/12/14  21:42:57
17228         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
17229              From: Dominic Dunlop <domo@computer.org>
17230              Date: Tue, 12 Dec 2000 10:47:10 +0100
17231              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
17232              
17233              Document how elusive subroutines can be.
17234      Branch: perl
17235            ! pod/perlfunc.pod
17236 ____________________________________________________________________________
17237 [  8111] By: jhi                                   on 2000/12/14  21:38:05
17238         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
17239              From: Dominic Dunlop <domo@computer.org>
17240              Date: Thu, 14 Dec 2000 10:13:51 +0100
17241              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
17242      Branch: perl
17243            ! ext/POSIX/POSIX.pod
17244 ____________________________________________________________________________
17245 [  8110] By: jhi                                   on 2000/12/14  21:36:32
17246         Log: Subject: [patch] perlfaq7
17247              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
17248              Date: Thu, 14 Dec 2000 15:31:07 +0100
17249              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
17250      Branch: perl
17251            ! pod/perlfaq7.pod
17252 ____________________________________________________________________________
17253 [  8109] By: jhi                                   on 2000/12/14  21:29:20
17254         Log: Subject: [8104] Encode
17255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17256              Date: Thu, 14 Dec 2000 14:49:34 +0100
17257              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
17258              
17259              Type casting for nervous compilers.
17260      Branch: perl
17261            ! ext/Encode/Encode.xs
17262 ____________________________________________________________________________
17263 [  8108] By: jhi                                   on 2000/12/14  21:26:17
17264         Log: Subject: [8104] DB_File
17265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17266              Date: Thu, 14 Dec 2000 14:49:35 +0100
17267              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
17268              
17269              Type definition incorrect for DB 2.7.7.  Not known when it
17270              changed, so only changed it for a known revision.
17271      Branch: perl
17272            ! ext/DB_File/DB_File.xs
17273 ____________________________________________________________________________
17274 [  8107] By: jhi                                   on 2000/12/14  21:23:41
17275         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
17276              From: Peter Prymmer <pvhp@forte.com>
17277              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
17278              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
17279              
17280              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
17281      Branch: perl
17282            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
17283            ! ext/Encode/Encode/posix-bc.enc
17284 ____________________________________________________________________________
17285 [  8106] By: nick                                  on 2000/12/14  20:36:13
17286         Log: "Cold" build correction to Encode's Makefile.PL
17287      Branch: perlio
17288            ! ext/Encode/Makefile.PL
17289 ____________________________________________________________________________
17290 [  8105] By: nick                                  on 2000/12/14  20:09:37
17291         Log: "Compiled" encodings.
17292              Correct replacement character in EBCDIC .enc files
17293              Add 0x7F to ASCII repertoire.
17294      Branch: perlio
17295            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17296            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
17297            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
17298            ! ext/Encode/Makefile.PL ext/Encode/compile
17299            ! ext/Encode/encengine.c ext/Encode/encode.h
17300 ____________________________________________________________________________
17301 [  8104] By: nick                                  on 2000/12/14  00:38:20
17302         Log: Integrate mainline
17303      Branch: perlio
17304           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
17305           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
17306           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
17307           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
17308           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
17309           !> t/lib/db-hash.t t/lib/db-recno.t
17310 ____________________________________________________________________________
17311 [  8103] By: nick                                  on 2000/12/13  23:16:13
17312         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
17313              so far and so it does not get lost.
17314      Branch: perlio
17315            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
17316 ____________________________________________________________________________
17317 [  8102] By: jhi                                   on 2000/12/13  17:14:22
17318         Log: Update Changes.
17319      Branch: perl
17320            ! Changes patchlevel.h
17321 ____________________________________________________________________________
17322 [  8101] By: jhi                                   on 2000/12/13  16:53:41
17323         Log: Move the proto of start_glob() to a better place; regen api files.
17324      Branch: perl
17325            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
17326 ____________________________________________________________________________
17327 [  8100] By: jhi                                   on 2000/12/13  16:47:11
17328         Log: Metaconfig change for #8099.
17329      Branch: metaconfig
17330            ! U/modified/Head.U
17331 ____________________________________________________________________________
17332 [  8099] By: jhi                                   on 2000/12/13  16:46:48
17333         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
17334              From: Andy Dougherty <doughera@lafayette.edu>
17335              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
17336              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
17337      Branch: perl
17338            ! Configure
17339 ____________________________________________________________________________
17340 [  8098] By: jhi                                   on 2000/12/13  16:39:02
17341         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
17342              From: rspier@pobox.com (Robert Spier)
17343              Date: Tue, 12 Dec 2000 21:12:39 -0500
17344              Message-ID: <14902.56087.678086.725773@rls.cx>
17345              
17346              fastgetcwd is defined using a glob alias on a $^O dependent basis -
17347              and there was no default assignment or perl subroutine.
17348      Branch: perl
17349            ! lib/Cwd.pm
17350 ____________________________________________________________________________
17351 [  8097] By: jhi                                   on 2000/12/13  16:16:01
17352         Log: Subject: [PATCH] move startglob out of pp_hot.c
17353              From: Nicholas Clark <nick@ccl4.org>
17354              Date: Mon, 11 Dec 2000 23:16:39 +0000
17355              Message-ID: <20001211231638.A55550@plum.flirble.org>
17356      Branch: perl
17357            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
17358 ____________________________________________________________________________
17359 [  8096] By: jhi                                   on 2000/12/13  15:26:23
17360         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
17361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17362              Date: Wed, 13 Dec 2000 14:01:37 +0100
17363              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
17364              
17365              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
17366              in turn requires libpthread in libswanted.
17367      Branch: perl
17368            ! hints/hpux.sh
17369 ____________________________________________________________________________
17370 [  8095] By: jhi                                   on 2000/12/12  19:51:05
17371         Log: The integration wars continue.
17372      Branch: perl
17373           !> sv.c
17374 ____________________________________________________________________________
17375 [  8094] By: jhi                                   on 2000/12/12  19:48:26
17376         Log: Subject: [PATCH perl@8070] DB_File-1.74  
17377              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
17378              Date: Mon, 11 Dec 2000 23:07:17 -0000
17379              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
17380      Branch: perl
17381            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17382            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17383            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
17384            ! t/lib/db-recno.t
17385 ____________________________________________________________________________
17386 [  8093] By: nick                                  on 2000/12/12  19:42:13
17387         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
17388      Branch: perlio
17389            ! sv.c
17390           !> lib/File/DosGlob.pm
17391 ____________________________________________________________________________
17392 [  8092] By: jhi                                   on 2000/12/12  19:28:11
17393         Log: Integrate perlio.
17394      Branch: perl
17395           !> sv.c
17396 ____________________________________________________________________________
17397 [  8091] By: nick                                  on 2000/12/12  18:49:45
17398         Log: Fix for Tk, and upgrading shared SVs.
17399      Branch: perlio
17400            ! sv.c
17401 ____________________________________________________________________________
17402 [  8090] By: jhi                                   on 2000/12/12  16:48:59
17403         Log: Subject: [PATCH] Re: Breadperl & Tk
17404              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17405              Date: Tue, 12 Dec 2000 14:48:27 GMT
17406              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
17407      Branch: perl
17408            ! sv.c
17409 ____________________________________________________________________________
17410 [  8089] By: jhi                                   on 2000/12/12  03:37:19
17411         Log: Subject: DosGlob.pm diff for bash style brace expansion.
17412              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
17413              Date: Fri, 8 Dec 2000 10:45:30 -0600
17414              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
17415      Branch: perl
17416            ! lib/File/DosGlob.pm
17417 ____________________________________________________________________________
17418 [  8088] By: nick                                  on 2000/12/11  23:59:59
17419         Log: Integrate mainline
17420      Branch: perlio
17421           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
17422           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
17423           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
17424           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
17425           !> t/op/local.t t/pragma/warn/toke toke.c
17426 ____________________________________________________________________________
17427 [  8087] By: jhi                                   on 2000/12/11  23:20:23
17428         Log: Integrate perlio.
17429      Branch: perl
17430           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17431 ____________________________________________________________________________
17432 [  8086] By: jhi                                   on 2000/12/11  22:50:59
17433         Log: Tune further the OS detection of CGI.
17434      Branch: perl
17435            ! lib/CGI.pm
17436 ____________________________________________________________________________
17437 [  8085] By: nick                                  on 2000/12/11  22:50:46
17438         Log: Finish 1st pass of "encoding" layer e.g. :
17439              open($fh,"<encoding(iso8859-7)",$greek) || die;
17440      Branch: perlio
17441            ! ext/Encode/Encode.xs perlio.c perliol.h
17442 ____________________________________________________________________________
17443 [  8084] By: jhi                                   on 2000/12/11  22:32:06
17444         Log: Revert the -f ambiguousity patch, seems to cause
17445              too much hassle (the interpret -Q as a function
17446              where Q is not a known filetest part is left in).
17447      Branch: perl
17448            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
17449            ! toke.c
17450 ____________________________________________________________________________
17451 [  8083] By: jhi                                   on 2000/12/11  22:27:23
17452         Log: (accidentally empty check-in)
17453      Branch: perl
17454            ! lib/File/DosGlob.pm
17455 ____________________________________________________________________________
17456 [  8082] By: nick                                  on 2000/12/11  19:09:51
17457         Log: Restore mmap function (broken by tweaks to shared buffer
17458              layer for encode(xxxx)).
17459      Branch: perlio
17460            ! perlio.c
17461 ____________________________________________________________________________
17462 [  8081] By: jhi                                   on 2000/12/11  18:29:13
17463         Log: Subject: Re: The long awaited feature ...
17464              From: Simon Cozens <simon@cozens.net>
17465              Date: Mon, 11 Dec 2000 15:54:24 +0000
17466              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
17467              
17468              More io/utf8 tests.
17469      Branch: perl
17470            ! t/io/utf8.t
17471 ____________________________________________________________________________
17472 [  8080] By: jhi                                   on 2000/12/11  18:19:36
17473         Log: Subject: PATCH MakeMaker manpage clarification
17474              From: andreas.koenig@anima.de (Andreas J. Koenig)
17475              Date: 10 Dec 2000 20:46:13 +0100
17476              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
17477      Branch: perl
17478            ! lib/ExtUtils/MakeMaker.pm
17479 ____________________________________________________________________________
17480 [  8079] By: jhi                                   on 2000/12/11  15:35:07
17481         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
17482              From: Simon Cozens <simon@cozens.net>
17483              Date: Sun, 10 Dec 2000 19:06:19 +0000
17484              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
17485      Branch: perl
17486            ! ext/B/B/Deparse.pm t/lib/b.t
17487 ____________________________________________________________________________
17488 [  8078] By: jhi                                   on 2000/12/11  15:09:11
17489         Log: Subject: [PATCH] docs on NaN
17490              From: Nicholas Clark <nick@ccl4.org>
17491              Date: Mon, 11 Dec 2000 01:48:38 +0000
17492              Message-ID: <20001211014838.B99205@plum.flirble.org>
17493      Branch: perl
17494            ! pod/perlop.pod
17495 ____________________________________________________________________________
17496 [  8077] By: jhi                                   on 2000/12/11  15:02:21
17497         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
17498              From: Simon Cozens <simon@cozens.net>
17499              Date: Mon, 11 Dec 2000 01:21:45 +0000
17500              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
17501      Branch: perl
17502            ! pp.c pp_hot.c scope.c t/op/local.t
17503 ____________________________________________________________________________
17504 [  8076] By: nick                                  on 2000/12/10  20:43:32
17505         Log: Not merge worthy...
17506              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
17507              syntax is modelled on attributes.
17508              Untested fix for io/utf8 on Win32 etc.
17509              Very clumsy start to the encode layer.
17510      Branch: perlio
17511            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17512 ____________________________________________________________________________
17513 [  8075] By: jhi                                   on 2000/12/10  18:39:33
17514         Log: Darwin is not Windows.
17515      Branch: perl
17516            ! lib/CGI.pm
17517 ____________________________________________________________________________
17518 [  8074] By: jhi                                   on 2000/12/10  18:31:27
17519         Log: Subject: Ambiguous -%c() resolved as a file test
17520              From: "Paul Marquess" <Paul.Marquess@openwave.com>
17521              Date: Sun, 10 Dec 2000 15:35:07 -0000
17522              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
17523      Branch: perl
17524            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
17525 ____________________________________________________________________________
17526 [  8073] By: jhi                                   on 2000/12/10  18:16:29
17527         Log: Subject: PATCH installperl misinformed 
17528              From: andreas.koenig@anima.de (Andreas J. Koenig)
17529              Date: 10 Dec 2000 13:01:32 +0100 
17530              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
17531      Branch: perl
17532            ! installperl
17533 ____________________________________________________________________________
17534 [  8072] By: jhi                                   on 2000/12/10  18:07:55
17535         Log: The walkoptree confusion rages; walkoptree() seems to be coming
17536              from B.xs, while walkoptree_slow() comes from B.pm.
17537      Branch: perl
17538            ! ext/B/B.pm
17539 ____________________________________________________________________________
17540 [  8071] By: nick                                  on 2000/12/10  11:45:47
17541         Log: Integrate mainline
17542      Branch: perlio
17543           +> t/base/commonsense.t
17544           !> (integrate 37 files)
17545 ____________________________________________________________________________
17546 [  8070] By: jhi                                   on 2000/12/10  04:46:21
17547         Log: Update Changes.
17548      Branch: perl
17549            ! Changes patchlevel.h
17550 ____________________________________________________________________________
17551 [  8069] By: jhi                                   on 2000/12/10  04:39:19
17552         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
17553              From: andreas.koenig@anima.de (Andreas J. Koenig)
17554              Date: 09 Dec 2000 17:14:25 +0100
17555              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
17556      Branch: perl
17557            + t/base/commonsense.t
17558            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
17559 ____________________________________________________________________________
17560 [  8068] By: jhi                                   on 2000/12/10  04:17:36
17561         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
17562              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17563              Date: Sat, 9 Dec 2000 16:47:22 -0000
17564              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
17565      Branch: perl
17566            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
17567            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
17568            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
17569            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
17570            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
17571            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
17572            ! t/lib/sdbm.t
17573 ____________________________________________________________________________
17574 [  8067] By: jhi                                   on 2000/12/10  03:52:02
17575         Log: Test case for #8066.
17576      Branch: perl
17577            ! t/op/misc.t
17578 ____________________________________________________________________________
17579 [  8066] By: jhi                                   on 2000/12/10  03:50:30
17580         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
17581              From: Simon Cozens <simon@cozens.net>
17582              Date: Sun, 10 Dec 2000 00:55:37 +0000
17583              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
17584      Branch: perl
17585            ! pp_sys.c
17586 ____________________________________________________________________________
17587 [  8065] By: jhi                                   on 2000/12/10  03:44:52
17588         Log: Test case for #8064.
17589      Branch: perl
17590            ! t/comp/proto.t
17591 ____________________________________________________________________________
17592 [  8064] By: jhi                                   on 2000/12/10  03:42:32
17593         Log: Subject: Re: prototype of substr
17594              From: Simon Cozens <simon@cozens.net>
17595              Date: Sun, 10 Dec 2000 00:13:33 +0000
17596              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
17597              
17598              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
17599      Branch: perl
17600            ! pp.c
17601 ____________________________________________________________________________
17602 [  8063] By: jhi                                   on 2000/12/10  03:39:42
17603         Log: Subject: [PATCH] perlguts.pod
17604              From: Simon Cozens <simon@cozens.net>
17605              Date: Sun, 10 Dec 2000 00:06:47 +0000
17606              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
17607              
17608              Documentation of the different types of ops,
17609              plus the functions in dump.c
17610      Branch: perl
17611            ! pod/perlguts.pod
17612 ____________________________________________________________________________
17613 [  8062] By: jhi                                   on 2000/12/10  03:30:04
17614         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
17615              From: Nicholas Clark <nick@talking.bollo.cx>
17616              Date: Sat, 09 Dec 2000 18:57:25 +0000
17617              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
17618              
17619              Be more robust in weird hostname setups.
17620      Branch: perl
17621            ! t/lib/net-hostent.t
17622 ____________________________________________________________________________
17623 [  8061] By: jhi                                   on 2000/12/10  03:28:21
17624         Log: Pacify fussy compiler. 
17625      Branch: perl
17626            ! pp_sys.c
17627 ____________________________________________________________________________
17628 [  8060] By: jhi                                   on 2000/12/10  02:52:46
17629         Log: Integrate perlio.
17630      Branch: perl
17631           !> pp_sys.c t/io/utf8.t
17632 ____________________________________________________________________________
17633 [  8059] By: nick                                  on 2000/12/09  23:40:14
17634         Log: read/sysread/recv should now be utf8 aware.
17635              Basic test for utf8 read.
17636      Branch: perlio
17637            ! pp_sys.c t/io/utf8.t
17638 ____________________________________________________________________________
17639 [  8058] By: jhi                                   on 2000/12/09  21:56:02
17640         Log: Integrate perlio.
17641      Branch: perl
17642           +> t/io/utf8.t
17643           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
17644 ____________________________________________________________________________
17645 [  8057] By: jhi                                   on 2000/12/09  21:53:35
17646         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
17647              From: Inaba Hiroto <inaba@st.rim.or.jp>
17648              Date: Sun, 10 Dec 2000 05:53:21 +0900
17649              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
17650              
17651              Tests for #8056.
17652      Branch: perl
17653            ! t/op/each.t
17654 ____________________________________________________________________________
17655 [  8056] By: jhi                                   on 2000/12/09  21:51:16
17656         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
17657              From: Inaba Hiroto <inaba@st.rim.or.jp>
17658              Date: Sat, 09 Dec 2000 18:02:00 +0900
17659              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
17660              
17661              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
17662      Branch: perl
17663            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
17664 ____________________________________________________________________________
17665 [  8055] By: nick                                  on 2000/12/09  20:11:48
17666         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
17667              than raw PerlIO_write() - does not seem to break any tests.
17668      Branch: perlio
17669            ! pp_sys.c
17670 ____________________________________________________________________________
17671 [  8054] By: nick                                  on 2000/12/09  19:47:30
17672         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
17673              (sysread, recv and write i.e. formats still to do...)
17674              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
17675              open($fh,">:utf8","name")
17676              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
17677              so no extra overhead is involved.
17678              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
17679              to a non-utf8 stream.
17680              Add initial io/utf8.t
17681              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
17682              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
17683              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
17684      Branch: perlio
17685            + t/io/utf8.t
17686            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
17687 ____________________________________________________________________________
17688 [  8053] By: nick                                  on 2000/12/09  19:26:37
17689         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
17690              was only testing this_utf8.
17691      Branch: perlio
17692            ! toke.c
17693 ____________________________________________________________________________
17694 [  8052] By: nick                                  on 2000/12/09  19:09:41
17695         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
17696              i.e. the output string has one, but don't mess with source assumption.
17697      Branch: perlio
17698            ! toke.c
17699 ____________________________________________________________________________
17700 [  8051] By: jhi                                   on 2000/12/09  16:55:17
17701         Log: Integrate perlio.
17702      Branch: perl
17703           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
17704           !> sv.c thrdvar.h util.c
17705 ____________________________________________________________________________
17706 [  8050] By: jhi                                   on 2000/12/09  16:48:07
17707         Log: Nits noticed by Peter Prymmer.
17708      Branch: perl
17709            ! lib/ExtUtils/MM_VMS.pm
17710 ____________________________________________________________________________
17711 [  8049] By: nick                                  on 2000/12/09  13:49:40
17712         Log: UTF8 output prework.
17713              - Store $\ and $, as SVs so they can have SvUTF8 flag
17714              - use do_print() rather than raw PerlIO_write() to print them.
17715      Branch: perlio
17716            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
17717            ! thrdvar.h util.c
17718 ____________________________________________________________________________
17719 [  8048] By: nick                                  on 2000/12/09  12:30:43
17720         Log: Integrate mainline.
17721      Branch: perlio
17722           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
17723           +> t/op/reverse.t
17724           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
17725           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17726           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
17727           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
17728           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
17729           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
17730 ____________________________________________________________________________
17731 [  8047] By: jhi                                   on 2000/12/09  00:23:27
17732         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
17733              From: Michael G Schwern <schwern@pobox.com>
17734              Date: Fri, 8 Dec 2000 14:43:04 -0600
17735      Branch: perl
17736            ! lib/ExtUtils/MM_VMS.pm
17737 ____________________________________________________________________________
17738 [  8046] By: jhi                                   on 2000/12/08  23:10:27
17739         Log: A missed check-in.
17740      Branch: perl
17741            ! lib/ExtUtils/Manifest.pm
17742 ____________________________________________________________________________
17743 [  8045] By: jhi                                   on 2000/12/08  21:57:12
17744         Log: (null check-in)
17745      Branch: perl
17746            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
17747 ____________________________________________________________________________
17748 [  8044] By: jhi                                   on 2000/12/08  21:11:06
17749         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
17750              at the final draft stage.
17751      Branch: perl
17752            + ext/Encode/Encode/iso8859-16.enc
17753            ! MANIFEST
17754 ____________________________________________________________________________
17755 [  8043] By: jhi                                   on 2000/12/08  16:39:04
17756         Log: Update Changes.
17757      Branch: perl
17758            ! Changes patchlevel.h
17759 ____________________________________________________________________________
17760 [  8042] By: jhi                                   on 2000/12/08  16:33:39
17761         Log: Do not return the Unicode replacement character if UTF-8
17762              decoding goes awry, it should be up to the caller to decide.
17763      Branch: perl
17764            ! pod/perlapi.pod utf8.c
17765 ____________________________________________________________________________
17766 [  8041] By: jhi                                   on 2000/12/08  16:22:28
17767         Log: metaconfig maintenance.
17768      Branch: metaconfig
17769            ! U/modified/stdchar.U
17770      Branch: metaconfig/U/perl
17771            + testsyml.U
17772 ____________________________________________________________________________
17773 [  8040] By: jhi                                   on 2000/12/08  16:03:08
17774         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
17775              From: sthoenna@efn.org
17776              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
17777              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
17778      Branch: perl
17779            ! Changes lib/ExtUtils/MM_OS2.pm
17780 ____________________________________________________________________________
17781 [  8039] By: jhi                                   on 2000/12/08  15:57:11
17782         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
17783              From: Simon Cozens <simon@cozens.net>
17784              Date: Fri, 8 Dec 2000 13:33:31 +0000
17785              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
17786              
17787              (The pp_hot part needed a rewrite.)
17788      Branch: perl
17789            ! doop.c pp_hot.c utf8.c
17790 ____________________________________________________________________________
17791 [  8038] By: jhi                                   on 2000/12/08  15:25:08
17792         Log: Subject: djSP
17793              From: Michael Stevens <michael@etla.org>
17794              Date: Wed, 6 Dec 2000 23:24:01 +0000
17795              Message-ID: <20001206232400.A21381@firedrake.org>
17796              
17797              Plus a note from Nick Ing-Simmons.
17798      Branch: perl
17799            ! pp.h
17800 ____________________________________________________________________________
17801 [  8037] By: jhi                                   on 2000/12/08  15:18:35
17802         Log: Filetype is text.
17803      Branch: perl
17804            ! t/op/utf8decode.t
17805 ____________________________________________________________________________
17806 [  8036] By: jhi                                   on 2000/12/08  03:31:27
17807         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
17808              From: Andy Dougherty <doughera@lafayette.edu>
17809              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
17810              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
17811              
17812              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
17813              From: Andy Dougherty <doughera@lafayette.edu>
17814              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
17815              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
17816      Branch: perl
17817            + ext/POSIX/hints/svr4.pl
17818            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
17819 ____________________________________________________________________________
17820 [  8035] By: jhi                                   on 2000/12/08  03:26:01
17821         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
17822              From: Andy Dougherty <doughera@lafayette.edu>
17823              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
17824              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
17825      Branch: perl
17826            ! t/README t/base/term.t
17827 ____________________________________________________________________________
17828 [  8034] By: jhi                                   on 2000/12/08  03:21:59
17829         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
17830              From: mjd@plover.com  
17831              Date: 7 Dec 2000 21:04:20 -0000
17832              Message-ID: <20001207210420.22282.qmail@plover.com>
17833              
17834              Plus -z doc.
17835      Branch: perl
17836            ! pod/perlfunc.pod
17837 ____________________________________________________________________________
17838 [  8033] By: jhi                                   on 2000/12/08  03:19:03
17839         Log: Use the UTF8 macros a bit.  They can't be used with abandon
17840              everywhere because we do generate illegal UTF-8 in some situations.
17841              This is of course naughty.
17842      Branch: perl
17843            ! pod/perlapi.pod utf8.c utf8.h
17844 ____________________________________________________________________________
17845 [  8032] By: jhi                                   on 2000/12/08  03:00:09
17846         Log: Out of sync?
17847      Branch: perl
17848            ! t/pragma/warn/utf8
17849 ____________________________________________________________________________
17850 [  8031] By: jhi                                   on 2000/12/08  02:22:39
17851         Log: Cnt spl.
17852      Branch: perl
17853            ! MANIFEST
17854 ____________________________________________________________________________
17855 [  8030] By: jhi                                   on 2000/12/08  01:23:54
17856         Log: Add test for reverse().
17857      Branch: perl
17858            + t/op/reverse.t
17859            ! MANIFEST
17860 ____________________________________________________________________________
17861 [  8029] By: jhi                                   on 2000/12/08  01:21:47
17862         Log: Integrate perlio.
17863      Branch: perl
17864           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
17865           !> perlio.c perlio.h perlsdio.h warnings.pl
17866 ____________________________________________________________________________
17867 [  8028] By: jhi                                   on 2000/12/08  01:19:08
17868         Log: Introduce macros for UTF8 decoding.
17869      Branch: perl
17870            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
17871 ____________________________________________________________________________
17872 [  8027] By: nick                                  on 2000/12/07  22:18:19
17873         Log: Integrate mainline
17874      Branch: perlio
17875           !> embed.pl pod/perlapi.pod utf8.c
17876 ____________________________________________________________________________
17877 [  8026] By: nick                                  on 2000/12/07  21:45:08
17878         Log: Various oddities p4 diff -se showed up
17879              Remove 'our' from warnings.pl
17880      Branch: perlio
17881            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
17882 ____________________________________________________________________________
17883 [  8025] By: nick                                  on 2000/12/07  21:43:32
17884         Log: Change PerlIO_(get|set)pos to take SV *
17885              Should fix, OS/2, VMS, (sfio??)
17886      Branch: perlio
17887            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
17888 ____________________________________________________________________________
17889 [  8024] By: jhi                                   on 2000/12/07  19:05:32
17890         Log: Document utf8_to_uv() better.
17891      Branch: perl
17892            ! pod/perlapi.pod utf8.c
17893 ____________________________________________________________________________
17894 [  8023] By: jhi                                   on 2000/12/07  18:23:47
17895         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
17896      Branch: perl
17897            ! embed.pl pod/perlapi.pod utf8.c
17898 ____________________________________________________________________________
17899 [  8022] By: jhi                                   on 2000/12/07  04:13:51
17900         Log: Integrate perlio.
17901      Branch: perl
17902           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
17903           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
17904           !> win32/makefile.mk
17905 ____________________________________________________________________________
17906 [  8021] By: nick                                  on 2000/12/07  00:28:14
17907         Log: Various attempts at MSVC debug - not sure what has
17908              changed but works now. 
17909              Seems atexit() _may_ work for DLLs built with MSVC so don't
17910              call cleanup that way.
17911      Branch: perlio
17912            ! perlio.c win32/makefile.mk
17913 ____________________________________________________________________________
17914 [  8020] By: nick                                  on 2000/12/06  19:57:20
17915         Log: Integrate mainline
17916      Branch: perlio
17917           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
17918           !> (integrate 75 files)
17919 ____________________________________________________________________________
17920 [  8019] By: nick                                  on 2000/12/06  19:28:21
17921         Log: Add useperlio to config.vc
17922              Turn off binmode in config_H.PL
17923              Regen all the config_H.xx
17924              Attempt to get debugging build with MSVC.
17925      Branch: perlio
17926            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17927            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
17928 ____________________________________________________________________________
17929 [  8018] By: nick                                  on 2000/12/06  19:21:57
17930         Log: Test various dup/external program options on all platforms.
17931      Branch: perlio
17932            ! t/io/dup.t
17933 ____________________________________________________________________________
17934 [  8017] By: nick                                  on 2000/12/06  19:20:47
17935         Log: Fix harness to be less picky
17936      Branch: perlio
17937            ! lib/Test/Harness.pm
17938 ____________________________________________________________________________
17939 [  8016] By: jhi                                   on 2000/12/06  16:45:12
17940         Log: Update Changes.
17941      Branch: perl
17942            ! Changes patchlevel.h
17943 ____________________________________________________________________________
17944 [  8015] By: jhi                                   on 2000/12/06  16:41:03
17945         Log: Test \x{...} with ord().
17946      Branch: perl
17947            ! t/op/ord.t
17948 ____________________________________________________________________________
17949 [  8014] By: jhi                                   on 2000/12/06  16:20:33
17950         Log: Test tweak because of #8013.
17951      Branch: perl
17952            ! t/lib/b.t
17953 ____________________________________________________________________________
17954 [  8013] By: jhi                                   on 2000/12/06  16:09:09
17955         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
17956              From: Michael G Schwern <schwern@pobox.com>
17957              Date: Tue, 5 Dec 2000 21:23:28 -0500
17958              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
17959              
17960              Carp::Heavy parts not very applicable because of recent changes.
17961      Branch: perl
17962            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
17963            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
17964            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
17965            ! lib/Exporter.pm lib/Exporter/Heavy.pm
17966            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
17967            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17968            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
17969            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
17970            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
17971            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17972            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
17973            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
17974            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
17975            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
17976            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
17977            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
17978            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
17979            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
17980            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
17981            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
17982            ! warnings.pl
17983 ____________________________________________________________________________
17984 [  8012] By: jhi                                   on 2000/12/06  15:22:38
17985         Log: Subject: [PATCH] Re: New harness is failing things
17986              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17987              Date: Wed, 6 Dec 2000 13:00:30 GMT
17988              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
17989      Branch: perl
17990            ! lib/Test/Harness.pm
17991 ____________________________________________________________________________
17992 [  8011] By: jhi                                   on 2000/12/06  15:12:08
17993         Log: Subject: installhtml changes
17994              From: Michael Stevens <michael@etla.org>
17995              Date: Wed, 6 Dec 2000 13:15:53 +0000
17996              Message-ID: <20001206131553.A27317@firedrake.org>
17997      Branch: perl
17998            ! installhtml
17999 ____________________________________________________________________________
18000 [  8010] By: jhi                                   on 2000/12/06  15:06:05
18001         Log: Subject: the dTHR hits
18002              From: Michael Stevens <michael@etla.org>
18003              Date: Wed, 6 Dec 2000 12:06:03 +0000
18004              Message-ID: <20001206120603.A24581@firedrake.org>
18005              
18006              More, errrm, less dTHRs.
18007      Branch: perl
18008            ! bytecode.pl ext/B/B/C.pm
18009 ____________________________________________________________________________
18010 [  8009] By: jhi                                   on 2000/12/06  15:04:25
18011         Log: Subject: MakeMaker mailing list gone?
18012              From: Michael G Schwern <schwern@pobox.com>
18013              Date: Tue, 5 Dec 2000 19:29:59 -0500
18014              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
18015              
18016              The MakeMaker mailing list is dead, perlbug is the right
18017              address to report bugs.
18018      Branch: perl
18019            ! lib/ExtUtils/MakeMaker.pm
18020 ____________________________________________________________________________
18021 [  8008] By: jhi                                   on 2000/12/06  15:00:32
18022         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
18023              From: Michael G Schwern <schwern@pobox.com>
18024              Date: Tue, 5 Dec 2000 19:21:21 -0500
18025              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
18026              
18027              Add a default MANIFEST skip that ignores things like
18028              version control files, editor temporary files, and the Makefile.
18029      Branch: perl
18030            + lib/ExtUtils/MANIFEST.SKIP
18031            ! MANIFEST lib/ExtUtils/Manifest.pm
18032 ____________________________________________________________________________
18033 [  8007] By: jhi                                   on 2000/12/06  14:57:20
18034         Log: In Amiga more manual hackery of the scripts seems to be needed,
18035              from Jan-Erik Karlsson.  Why Configure does not get this right
18036              is unknown, may be shell-induced.
18037      Branch: perl
18038            ! README.amiga
18039 ____________________________________________________________________________
18040 [  8006] By: jhi                                   on 2000/12/05  23:53:12
18041         Log: Add TOPm1s to peek at the second topmost stack item.
18042      Branch: perl
18043            ! pp.h
18044 ____________________________________________________________________________
18045 [  8005] By: jhi                                   on 2000/12/05  23:13:55
18046         Log: Avaunt, you foul UTF-8 tests.
18047      Branch: perl
18048            ! t/op/ver.t t/pragma/utf8.t
18049 ____________________________________________________________________________
18050 [  8004] By: jhi                                   on 2000/12/05  23:09:54
18051         Log: Continue utf8 dispersal. 
18052      Branch: perl
18053            + t/op/concat.t
18054            ! MANIFEST t/pragma/utf8.t
18055 ____________________________________________________________________________
18056 [  8003] By: nick                                  on 2000/12/05  23:02:39
18057         Log: Integrate mainline.
18058      Branch: perlio
18059           +> t/op/length.t t/op/utf8decode.t
18060           !> (integrate 69 files)
18061 ____________________________________________________________________________
18062 [  8002] By: jhi                                   on 2000/12/05  22:59:28
18063         Log: Integrate perlio.
18064      Branch: perl
18065           !> iperlsys.h perl.c perlio.c win32/perllib.c
18066 ____________________________________________________________________________
18067 [  8001] By: nick                                  on 2000/12/05  22:07:52
18068         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
18069              - calloc/free suffer from damage on TerminateThread()
18070              - use PerlMemShared (as originally planned) now fixed
18071              - avoid doing anything important on DLL "detach".
18072      Branch: perlio
18073            ! perl.c perlio.c win32/perllib.c
18074 ____________________________________________________________________________
18075 [  8000] By: nick                                  on 2000/12/05  21:05:09
18076         Log: Fix gross PerlMemShared issue.
18077      Branch: perlio
18078            ! iperlsys.h
18079 ____________________________________________________________________________
18080 [  7999] By: jhi                                   on 2000/12/05  20:46:58
18081         Log: Test for Unicode (UTF-8) hash keys.
18082      Branch: perl
18083            ! t/op/each.t
18084 ____________________________________________________________________________
18085 [  7998] By: jhi                                   on 2000/12/05  20:30:35
18086         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
18087              is now always UTF-8), empty line cosmetics.
18088      Branch: perl
18089            ! t/pragma/utf8.t
18090 ____________________________________________________________________________
18091 [  7997] By: jhi                                   on 2000/12/05  20:15:40
18092         Log: Subject: Re: STRLEN - what?
18093              From: Andy Dougherty <doughera@lafayette.edu>
18094              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
18095              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
18096              
18097              Explain STRLEN.
18098      Branch: perl
18099            ! pod/perlguts.pod
18100 ____________________________________________________________________________
18101 [  7996] By: jhi                                   on 2000/12/05  20:13:34
18102         Log: Split off the UTF-8 decoder tests, make them to check also
18103              the error message.
18104      Branch: perl
18105            + t/op/utf8decode.t
18106            ! MANIFEST t/pragma/utf8.t utf8.c
18107 ____________________________________________________________________________
18108 [  7995] By: jhi                                   on 2000/12/05  16:39:47
18109         Log: Start migrating bits of pragma/utf8 to elsewhere
18110              (since the long term plan is to obsolete 'use utf8').
18111      Branch: perl
18112            + t/op/length.t
18113            ! MANIFEST t/pragma/utf8.t
18114 ____________________________________________________________________________
18115 [  7994] By: jhi                                   on 2000/12/05  16:30:21
18116         Log: Fix a manual edit typo from #7993, fix the message formatting
18117              for Unicode, add few our declarations.
18118      Branch: perl
18119            ! lib/Carp/Heavy.pm
18120 ____________________________________________________________________________
18121 [  7993] By: jhi                                   on 2000/12/05  16:09:15
18122         Log: Subject: Need help with warnings :-(
18123              From: "Ben Tilly" <ben_tilly@hotmail.com>
18124              Date: Tue, 05 Dec 2000 01:35:54 -0500
18125              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
18126              
18127              Subject: UPDATE: Carp/Heavy now passes all tests
18128              From: "Ben Tilly" <ben_tilly@hotmail.com>
18129              Date: Tue, 05 Dec 2000 07:59:41 -0500
18130              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
18131              
18132              The Brave New Carp.
18133      Branch: perl
18134            ! lib/Carp.pm lib/Carp/Heavy.pm
18135 ____________________________________________________________________________
18136 [  7992] By: jhi                                   on 2000/12/05  15:55:08
18137         Log: Subject: [PATCH perl@7979] cygwin port
18138              From: "Eric Fifer" <efifer@dircon.co.uk>
18139              Date: Tue, 5 Dec 2000 14:04:09 -0000
18140              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
18141      Branch: perl
18142            ! t/lib/net-hostent.t
18143 ____________________________________________________________________________
18144 [  7991] By: jhi                                   on 2000/12/05  15:52:34
18145         Log: Subject: Re: [PATCH] The largest hoax of all times?
18146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18147              Date: Tue, 5 Dec 2000 00:40:25 -0500
18148              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
18149              
18150              Subject: Re: [PATCH] The largest hoax of all times?
18151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18152              Date: Mon, 4 Dec 2000 23:55:53 -0500
18153              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
18154              
18155              Subject: Re: [PATCH] The largest hoax of all times?
18156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18157              Date: Tue, 5 Dec 2000 01:28:45 -0500
18158              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
18159              
18160              Fix the unpredictable order of DESTROYs.
18161      Branch: perl
18162            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
18163            ! sv.c sv.h t/op/ref.t
18164 ____________________________________________________________________________
18165 [  7990] By: jhi                                   on 2000/12/05  14:38:53
18166         Log: Subject: [PATCH] shrink pp_hot fractionally
18167              From: Nicholas Clark <nick@ccl4.org>
18168              Date: Tue, 5 Dec 2000 12:44:31 +0000
18169              Message-ID: <20001205124431.E74518@plum.flirble.org>
18170              
18171              Use report_evil_fh().
18172      Branch: perl
18173            ! opcode.pl opnames.h pp_hot.c util.c
18174 ____________________________________________________________________________
18175 [  7989] By: jhi                                   on 2000/12/05  14:21:27
18176         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
18177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18178              Date: Mon, 04 Dec 2000 22:21:59 -0800
18179              Message-ID: <HmIL6gzkgepS092yn@efn.org>
18180              
18181              Harness shouldn't ignore responses like "ok 3\r\r\n".
18182      Branch: perl
18183            ! lib/Test/Harness.pm
18184 ____________________________________________________________________________
18185 [  7988] By: jhi                                   on 2000/12/05  13:51:28
18186         Log: Integrate the "skip" messages to explain().
18187      Branch: perl
18188            ! t/lib/syslfs.t t/op/lfs.t
18189 ____________________________________________________________________________
18190 [  7987] By: jhi                                   on 2000/12/05  12:34:54
18191         Log: The one that got away in #7984.
18192              
18193              Subject: Re: dTHR - what and why?
18194              From: Michael Stevens <michael@etla.org> 
18195              Date: Tue, 5 Dec 2000 11:15:52 +0000
18196              Message-ID: <20001205111552.A4647@firedrake.org>
18197      Branch: perl
18198            ! sv.h
18199 ____________________________________________________________________________
18200 [  7986] By: gsar                                  on 2000/12/05  09:14:44
18201         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
18202              due to the notorious GetFileType() bug in Windows 9x, which fstat()
18203              tickles)
18204      Branch: perl
18205            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
18206 ____________________________________________________________________________
18207 [  7985] By: jhi                                   on 2000/12/05  05:49:03
18208         Log: Integrate perlio.
18209      Branch: perl
18210           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
18211           !> win32/perlhost.h win32/perllib.c
18212 ____________________________________________________________________________
18213 [  7984] By: jhi                                   on 2000/12/05  05:48:16
18214         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
18215      Branch: perl
18216            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
18217            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
18218            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
18219            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
18220            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
18221            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18222            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
18223            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
18224            ! win32/win32.c
18225 ____________________________________________________________________________
18226 [  7983] By: nick                                  on 2000/12/04  23:27:43
18227         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
18228      Branch: perlio
18229            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
18230            ! win32/perlhost.h win32/perllib.c
18231 ____________________________________________________________________________
18232 [  7982] By: jhi                                   on 2000/12/04  19:44:09
18233         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
18234              uncovered by #7980.
18235      Branch: perl
18236            ! op.c
18237 ____________________________________________________________________________
18238 [  7981] By: jhi                                   on 2000/12/04  19:42:07
18239         Log: Subject: [PATCH] Trivial dump.c feature
18240              From: Simon Cozens <simon@cozens.net>
18241              Date: Mon, 4 Dec 2000 18:08:38 +0000
18242              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
18243              
18244              Show whether a constant is UTF-8.
18245      Branch: perl
18246            ! dump.c
18247 ____________________________________________________________________________
18248 [  7980] By: jhi                                   on 2000/12/04  19:36:51
18249         Log: UTF-8 hash keys, patch from Inaba Hiroto.
18250      Branch: perl
18251            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
18252 ____________________________________________________________________________
18253 [  7979] By: jhi                                   on 2000/12/04  17:36:28
18254         Log: Update Changes.
18255      Branch: perl
18256            ! Changes patchlevel.h
18257 ____________________________________________________________________________
18258 [  7978] By: jhi                                   on 2000/12/04  16:42:17
18259         Log: Retract #7977, still too volatile (the euphemism of the day
18260              for unfinished and buggy :-)
18261      Branch: perl
18262            ! doop.c hv.c pp.c sv.h
18263 ____________________________________________________________________________
18264 [  7977] By: jhi                                   on 2000/12/04  16:25:15
18265         Log: (Retracted by #7978, too shaky yet.)
18266              
18267              Subject: Re: utf8 in hash keys, implementor missing
18268              From: Simon Cozens <simon@cozens.net>
18269              Date: Sat, 2 Dec 2000 19:49:35 +0000
18270              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
18271              
18272              The first step at UTF-8 hash keys.
18273      Branch: perl
18274            ! doop.c hv.c pp.c sv.h
18275 ____________________________________________________________________________
18276 [  7976] By: jhi                                   on 2000/12/04  16:13:53
18277         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
18278              From: sthoenna@efn.org
18279              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
18280              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
18281      Branch: perl
18282            ! os2/os2.c perlio.c
18283 ____________________________________________________________________________
18284 [  7975] By: jhi                                   on 2000/12/04  16:05:25
18285         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
18286              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18287              Date: Thu, 30 Nov 2000 20:50:37 -0800
18288              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
18289      Branch: perl
18290            ! os2/os2.c
18291 ____________________________________________________________________________
18292 [  7974] By: jhi                                   on 2000/12/04  16:03:57
18293         Log: Subject: [PATCH] ++ 20% faster
18294              From: Nicholas Clark <nick@ccl4.org>
18295              Date: Mon, 4 Dec 2000 12:17:27 +0000
18296              Message-ID: <20001204121726.B52976@plum.flirble.org>
18297              
18298              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
18299      Branch: perl
18300            ! sv.c
18301 ____________________________________________________________________________
18302 [  7973] By: jhi                                   on 2000/12/04  16:00:48
18303         Log: 
18304              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
18305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18306              Date: Mon, 04 Dec 2000 12:30:45 +0100
18307              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
18308              
18309              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
18310              library (getprotobyname and getprotobynumber are outversioned by
18311              the same calls in libc, at least for xlc version 3.
18312      Branch: perl
18313            ! hints/aix.sh
18314 ____________________________________________________________________________
18315 [  7972] By: jhi                                   on 2000/12/04  02:58:31
18316         Log: Integrate perlio.
18317      Branch: perl
18318           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
18319           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
18320           !> win32/win32.h win32/win32iop.h win32/win32thread.h
18321 ____________________________________________________________________________
18322 [  7971] By: nick                                  on 2000/12/04  00:24:33
18323         Log: Quieten some noise in Win32 builds:
18324              - win32.h is included after <sys/socket.h>, so need to 
18325              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
18326              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
18327      Branch: perlio
18328            ! doio.c perl.h toke.c win32/win32.h
18329 ____________________________________________________________________________
18330 [  7970] By: nick                                  on 2000/12/03  22:57:46
18331         Log: PERL_IMPLICIT_SYS compiles but does not work.
18332      Branch: perlio
18333            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
18334            ! win32/perlhost.h win32/perllib.c win32/win32.h
18335            ! win32/win32iop.h win32/win32thread.h
18336 ____________________________________________________________________________
18337 [  7969] By: jhi                                   on 2000/12/03  22:12:58
18338         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
18339              used to swash_init(), makes regprop() dumps more informative
18340              (+utf8::IsAlpha, -utf8::IsDigit, for example).
18341      Branch: perl
18342            ! regcomp.c regexec.c
18343 ____________________________________________________________________________
18344 [  7968] By: jhi                                   on 2000/12/03  21:39:56
18345         Log: Implement ANYOFUTF8 regprop() dumping.
18346      Branch: perl
18347            ! regcomp.c
18348 ____________________________________________________________________________
18349 [  7967] By: jhi                                   on 2000/12/03  20:57:19
18350         Log: Make uv_to_utf8() to zero-terminate its output buffer,
18351              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
18352      Branch: perl
18353            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
18354 ____________________________________________________________________________
18355 [  7966] By: nick                                  on 2000/12/03  18:41:21
18356         Log: Integrate mainline (STDCHAR)
18357      Branch: perlio
18358           !> Configure t/pragma/utf8.t
18359 ____________________________________________________________________________
18360 [  7965] By: jhi                                   on 2000/12/03  17:58:20
18361         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
18362      Branch: perl
18363            ! t/pragma/utf8.t
18364 ____________________________________________________________________________
18365 [  7964] By: jhi                                   on 2000/12/03  17:35:56
18366         Log: Integrate perlio.
18367      Branch: perl
18368           !> iperlsys.h perlio.c
18369 ____________________________________________________________________________
18370 [  7963] By: jhi                                   on 2000/12/03  17:33:55
18371         Log: Metaconfig unit change for #7962.
18372      Branch: metaconfig
18373            ! U/modified/stdchar.U
18374 ____________________________________________________________________________
18375 [  7962] By: jhi                                   on 2000/12/03  17:33:27
18376         Log: Untangle the <stdio.h> #include nest for the stdchar test,
18377              from Andy Dougherty.
18378      Branch: perl
18379            ! Configure
18380 ____________________________________________________________________________
18381 [  7961] By: nick                                  on 2000/12/03  16:53:00
18382         Log: Make iperlsys.h vector stdio not PerlIO.
18383      Branch: perlio
18384            ! iperlsys.h perlio.c
18385 ____________________________________________________________________________
18386 [  7960] By: nick                                  on 2000/12/03  14:43:01
18387         Log: Integrate mainline
18388      Branch: perlio
18389           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
18390           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
18391 ____________________________________________________________________________
18392 [  7959] By: jhi                                   on 2000/12/03  08:16:36
18393         Log: Use DO_UTF8().
18394      Branch: perl
18395            ! op.c
18396 ____________________________________________________________________________
18397 [  7958] By: jhi                                   on 2000/12/02  18:33:05
18398         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
18399              From: Mike Guy <mjtg@cam.ac.uk>         
18400              Date: Sat, 02 Dec 2000 17:27:13 +0000
18401              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
18402              
18403              An extraneous argument.
18404      Branch: perl
18405            ! toke.c
18406 ____________________________________________________________________________
18407 [  7957] By: jhi                                   on 2000/12/02  18:22:32
18408         Log: A missing hunk.
18409      Branch: perl
18410            ! t/lib/net-hostent.t
18411 ____________________________________________________________________________
18412 [  7956] By: jhi                                   on 2000/12/02  18:06:20
18413         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
18414              From: Nicholas Clark <nick@ccl4.org>
18415              Date: Sat, 2 Dec 2000 14:28:27 +0000
18416              Message-ID: <20001202142827.A12308@plum.flirble.org>
18417              
18418              Test robustness.
18419      Branch: perl
18420            ! t/lib/net-hostent.t
18421 ____________________________________________________________________________
18422 [  7955] By: jhi                                   on 2000/12/02  17:58:06
18423         Log: Metaconfig unit change for #7954.
18424      Branch: metaconfig
18425            ! U/modified/stdchar.U
18426 ____________________________________________________________________________
18427 [  7954] By: jhi                                   on 2000/12/02  17:54:32
18428         Log: An inconvenient hang would happen if the stdio _ptr wasn't
18429              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
18430              would be grepping stdin for all eternity for the _ptr.)
18431      Branch: perl
18432            ! Configure
18433 ____________________________________________________________________________
18434 [  7953] By: jhi                                   on 2000/12/02  00:07:15
18435         Log: Update Changes.
18436      Branch: perl
18437            ! Changes patchlevel.h
18438 ____________________________________________________________________________
18439 [  7952] By: jhi                                   on 2000/12/01  23:54:47
18440         Log: Subject: Re: long shell lines
18441              From: Andy Dougherty <doughera@lafayette.edu>
18442              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
18443              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
18444              
18445              Split overly long shell command lines.
18446      Branch: perl
18447            ! lib/ExtUtils/MM_Unix.pm
18448 ____________________________________________________________________________
18449 [  7951] By: jhi                                   on 2000/12/01  23:48:02
18450         Log: The metaconfig unit change for #7950.
18451      Branch: metaconfig
18452            + U/modified/stdchar.U
18453 ____________________________________________________________________________
18454 [  7950] By: jhi                                   on 2000/12/01  23:47:39
18455         Log: Try to find stdchar also from <stdio_impl.h>.
18456      Branch: perl
18457            ! Configure config_h.SH
18458 ____________________________________________________________________________
18459 [  7949] By: jhi                                   on 2000/12/01  23:46:45
18460         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
18461              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18462              Date: Fri, 1 Dec 2000 16:26:08 -0500
18463              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
18464              
18465              Reword the diagnostic message.
18466      Branch: perl
18467            ! pod/perldiag.pod
18468 ____________________________________________________________________________
18469 [  7948] By: nick                                  on 2000/12/01  22:49:43
18470         Log: Integrate mainline (for s/y/m as sub names stuff).
18471      Branch: perlio
18472           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
18473           !> t/pragma/warn/toke toke.c
18474 ____________________________________________________________________________
18475 [  7947] By: jhi                                   on 2000/12/01  20:55:41
18476         Log: Integrate perlio.
18477      Branch: perl
18478           !> perlio.c perliol.h t/io/pipe.t
18479 ____________________________________________________________________________
18480 [  7946] By: jhi                                   on 2000/12/01  20:36:51
18481         Log: Upgrade to CPAN 1.59_51, from Andreas König.
18482      Branch: perl
18483            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18484 ____________________________________________________________________________
18485 [  7945] By: nick                                  on 2000/12/01  20:31:32
18486         Log: Integrate mainline
18487      Branch: perlio
18488           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
18489           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
18490           +> t/lib/net-hostent.t
18491           !> (integrate 35 files)
18492 ____________________________________________________________________________
18493 [  7944] By: jhi                                   on 2000/12/01  20:23:29
18494         Log: Some help for 20001130.011.  Now one gets warnings like
18495              "Ambiguous -f() resolved as a file test ..."
18496      Branch: perl
18497            ! pod/perldiag.pod t/pragma/warn/toke toke.c
18498 ____________________________________________________________________________
18499 [  7943] By: jhi                                   on 2000/12/01  19:44:44
18500         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
18501              that also breaks using them as methods. 
18502      Branch: perl
18503            ! pod/perldiag.pod t/op/misc.t toke.c
18504 ____________________________________________________________________________
18505 [  7942] By: nick                                  on 2000/12/01  17:56:46
18506         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
18507              Make 'unix' pass most tests
18508              - do unread by temporary push of layer ("pending") holding unread chars
18509              - fast_gets is now based on per-handle flag
18510              - relax one of io/pipe.t tests to allow print to fail and close to
18511              succeed so that it passes on unbuffered "unix" layer.
18512              Remaining fail is sporadic and a genuine race condition between
18513              parent/child in fork test.
18514      Branch: perlio
18515            ! perlio.c perliol.h t/io/pipe.t
18516 ____________________________________________________________________________
18517 [  7941] By: jhi                                   on 2000/12/01  15:28:58
18518         Log: (Retracted by #7943.)
18519              
18520              Reserve the short named string operator names.
18521      Branch: perl
18522            ! pod/perldiag.pod t/op/misc.t toke.c
18523 ____________________________________________________________________________
18524 [  7940] By: jhi                                   on 2000/12/01  06:45:53
18525         Log: Get the three different space character classes right under utf8.
18526      Branch: perl
18527            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
18528            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
18529            ! regexec.c t/op/pat.t utf8.c
18530 ____________________________________________________________________________
18531 [  7939] By: jhi                                   on 2000/12/01  03:26:26
18532         Log: Two more tests that make no sense in UTF-8 since the test
18533              data is not in UTF-8.
18534      Branch: perl
18535            ! t/op/regexp.t
18536 ____________________________________________________________________________
18537 [  7938] By: jhi                                   on 2000/12/01  03:20:39
18538         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
18539              should it be required inside regexen?
18540      Branch: perl
18541            ! regcomp.c t/op/regmesg.t
18542 ____________________________________________________________________________
18543 [  7937] By: jhi                                   on 2000/12/01  02:58:53
18544         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
18545              stored and restored, and thusly was trounced by the utf8 swash
18546              routines.
18547      Branch: perl
18548            ! regcomp.c
18549 ____________________________________________________________________________
18550 [  7936] By: jhi                                   on 2000/11/30  20:41:39
18551         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
18552              Why the different platforms behave so differently (core dump vs
18553              no core dump) on this bug is a but of a mystery, but if I had to
18554              guess I would mumble something like 'alignment'.
18555      Branch: perl
18556            ! sv.c
18557 ____________________________________________________________________________
18558 [  7935] By: jhi                                   on 2000/11/30  16:17:02
18559         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
18560              From: Robin Barker <rmb1@cise.npl.co.uk>
18561              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
18562              Date: Thu, 30 Nov 2000 14:27:12 GMT
18563      Branch: perl
18564            ! perlio.c toke.c
18565 ____________________________________________________________________________
18566 [  7934] By: jhi                                   on 2000/11/30  16:04:49
18567         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
18568      Branch: perl
18569            ! t/lib/net-hostent.t
18570 ____________________________________________________________________________
18571 [  7933] By: jhi                                   on 2000/11/30  06:07:26
18572         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
18573              From: Peter Prymmer <pvhp@forte.com>
18574              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
18575              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
18576              
18577              In VMS the localhost may be LOCALHOST.
18578      Branch: perl
18579            ! t/lib/net-hostent.t
18580 ____________________________________________________________________________
18581 [  7932] By: jhi                                   on 2000/11/30  01:11:11
18582         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
18583              From: Peter Prymmer <pvhp@forte.com>
18584              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
18585              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
18586              
18587              plus regen perlapi.pod.
18588      Branch: perl
18589            ! pod/perlapi.pod utf8.c
18590 ____________________________________________________________________________
18591 [  7931] By: jhi                                   on 2000/11/30  01:06:19
18592         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
18593              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18594              Date:     Wed, 29 Nov 2000 17:15:11 EST
18595              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
18596      Branch: perl
18597            ! t/lib/filter-util.pl t/lib/filter-util.t
18598 ____________________________________________________________________________
18599 [  7930] By: jhi                                   on 2000/11/29  18:51:55
18600         Log: Update Changes.
18601      Branch: perl
18602            ! Changes patchlevel.h
18603 ____________________________________________________________________________
18604 [  7929] By: jhi                                   on 2000/11/29  18:50:55
18605         Log: Update the va_copy() metaconfig unit.
18606      Branch: metaconfig/U/perl
18607            ! need_va_copy.U
18608 ____________________________________________________________________________
18609 [  7928] By: jhi                                   on 2000/11/29  17:50:43
18610         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
18611              From: Dominic Dunlop <domo@computer.org>
18612              Date: Tue, 28 Nov 2000 16:41:57 +0100
18613              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
18614              
18615              Patch to catch a core dump in the Configure va_copy test.
18616      Branch: perl
18617            ! Configure config_h.SH
18618 ____________________________________________________________________________
18619 [  7927] By: jhi                                   on 2000/11/29  17:31:59
18620         Log: Retract #7921, the patch shouldn't be needed.
18621      Branch: perl
18622            ! sv.c
18623 ____________________________________________________________________________
18624 [  7926] By: jhi                                   on 2000/11/29  17:01:41
18625         Log: Make the Class::Struct import() wiser.
18626      Branch: perl
18627            ! lib/Class/Struct.pm t/lib/class-struct.t
18628 ____________________________________________________________________________
18629 [  7925] By: jhi                                   on 2000/11/29  16:36:33
18630         Log: All the core library users of Class::Struct seem to be
18631              using "use Class::Struct 'struct';" instead of the bare
18632              "use Class::Struct;", which isn't documented in Class::Struct.
18633              This can't be right.
18634      Branch: perl
18635            ! lib/File/stat.pm
18636 ____________________________________________________________________________
18637 [  7924] By: jhi                                   on 2000/11/29  16:32:15
18638         Log: A test works better if it has the right 1..$n output.
18639      Branch: perl
18640            ! t/lib/class-struct.t
18641 ____________________________________________________________________________
18642 [  7923] By: jhi                                   on 2000/11/29  16:29:11
18643         Log: Forgot to MANIFEST the new Net::hostent test.
18644      Branch: perl
18645            ! MANIFEST
18646 ____________________________________________________________________________
18647 [  7922] By: jhi                                   on 2000/11/29  16:27:49
18648         Log: Integrate perlio.
18649      Branch: perl
18650           !> iperlsys.h perlio.c
18651 ____________________________________________________________________________
18652 [  7921] By: jhi                                   on 2000/11/29  16:27:10
18653         Log: (Retracted by #7927.)
18654              
18655              Subject: [PATCH] Is infinity a number?
18656              From: Simon Cozens <simon@cozens.net>
18657              Date: Wed, 29 Nov 2000 14:48:20 +0000
18658              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
18659      Branch: perl
18660            ! sv.c
18661 ____________________________________________________________________________
18662 [  7920] By: jhi                                   on 2000/11/29  16:23:02
18663         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
18664              From: rspier@pobox.com (Robert Spier)
18665              Date: Wed, 29 Nov 2000 02:17:49 -0500
18666              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
18667              
18668              Add a test for Net::hostent.
18669      Branch: perl
18670            + t/lib/net-hostent.t
18671 ____________________________________________________________________________
18672 [  7919] By: jhi                                   on 2000/11/29  16:21:31
18673         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
18674              add a test for Class::Struct.
18675      Branch: perl
18676            + t/lib/class-struct.t
18677            ! MANIFEST lib/Class/Struct.pm
18678 ____________________________________________________________________________
18679 [  7918] By: jhi                                   on 2000/11/29  15:48:40
18680         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
18681              From: rspier@pobox.com (Robert Spier)
18682              Date: Wed, 29 Nov 2000 02:25:39 -0500
18683              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
18684              
18685              More checking in case someone has broken their services or
18686              protocol databases.
18687      Branch: perl
18688            ! ext/Sys/Syslog/Syslog.pm
18689 ____________________________________________________________________________
18690 [  7917] By: jhi                                   on 2000/11/29  15:46:25
18691         Log: Subject: [PATCH] $^O  win32 -> MSWin32
18692              From: rspier@pobox.com (Robert Spier)
18693              Date: Wed, 29 Nov 2000 02:17:38 -0500
18694              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
18695              
18696              plus similar nits for vms, err, VMS, and UNICOS.
18697      Branch: perl
18698            ! t/lib/syslfs.t t/op/lfs.t
18699 ____________________________________________________________________________
18700 [  7916] By: jhi                                   on 2000/11/29  15:42:51
18701         Log: Subject: [PATCH] Tokeniser debugging
18702              From: Simon Cozens <simon@cozens.net>
18703              Date: Wed, 29 Nov 2000 14:15:45 +0000
18704              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
18705      Branch: perl
18706            ! perl.c perl.h pod/perlrun.pod toke.c
18707 ____________________________________________________________________________
18708 [  7915] By: jhi                                   on 2000/11/29  15:41:36
18709         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
18710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18711              Date: Wed, 29 Nov 2000 02:13:14 -0500
18712              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
18713              
18714              OUT keyword nits.
18715              
18716              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
18717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18718              Date: Wed, 29 Nov 2000 03:09:04 -0500
18719              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
18720              
18721              OUT and IN_OUT documentation.
18722      Branch: perl
18723            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18724 ____________________________________________________________________________
18725 [  7914] By: jhi                                   on 2000/11/29  03:35:01
18726         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
18727              From: John Tobey <jtobey@john-edwin-tobey.org>
18728              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
18729              Message-Id: <m140e1N-000FOoC@feynman.localnet>
18730              
18731              plus a performance speedup noticed by Sarathy.
18732      Branch: perl
18733            ! op.c
18734 ____________________________________________________________________________
18735 [  7913] By: jhi                                   on 2000/11/29  03:16:59
18736         Log: Use "1 while unlink" so that VMS gets clean, too.
18737      Branch: perl
18738            ! t/lib/filter-util.t
18739 ____________________________________________________________________________
18740 [  7912] By: jhi                                   on 2000/11/29  03:09:08
18741         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
18742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18743              Date: Tue, 28 Nov 2000 03:27:09 -0500
18744              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
18745      Branch: perl
18746            ! lib/ExtUtils/xsubpp
18747 ____________________________________________________________________________
18748 [  7911] By: jhi                                   on 2000/11/29  03:06:30
18749         Log: This should have been part of #7872: no need to scan UTF-8
18750              until eternity.
18751      Branch: perl
18752            ! utf8.c
18753 ____________________________________________________________________________
18754 [  7910] By: jhi                                   on 2000/11/29  02:50:04
18755         Log: One more perltie.pod nit from Casey R. Tweten.
18756      Branch: perl
18757            ! pod/perltie.pod
18758 ____________________________________________________________________________
18759 [  7909] By: jhi                                   on 2000/11/29  02:44:23
18760         Log: Document the known sprintf test failures, exact standard
18761              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
18762      Branch: perl
18763            ! pod/perldelta.pod t/op/sprintf.t
18764 ____________________________________________________________________________
18765 [  7908] By: jhi                                   on 2000/11/29  02:36:23
18766         Log: Add the Encoding table format documentation.
18767      Branch: perl
18768            + ext/Encode/Encode/EncodeFormat.pod
18769            ! MANIFEST
18770 ____________________________________________________________________________
18771 [  7907] By: jhi                                   on 2000/11/29  02:07:24
18772         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
18773              From: "Casey R. Tweten" <crt@kiski.net>
18774              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
18775              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
18776              
18777              Subject: Re: [PATCH] Updating perltie.pod for arrays
18778              From: "Casey R. Tweten" <crt@kiski.net>
18779              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
18780              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
18781      Branch: perl
18782            ! pod/perltie.pod
18783 ____________________________________________________________________________
18784 [  7906] By: nick                                  on 2000/11/28  22:40:59
18785         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
18786      Branch: perlio
18787            ! iperlsys.h perlio.c
18788 ____________________________________________________________________________
18789 [  7905] By: nick                                  on 2000/11/28  22:04:34
18790         Log: Integrate mainline
18791      Branch: perlio
18792           !> (integrate 39 files)
18793 ____________________________________________________________________________
18794 [  7904] By: jhi                                   on 2000/11/28  16:44:43
18795         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
18796              From: Nicholas Clark <nick@babyhippo.co.uk>
18797              Date: Tue, 28 Nov 2000 11:16:57 +0000
18798              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
18799      Branch: perl
18800            ! pod/perlipc.pod
18801 ____________________________________________________________________________
18802 [  7903] By: jhi                                   on 2000/11/28  16:40:31
18803         Log: Subject: [PATCH] Updating perltie.pod for arrays
18804              From: "Casey R. Tweten" <crt@kiski.net>
18805              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
18806              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
18807      Branch: perl
18808            ! pod/perltie.pod
18809 ____________________________________________________________________________
18810 [  7902] By: jhi                                   on 2000/11/28  16:39:37
18811         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
18812              From: Robin Barker <rmb1@cise.npl.co.uk>
18813              Date: Mon, 27 Nov 2000 17:56:44 GMT
18814              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
18815      Branch: perl
18816            ! pod/perlfunc.pod t/op/split.t
18817 ____________________________________________________________________________
18818 [  7901] By: jhi                                   on 2000/11/28  16:28:04
18819         Log: setmode() is a DOSish-only thing.
18820      Branch: perl
18821            ! perlio.c
18822 ____________________________________________________________________________
18823 [  7900] By: jhi                                   on 2000/11/28  16:21:46
18824         Log: Subject: [PATCH] perlcc.PL cleanups
18825              From: Simon Cozens <simon@cozens.net>
18826              Date: Tue, 28 Nov 2000 12:44:35 +0000
18827              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
18828      Branch: perl
18829            ! utils/perlcc.PL
18830 ____________________________________________________________________________
18831 [  7899] By: gsar                                  on 2000/11/28  06:32:55
18832         Log: reintegrate files missed by change#7895
18833      Branch: maint-5.6/perl
18834           +> ext/ByteLoader/bytecode.h utils/Makefile
18835            - utils/perlbc.PL
18836 ____________________________________________________________________________
18837 [  7897] By: gsar                                  on 2000/11/27  18:22:47
18838         Log: can't integrate these two files, for some reason
18839      Branch: maint-5.6/perl
18840            - ext/ByteLoader/bytecode.h utils/Makefile
18841 ____________________________________________________________________________
18842 [  7895] By: gsar                                  on 2000/11/27  18:11:21
18843         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
18844              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
18845              6757..6890,6892..6901 from mainline
18846              
18847              Bytecompiler patches from Benjamin Stuhl.
18848              
18849              More bytecompiler.
18850              
18851              Subject: [PATCH blead] B:: missing dependency
18852              
18853              Subject: [PATCH: 6757] configure.com updates and syslog build
18854              
18855              Long double Gconvert fixes from Yitzchak Scott-Thoennes
18856              and Spider Boardman.
18857              
18858              Subject: [PATCH blead] nextchar() abuse misses an optimisation
18859              
18860              Long double fixes from Spider Boardman.
18861              
18862              Make the selection of NVff et al stricter.
18863              
18864              cSVOPo_*v things index into the current PL_curpad
18865              under ithreads, which is different from the curpad
18866              used by the XSUB.  (In other words, the code as-is
18867              before this patch wouldn't work under ithreads.)
18868              
18869              Be portable.
18870              
18871              VMS MMS (make) wants null action.
18872              
18873              Mac and other portability updates from Chris Nandor.
18874              
18875              Storable support, v-version fixes.
18876              Subject: CPAN.pm beta for testing available
18877              
18878              Portability fix from Hugo van der Sanden.
18879              
18880              Bad makefile.
18881              
18882              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
18883              
18884              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
18885              
18886              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18887              
18888              Replace #6705 with a minimal doc patch.
18889              Subject: [PATCH 5.6.0] replace change #6705
18890              
18891              Drop the separate perlbc, perlcc -b should be enough.
18892              
18893              installperl couldn't tell whether it had run tests or not.
18894              Subject: [PATCH] Re: installperl and t/TEST
18895              
18896              Add silencer flags to installperl.
18897              Subject: [PATCH] Making installperl silent.
18898              
18899              Make "make install" by default silent.  A new "install-verbose"
18900              target is verbose.
18901              
18902              More liberal parsing of version numbers.
18903              Subject: Re: CPAN.pm beta for testing available
18904              
18905              Create directories in silence.
18906              Subject: [PATCH] Another silencer for MakeMaker
18907              
18908              DOS patches and portability/porting notes, from Tim Jenness.
18909              
18910              Make installman to recognize the silence flag -S.
18911              
18912              Actually do something with the silencer option.
18913              
18914              Continue silencing.
18915              
18916              Show the doc file, not the temp file.
18917              
18918              Regen perltoc.
18919              
18920              Subject: [PATCH] More silencing of installman.
18921              
18922              Better wording for the vec lvalue diagnostic.
18923              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18924              
18925              Subject: [PATCH: 6805] several more tweaks to configure.com
18926              
18927              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
18928              
18929              Missing parts of 
18930              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
18931              
18932              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
18933              (applied slightly modified)
18934              
18935              installperl --verbose and --silent.
18936              Subject: Re: [PATCH] More silencing of installman.
18937              
18938              Add install-silent target.
18939              
18940              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
18941              the problem reported in
18942              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
18943              
18944              Tweak the sfio/useperlio logic, hopefully as wished in
18945              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
18946              
18947              One forgotten file from #6816.
18948              
18949              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18950              
18951              Remove duplicately applied patch shards.
18952              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
18953              
18954              Support preserving extremely big/small angles.
18955              
18956              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
18957              
18958              Subject: [PATCH] installation not quite silent yet.
18959              
18960              Update the test count.
18961              
18962              Use UVxf, PTR2UV, NVff.
18963              
18964              Document PTR2XX and INT2PTR.
18965              
18966              no-install target a la make -n.
18967              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
18968              
18969              grep -e isn't portable.
18970              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
18971              
18972              Can't get the test to reliably work thanks to the
18973              inaccurateness of floating point.  "Resolves" bug ids
18974              20000826.003, 20000826.009, 20000826.010,
18975              
18976              Subject: installman buglet
18977              
18978              DJGPP update from Laszlo Molnar.
18979              
18980              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18981              
18982              Passing -R in ldflags makes now it to appear in the default
18983              for lddlflags, just like with -L.
18984              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18985              
18986              Test nit.
18987              
18988              Use the actual thread type, not the pointer-to-struct.
18989              
18990              Provice virtual $Config{ccflags_nolargefiles} etc. 
18991              
18992              display_format used as a class method without arguments was broken,
18993              reported in
18994              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
18995              
18996              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
18997              
18998              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
18999              
19000              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
19001              
19002              opmini.o may be left around if a build is interrupted.
19003              
19004              Typo in #6858.
19005              
19006              Fix for ID 20000828.001, long doubles were not formatted
19007              correctly (showed up in $], which stopped installing perl).
19008              
19009              An attempt to fix the problem reported in
19010              Subject: Building perl@6856 using gcc/AIX 4.3.3 
19011              I can't test this properly since the gcc installation I have
19012              access to seems to be botched (gcc is calling the AIX cpp,
19013              a losing proposition...)
19014              
19015              Add -ld to archname on long tr...double platforms.
19016              
19017              Subject: hv.h Doc Patch
19018              
19019              Potential cruft.
19020              
19021              Subject: [PATCH bleedperl@6856] warnings fixes
19022              
19023              -S is the silent flag, -s is the strip flag.
19024              Subject: [PATCH] Re: [PATCH] make no-install          
19025              
19026              Take out the SUIDMAIL thing, that will not be
19027              a problem in 5.7.*.
19028              
19029              Subject: [PATCH bleedperl@6866] spellings
19030              
19031              Subject: [PATCH] Re: files not cleaned even by veryclean
19032              
19033              Use minimal @INC in tests, most of the time just '../lib',
19034              so that we simply can't pick up stuff from other Perls than
19035              the one we are testing.  Pointed out by
19036              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
19037              
19038              Update to Getopt::Long 2.24, from Johan Vromans.
19039              
19040              Fix for thinko in #6848.
19041              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
19042              
19043              Patches all over for people and the files they (hopefully) care about.
19044              
19045              Subject: Net::protoent does not export 'getproto'
19046              
19047              Missed a change in #6869.
19048              
19049              Subject: [PATCH] Warnings in B::Deparse
19050              
19051              Subject: [PATCH] Glob dumping
19052              
19053              Disable one of the tests for now.
19054              
19055              Disabling the one test is a bit tricky.
19056              
19057              Don't forget to tidy up.
19058              
19059              The #6881 removed one dump line.
19060              
19061              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
19062              
19063              Under usethreads the dumped variable is IN_PAD.
19064              Subject: Re: [PATCH] Glob dumping
19065              
19066              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
19067              
19068              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
19069              
19070              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
19071              
19072              Regen Configure for #6894.
19073              
19074              Subject: [PATCH: 6889] updates to perlebcdic.pod
19075              
19076              Undo namespace pollution of #6878.
19077              Subject: Re: Net::protoent does not export 'getproto'
19078              
19079              Admit that we are leaking scalars.
19080              
19081              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
19082      Branch: maint-5.6/perl
19083           !> (integrate 271 files)
19084 ____________________________________________________________________________
19085 [  7894] By: gsar                                  on 2000/11/27  16:00:34
19086         Log: a couple of nits
19087      Branch: maint-5.6/perl
19088            ! MANIFEST pp_sys.c
19089 ____________________________________________________________________________
19090 [  7893] By: gsar                                  on 2000/11/27  15:10:56
19091         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
19092              6740..6745,6747..6757,6760
19093              
19094              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
19095              
19096              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
19097              
19098              Doc nits spotted by Richard Soderberg.
19099              
19100              move WNOHANG definition to where other such things are
19101              
19102              Make $Config{byteorder} more magical so that it is
19103              dynamically computed: nice for 'fat binaries'.
19104              Subject: [PATCH]: default byteorder
19105              
19106              Subject: [PATCH] Cwd.pm now uses strict
19107              
19108              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
19109              
19110              Get -DLEAKTEST to compile (not necessarily to work, mind)
19111              Subject: [ID 20000724.006] -DLEAKTEST problem
19112              
19113              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
19114              
19115              Add perlebcdic from Peter Prymmer, regen toc.
19116              
19117              Don't propose using modules built for 5.005 if no binary
19118              compatibility with 5.005 is attempted.
19119              
19120              Do not use prototyping here.
19121              Subject: [ID 20000817.016] [PATCH] Peek.xs
19122              
19123              Document what the backtick returns if the command fails.
19124              
19125              Add byteorder to the myconfig output.
19126              
19127              Introduce NVef, NVff, and NVgf, use the middle one.
19128              (helps for lib/peek + Linux + long doubles)  Reported in
19129              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19130              Use NVs in POSIX math, not doubles.
19131              Subject: [ID 20000817.014] POSIX & modfl
19132              
19133              Subject: [PATCH 5.6.0+] newSVrv() memory leak
19134              
19135              The byteorder code in #6671 was wrong.
19136              
19137              Fix the lib/complex failure of
19138              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19139              Linux long double accuracy issue: something that
19140              when printed with %g looks like "2" but int() of it is 1.
19141              
19142              Propagate new Configure vars.
19143              
19144              Unbuffer the output.
19145              
19146              Subject: [PATCH] perltrap.pod spring cleaning
19147              
19148              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
19149              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
19150              
19151              Tiny Getopt::Long patch from Johan Vromans.
19152              
19153              Document code point which makes if (defined %stash::) to work
19154              (noted by Spider Boardman).
19155              
19156              Subject: [PATCH perl@6698] cygwin port
19157              
19158              Document the NDBM_File and ODBM_File as SDBM_File
19159              was documented in #6417.
19160              
19161              The new tests were missing from #6415.
19162              
19163              Add [[:blank:]] as suggested in
19164              Subject: [ID 20000716.024] [=cc=] / [:blank:]
19165              (the [=cc=] has already been taken care of by #6439
19166              so the whole bug report can be closed)
19167              and make [[:space:]] to be equivalent to isspace(3)
19168              (as opposed to \s, which is isSPACE()).  The difference
19169              is that now [[:space:]] matches the mythical vertical tab,
19170              while \s doesn't.
19171              
19172              Don't eat leading os from index entries.
19173              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
19174              
19175              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
19176              
19177              Typo in pp_complement().
19178              Subject: [PATCH perl-current] Deparse
19179              
19180              Add warnif(), check warnings further up the stack,
19181              all the warnings functions now can take an optional object reference.
19182              Subject: [PATCH bleedperl@6691] warnings pragma update
19183              
19184              Fix a core dump in lib/selfloader under -DDEBUGGING.
19185              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
19186              
19187              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
19188              
19189              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
19190              
19191              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
19192              Put back the long double avoidance code to POSIX.xs
19193              because VMS seems to need it still.
19194              
19195              Introduce a 'veryclean' target that is like 'distclean'
19196              but also removes *~ and *.orig.
19197              
19198              Subject: [ID 20000817.023] endianness description in perlfunc.pod
19199              
19200              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
19201              
19202              Let's try #6717 again.
19203              
19204              UTF8 concat fixes.
19205              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
19206              
19207              pp_open() could pass an uninitialized filename down to do_open9().
19208              
19209              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
19210              
19211              Update to CGI 2.72, from Lincoln Stein.
19212              
19213              Subject: [PATCH] Silence MakeMaker (Was: installman)
19214              
19215              Use temporary directory instead of current directory.
19216              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
19217              
19218              Document odd vs even subreleases and -Dusedevel.
19219              
19220              The veryclean target needs to clobber.
19221              
19222              Use File::Spec->tmpdir().
19223              
19224              Document the number of exponent digits.
19225              
19226              Mention perlebcdic and perlposix-bc.
19227              
19228              s/this one/the 5.6.0 release/
19229              
19230              The #6724 is here.
19231              
19232              The correct cleaning order is an art.
19233              
19234              small tweaks for change#6705: avoid C++ style comments in C code;
19235              use Perl's malloc API rather than the low level system one
19236              
19237              Array context keeps slithering in.
19238              
19239              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
19240              
19241              Subject: [PATCH] os2.c fix for use64bitint
19242              
19243              Update to Pod::LaTeX 0.53.
19244              Subject: [PATCH] lib/Pod/LaTeX.pm updates
19245              
19246              Document the endianness of Alpha more precisely.
19247              
19248              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
19249              
19250              Rename the macro argument because some preprocessors
19251              can't tell the difference and expand arguments also inside
19252              double quoted strings.
19253              
19254              free TLS slot properly on Windows
19255              
19256              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
19257              
19258              Unicos/mk requires elaborate paranoia.
19259              
19260              Tweak the floating point output routine preferences.
19261              
19262              Also under djgpp the timestamps are funky.
19263              
19264              Apply some PodParser 1.18 patches; the Pod/Find.pm
19265              patches cannot be applied since #6712 conflicts.
19266              
19267              Use PodParser 1.18 new test.
19268              
19269              A pod nit.
19270              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
19271              
19272              Be verydeepclean.
19273      Branch: maint-5.6/perl
19274           +> pod/perlebcdic.pod
19275           !> (integrate 106 files)
19276 ____________________________________________________________________________
19277 [  7892] By: jhi                                   on 2000/11/27  15:02:32
19278         Log: Update Changes.
19279      Branch: perl
19280            ! Changes patchlevel.h
19281 ____________________________________________________________________________
19282 [  7891] By: jhi                                   on 2000/11/27  14:57:23
19283         Log: Subject: Re: perlfaq style changes
19284              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19285              Date: Sat, 25 Nov 2000 23:32:26 -0800
19286              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
19287              
19288              plus a note from Ronald Kimball.
19289      Branch: perl
19290            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
19291 ____________________________________________________________________________
19292 [  7890] By: jhi                                   on 2000/11/27  14:53:14
19293         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
19294              From: Benjamin Holzman <bah@ecnvantage.com>
19295              Date: Sun, 26 Nov 2000 16:27:33 -0500
19296              Message-ID: <20001126162733.J25040@ecnvantage.com>
19297      Branch: perl
19298            ! gv.c
19299 ____________________________________________________________________________
19300 [  7889] By: jhi                                   on 2000/11/27  14:43:11
19301         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
19302              From: lvirden@cas.org
19303              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
19304              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
19305      Branch: perl
19306            ! README.amiga
19307 ____________________________________________________________________________
19308 [  7888] By: jhi                                   on 2000/11/27  14:32:34
19309         Log: Restore also the locale test to no-sprintf-taint state.
19310              Fixes the bug 20001127.003.
19311      Branch: perl
19312            ! sv.c t/pragma/locale.t
19313 ____________________________________________________________________________
19314 [  7887] By: gsar                                  on 2000/11/27  14:13:05
19315         Log: integrate changes#6613..6616,6620..6665 from mainline
19316              
19317              VMS configure.com update continues.
19318              
19319              Subject: Test fails / warnings with perl-current #6612
19320              
19321              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
19322              
19323              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
19324              
19325              For now remove the mail code.
19326              
19327              Subject: Re: [PATCH] @+, @- readonly
19328              
19329              Subject: warning: storage class after type is obsolescent
19330              
19331              Subject: sfio2000
19332              
19333              Subject: Re: File::Temp problems on VMS in bleedperl
19334              
19335              README.os2 update.
19336              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
19337              
19338              Make the user to give up his firstborn, err, to knowingly
19339              verify installing an unstable developer release.  Also bump
19340              the release to 5.7.0, but leave a patch tag in the local
19341              patches saying that this is not yet the real thing.
19342              
19343              Update (kinda) to Test 1.14, from Joshua Pritikin.
19344              
19345              make ok etc also for win32.
19346              
19347              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
19348              
19349              Don't blow limited stacks, a lower number is enough to
19350              tickle the lookbehind limit.
19351              
19352              Use -Dusedevel; regen Configure and the respective Porting stuff.
19353              
19354              Subject: [PATCH] debugger exit code should reflect user exit code
19355              
19356              Subject: [PATCH perl@6620] cygwin port
19357              
19358              Missed a file from #6638.
19359              
19360              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)
19361              
19362              magic callbacks all need to have same type signature
19363              
19364              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
19365              
19366              Fix a dependency problem.
19367              Subject: [PATCH: 6640] VMS Makefile.SH update
19368              
19369              The numeric locale was reset to "C" by s?printf and never restored.
19370              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
19371              No test since adding the failing example to locale.t
19372              does not fail -- probably because the locale settings are so
19373              thoroughly tweaked by that time.  Running the example standalone
19374              does fail, though.  UPDATE: test case added at change #7540.
19375              
19376              Subject: [ID 20000324.040] minor fix to perlhpux.pod
19377              
19378              Update to CPAN 1.57.
19379              
19380              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
19381              
19382              Change the perlbug address to perl.org since it's more forgiving.
19383              
19384              Change the regx compilation error markers to use = instead of <
19385              since pod makes using the latter quite messy.  Reported in
19386              ID 20000814.006 by Abigail and in
19387              Subject: Unknown escape E<> ?
19388              
19389              Update to perldebtut 1.9, from Richard Foley.
19390              
19391              check that the number pseudo children doesn't exceed
19392              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
19393              the WaitForMultipleObjects() limit that would cause wait()
19394              to crash)
19395              wait() and waitpid() could potentially be rewritten to use
19396              more than one thread to do the waiting to eliminate this
19397              limitation
19398              
19399              change#6328 could make close(SOCKET) return false on windows
19400              when it shouldn't
19401              
19402              pod nit seen in passing
19403              
19404              on windows, the return values from wait() and waitpid() don't
19405              match those of pseudo-pids
19406              
19407              waitpid() now handles externally spawned pids correctly;
19408              fixes for backtick/wait/waitpid failures on Windows 9x
19409              these changes make the pid returned by process functions on
19410              Windows 9x always positive by clearing the high bit (which
19411              is always set on Win9x); pseudo-process PIDs are likewise
19412              always negative now on Win9x (just as on NT/2000)
19413              
19414              trailing new %ENV entries weren't being pushed into the real
19415              environment of subprocesses on Windows
19416              
19417              Tweak the regex compilation errors once more.
19418              
19419              avoid warnings from dense compiler
19420              
19421              add "ok" targets from change#6632 in makefile.mk
19422      Branch: maint-5.6/perl
19423            - lib/Pod/PlainText.pm vms/configure.com
19424           !> (integrate 66 files)
19425 ____________________________________________________________________________
19426 [  7886] By: jhi                                   on 2000/11/27  13:54:18
19427         Log: __FUNCTION__ isn't portable and trying to emulate it leads
19428              into practically spelling out the name of the function.
19429              Takes care of the bug 20001127.001.
19430      Branch: perl
19431            ! perlio.c
19432 ____________________________________________________________________________
19433 [  7885] By: gsar                                  on 2000/11/27  13:53:18
19434         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
19435              6610..6611 from mainline
19436              
19437              Make regular expression parse error messages easier to understand.
19438              Subject: Re: enhanced(?) regex error messages
19439              
19440              Tiny tidying on report_evil_fh().
19441              
19442              Subject: Re: enhanced(?) regex error messages 
19443              plus Capitalize the error messages, plus perldiag them.
19444              
19445              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
19446              
19447              Document here-doc better.
19448              
19449              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
19450              
19451              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
19452              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
19453              (either perlbug or p5p ate the original), plus regen
19454              perlapi and perltoc. 
19455              
19456              Regen global.sym.
19457              
19458              Double check that we have a dirhandle.
19459              
19460              Subject: Re: enhanced(?) regex error messages
19461              (plus two small patches sent privately)
19462              (this still seems to leave few test failures)
19463              
19464              warn is a macro, avoid using at a variable to avoid warnings
19465              in some configurations; readdir.t is too conservative in
19466              estimating number of *.t's
19467              
19468              Get back into sync with Jeffrey on the enhanced regex warnings.
19469              
19470              Subject: [PATCH 5.6.0] cygwin port
19471              
19472              Zero entries were skipped, fix from Adrian Goalby
19473              <argoalby@yahoo.co.uk>
19474              
19475              Subject: Remove dead entry in perldiag
19476              
19477              Amend the description of Perl6.
19478              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
19479              
19480              detypo
19481              
19482              It's the 2ndO'ROSSC.
19483              
19484              Revert the sv.c part of #6559, a better fix is needed.
19485              
19486              Iterating perl6 description.
19487              
19488              Update to Term::ANSIColor 1.03, from Russ Allbery.
19489              
19490              Update to Getopt::Long 2.23_05, from Johan Vromans.
19491              
19492              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
19493              
19494              Update to Pod::Parser 1.17, from Brad Appleton.
19495              
19496              Update to CPAN 1.56, from Andreas König.
19497              
19498              Update to CGI 2.70, from Lincoln Stein.
19499              
19500              Put back the std @INC thing.
19501              
19502              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
19503              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
19504              
19505              Document the IO::Select timeout.
19506              
19507              sleep(1) does not necessarily return 1.
19508              Subject: [PATCH bleadperl] op/lex_assign.t  
19509              
19510              Subject: debugger "d" command doesnt check line number
19511              
19512              B::Deparse didn't do sub attributes.
19513              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19514              
19515              Preprocessing and postprocessing for File::Find.
19516              Subject: Patch to Find::File.pm to allow alphabetical results
19517              
19518              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
19519              
19520              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
19521              
19522              Subject: Re: [ID 20000730.003] utf8::length() bad
19523              
19524              Subject: Getting perlio and threads to compile
19525              (the Solaris version changes in Configure skipped)
19526              
19527              Tests for #6589.
19528              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19529              
19530              Add Perl debugging tutorial, regen toc. 
19531              Subject: perldebtut.pod
19532              
19533              Add a few missing files, update MANIFEST.
19534              
19535              Rewrite of vms/subconfigure.com as configure.com,
19536              from Peter Prymmer and the vmsperl crew.
19537              
19538              Should have deleted this in #6603.
19539              
19540              Fix the test for 5005threads.
19541              
19542              Fix-n-skip the tests under 5005threads.
19543              
19544              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
19545              
19546              Upgrade to CGI 2.71, from Lincoln Stein.
19547      Branch: maint-5.6/perl
19548           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
19549           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
19550           +> t/op/regmesg.t t/pod/find.t vms/configure.com
19551            - vms/subconfigure.com
19552            ! lib/lib.pm
19553           !> (integrate 115 files)
19554 ____________________________________________________________________________
19555 [  7884] By: jhi                                   on 2000/11/27  13:44:33
19556         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
19557              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19558              Date:     Mon, 27 Nov 2000 08:23:54 EST
19559              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
19560      Branch: perl
19561            ! vms/descrip_mms.template vms/test.com
19562 ____________________________________________________________________________
19563 [  7883] By: gsar                                  on 2000/11/27  11:50:46
19564         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
19565              6511..6513,6515..6523,6525..6536
19566              
19567              The swallow_bom() saga continues.  The #23 of require.t
19568              (UTF16-LE) still fails (silently, no output) but the #22
19569              (UTF16-BE) seems to be working now.  The root of the
19570              failure may be in sv_gets(): is it UTF-16LE-aware,
19571              especially when it comes to line endings? 
19572              
19573              Document the problem with -P in HP-UX and its workaround.
19574              
19575              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
19576              (aka ID 20000730.002)
19577              
19578              Subject: fix and question re: waitpid() under win32
19579              
19580              Make the safety catch for buggy gccs work with triple version
19581              numbers like 2.95.2.  Reported in
19582              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
19583              
19584              In Digital UNIX warn if gcc explicitly chosen because even
19585              2.95.2 is known to cause problems.
19586              
19587              Make chr() for values >127 to create utf8 when under utf8.
19588              
19589              various syntax errors and such (not fixed: comp/require.t#22 coredump
19590              on Windows)
19591              
19592              Stash away the largefiles flags and libswanted.
19593              
19594              BOM patching from Simon Cozens.
19595              
19596              If gccosandvers is equal to osname, clear gccosandvers.
19597              
19598              Make p4desc to skip non-mainperl branches by default.
19599              
19600              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
19601              
19602              The test from this
19603              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
19604              
19605              In new BSDs changes to argv[] do not show up in ps(1) output,
19606              instead one must use setproctitle().  This was already addressed
19607              by change #6457, but the below has a new variant for FreeBSD 4.0
19608              or later, and the matter is also documented more.
19609              
19610              FreeBSD 3.* updates from
19611              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
19612              
19613              regen_headers, regen perltoc.
19614              
19615              Document in one place the memory abstractions used in Perl core.
19616              
19617              memcpy has n o in it, as pinted ut by Sarathy.
19618              
19619              Remove the extraneous "main::" prefix from all the
19620              "opened only for", "on closed", and "never opened" warnings.
19621              
19622              The name of a filehandle does not have <these>.
19623              
19624              The tr utf8 patching continues.
19625              
19626              The new setproctitle() feature is available only in 
19627              bleeding edge FreeBSD.  From Paul Saab.
19628              
19629              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
19630              
19631              Dump UVs as UVs in Data::Dumper.
19632              
19633              detypo #6494
19634              
19635              Document the IVdf UVuf UVof UVxf.
19636              
19637              require.t needs binmode() to work on windows
19638              
19639              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
19640              that are hopefully soon put into use.
19641              
19642              Allow "no Module;" even if there is no 'unimport'.
19643              
19644              Better skip message for the test; one of the two problems in
19645              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
19646              
19647              The subtest 4 may fail also on VOBS, as pointed out
19648              by Nick Ing-Simmons in November 1999, bug id 19991124.003
19649              (but the failure in that bug report isn't the subtest 4).
19650              
19651              Be more informative on what is skipped and why,
19652              also repeat the list at the end.
19653              
19654              Add a URL for FSF.
19655              
19656              Subject: [PATCH] sv.h documentation - SvLEN
19657              
19658              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
19659              
19660              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
19661              
19662              Subject: [PATCH] bad cppsymbols on os2 + Configure question
19663              
19664              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
19665              
19666              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
19667              mention the idea of @( and @)
19668              
19669              This is 6512.  Really.
19670              
19671              Subject: [ID 19990721.004] Documentation bug in perlfunc
19672              
19673              Subject: Minor tweak to perlvar.pod
19674              
19675              In the warnings call filehandles consistently so;
19676              add "unopened" warning for stat().
19677              
19678              After the #6519 a warning about stat() is just that,
19679              not about a filetest, which now have their own warning.
19680              
19681              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
19682              
19683              Subject: Re: Array vs. List context
19684              
19685              Subject: New perlcc, take 2
19686              
19687              Weed buglets pointed out by
19688              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
19689              
19690              gcc versions might have (parentheses) in them.
19691              
19692              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
19693              
19694              Essential prototype changes were missing from #6527.
19695              Also make report_evil_fh() more bomb-proof.
19696              
19697              Zap lib/Sys directory when cleaning up.
19698              
19699              Change the Policy policy: now -Dprefix= with an existing
19700              Policy.sh and prefix == siteprefix == vendorprefix, then all
19701              of them follow along the new prefix.
19702              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
19703              
19704              Continue fixing the io warnings.  This also
19705              sort of fixes bug ID 20000802.003: the core dump
19706              is no more.  Whether the current behaviour is correct
19707              (giving a warning: "Not a format reference"), is another matter.
19708              
19709              Have symbols for the IoTYPEs.
19710              
19711              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
19712              
19713              Document a bit that UDP is not what you might think.
19714              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
19715              tr memory corruption fix from Simon Cozens.
19716              
19717              Plug the security hole described in the Aug 05 2000 bugtraq message
19718              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
19719              The security hole exists only in suidperls, which isn't
19720              installed or even built by default.
19721      Branch: maint-5.6/perl
19722           !> (integrate 71 files)
19723 ____________________________________________________________________________
19724 [  7882] By: gsar                                  on 2000/11/27  10:25:36
19725         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
19726              from mainline
19727              
19728              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
19729              to be fatal errors (instead of by default ignoring them, and
19730              ignoring with a bug: even though -w gave an error, the opening [
19731              was left in)  Reported in:
19732              
19733              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
19734              
19735              Subject: [PATCH] split /^/
19736              
19737              MacOS nits from Matthias Neeracher.
19738              
19739              More split() doc and test patches from Mike Guy.
19740              
19741              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
19742              from Graham Barr in the module list.
19743              
19744              docfix from Peter Scott <Peter@PSDT.com>.
19745              
19746              File::Temp patches for VMS and OS/2 from Tim Jenness.
19747              
19748              open() wariness in perlbug.
19749              
19750              Subject: [PATCH] minor doc change - perlguts
19751              
19752              Subject: Minor doc patch: handy.h
19753              
19754              Be wary of close()s, too.
19755              
19756              Further File::Temp patches from Yitzchak Scott-Thoennes
19757              and Craig A. Berry.
19758              
19759              Subject: [PATCH] fixes bug 20000508.004
19760              
19761              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
19762              
19763              Allow "no AutoLoader;", based on change #6444,
19764              suggested by Graham Barr.
19765              
19766              Use setproctitle() if available to modify $0.
19767              
19768              Warn if the version of the operating system used to compile gcc
19769              differs from the current version of the operating system.
19770              Also display the gcc compilation os and version in myconfig.
19771              Inspiration from
19772              
19773              Tiny fixes for #6460.
19774              
19775              The problem described in this
19776              Subject: [ID 20000322.018] named chars aren't magical enough
19777              has been fixed in perl 5.6.0 but just in case added a test
19778              to keep it away.  (The report from Joseph Hall.)
19779              
19780              Tune the comments and hopefully stop a memory leak.
19781              
19782              Subject: UTF8 concat
19783              (with a memory leak fixed, plus a few casts added)
19784              This also seems to help for
19785              Subject: [ID 20000716.015] join UTF8 weirdness
19786              
19787              Do not upgrade SVs into utf8 just because they participate
19788              in eq or cmp.  Reported and fix suggested in
19789              Subject: [ID 20000720.009] sv_eq UTF8 bug
19790              
19791              Fix the HALF_UPGRADE() macro introduced in #6263.
19792              
19793              Find green threads before native threads.
19794              Subject: Re: Patch to jpl/JNI/Makefile.PL
19795      Branch: maint-5.6/perl
19796           !> (integrate 30 files)
19797 ____________________________________________________________________________
19798 [  7881] By: jhi                                   on 2000/11/27  05:48:41
19799         Log: It seems that *both* the unused submatch loop cleanup
19800              codes are needed.
19801      Branch: perl
19802            ! regexec.c
19803 ____________________________________________________________________________
19804 [  7880] By: jhi                                   on 2000/11/27  04:50:07
19805         Log: Clean .exists deeper.
19806      Branch: perl
19807            ! Makefile.SH
19808 ____________________________________________________________________________
19809 [  7879] By: jhi                                   on 2000/11/27  02:31:35
19810         Log: The code in regcppop() (see #7878) contains the correct lower
19811              limit for the unused submatch 'cleanup' loop so that under
19812              "use utf8" the following code wouldn't dump core:
19813              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
19814              the cleanup loop in regtry() stomped beyond allocated area
19815              in the startp[] array.  Therefore, copied the correct lower
19816              loop limit (*PL_reglastparen) to regtry().  Note: something
19817              may still not be quite right: why was the _higher_ loop limit
19818              (prog->nparens) different in the utf8 case?
19819              
19820              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
19821              without core dumps, there were about 17 of them before
19822              the patch (with us since Perl 5.7.0).  Two failures, still:
19823              496 and 505 (though these may not be severe).
19824              
19825              Patch #7881 is also needed since both the cleanup loops
19826              seem to be needed.
19827              
19828              Also, the t/op/pat#44 seems to core dump under utf8.
19829              Plus a couple of failures.  UGH-8.
19830      Branch: perl
19831            ! regexec.c
19832 ____________________________________________________________________________
19833 [  7878] By: jhi                                   on 2000/11/27  02:21:17
19834         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
19835              the code in regcppop() seems to be redundant for the test suite --
19836              but it contains a germ of truth, and it needed for the build
19837              process itself: see #7879 and #7881.
19838      Branch: perl
19839            ! regexec.c
19840 ____________________________________________________________________________
19841 [  7877] By: jhi                                   on 2000/11/27  01:53:09
19842         Log: Comment on comment.
19843      Branch: perl
19844            ! regexec.c
19845 ____________________________________________________________________________
19846 [  7876] By: jhi                                   on 2000/11/27  00:49:59
19847         Log: Adjust the docs to agree with #7875.
19848      Branch: perl
19849            ! pod/perllocale.pod
19850 ____________________________________________________________________________
19851 [  7875] By: jhi                                   on 2000/11/27  00:49:27
19852         Log: Retract #7863.  It makes more sense not to taint formatted output,
19853              not even by sprintf().
19854      Branch: perl
19855            ! sv.c
19856 ____________________________________________________________________________
19857 [  7874] By: jhi                                   on 2000/11/26  23:36:02
19858         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
19859              Not really fixed (should really dump the UTF-8 charclass),
19860              but stopped displaying the garbage.
19861              
19862              Also add a note on the (missing) Unicode PSXSPC and BLANK.
19863      Branch: perl
19864            ! regcomp.c
19865 ____________________________________________________________________________
19866 [  7873] By: jhi                                   on 2000/11/26  21:31:13
19867         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
19868      Branch: perl
19869            ! regexec.c
19870 ____________________________________________________________________________
19871 [  7872] By: jhi                                   on 2000/11/26  21:06:04
19872         Log: No need to scan till infinity, 13 is enough.
19873      Branch: perl
19874            ! handy.h utf8.c
19875 ____________________________________________________________________________
19876 [  7871] By: jhi                                   on 2000/11/26  20:20:32
19877         Log: Test line numbers are different with utf8.
19878      Branch: perl
19879            ! t/op/re_tests
19880 ____________________________________________________________________________
19881 [  7870] By: jhi                                   on 2000/11/26  20:10:12
19882         Log: Message nit.
19883      Branch: perl
19884            ! regcomp.c
19885 ____________________________________________________________________________
19886 [  7869] By: jhi                                   on 2000/11/26  19:01:05
19887         Log: Make utf8_length() and utf8_distance() (the latter of which
19888              is unused at the moment) to be less forgiving about bad UTF-8.
19889      Branch: perl
19890            ! embed.h embed.pl objXSUB.h proto.h utf8.c
19891 ____________________________________________________________________________
19892 [  7868] By: jhi                                   on 2000/11/26  18:45:56
19893         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
19894              From: Benjamin Holzman <bah@ecnvantage.com>
19895              Date: Sat, 25 Nov 2000 20:40:20 -0500       
19896              Message-ID: <20001125204020.A25040@ecnvantage.com>              
19897              
19898              Debian allows installing /usr/bin/locale without installing
19899              any locales, an error message will ensue.
19900      Branch: perl
19901            ! t/pragma/locale.t
19902 ____________________________________________________________________________
19903 [  7867] By: jhi                                   on 2000/11/26  18:31:12
19904         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
19905              From: Benjamin Holzman <bah@ecnvantage.com>
19906              Date: Sun, 26 Nov 2000 02:42:34 -0500
19907              Message-ID: <20001126024234.G25040@ecnvantage.com>
19908              
19909              Patch for the bug 20000212.002.
19910      Branch: perl
19911            ! sv.c t/op/array.t
19912 ____________________________________________________________________________
19913 [  7866] By: jhi                                   on 2000/11/26  18:28:09
19914         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
19915              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19916              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
19917              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
19918              
19919              File::Temp 0.11.
19920      Branch: perl
19921            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
19922 ____________________________________________________________________________
19923 [  7865] By: jhi                                   on 2000/11/26  18:24:22
19924         Log: The metaconfig unit change for #7864.
19925      Branch: metaconfig/U/perl
19926            ! need_va_copy.U
19927 ____________________________________________________________________________
19928 [  7864] By: jhi                                   on 2000/11/26  18:23:41
19929         Log: Make the va_copy() test not to be so talkative.
19930      Branch: perl
19931            ! Configure config_h.SH
19932 ____________________________________________________________________________
19933 [  7863] By: jhi                                   on 2000/11/26  18:11:02
19934         Log: Fix locale inconsistencies unearthed by Hugo's work.
19935              Now the floating point sprintf really does taint the result
19936              string as perllocale promises (has promised for a long time)
19937              if "use locale" is in the lexical scope.
19938      Branch: perl
19939            ! sv.c t/pragma/locale.t
19940 ____________________________________________________________________________
19941 [  7862] By: jhi                                   on 2000/11/26  00:35:15
19942         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
19943              From: Nicholas Clark <nick@ccl4.org>
19944              Date: Sun, 26 Nov 2000 00:07:50 +0000
19945              Message-ID: <20001126000750.A22446@plum.flirble.org>
19946              
19947              Infinit.
19948      Branch: perl
19949            ! sv.c
19950 ____________________________________________________________________________
19951 [  7861] By: jhi                                   on 2000/11/26  00:01:26
19952         Log: Integrate perlio.
19953      Branch: perl
19954           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
19955 ____________________________________________________________________________
19956 [  7860] By: nick                                  on 2000/11/25  22:04:17
19957         Log: Correct relative path from new ext\Filter\Util\Call location
19958              back to miniperl.
19959      Branch: perlio
19960            ! win32/makefile.mk
19961 ____________________________________________________________________________
19962 [  7859] By: nick                                  on 2000/11/25  21:26:54
19963         Log: Integrate mainline.
19964      Branch: perlio
19965           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19966           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19967           +> t/lib/filter-util.t
19968            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19969            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19970            - t/lib/filt-util.t
19971           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
19972           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19973           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
19974           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
19975           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
19976           !> win32/makefile.mk
19977 ____________________________________________________________________________
19978 [  7858] By: gsar                                  on 2000/11/25  20:52:17
19979         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
19980              parent's memory; fix it by keeping track of the actual pad
19981              offset rather than a raw pointer (this change is probably also
19982              relevant to non-ithreads case to avoid fallout from reallocs of
19983              the pad array, but is currently only enabled for the ithreads
19984              case in the interests of minimal disruption to existing "well
19985              tested" code)
19986      Branch: perl
19987            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
19988            ! proto.h scope.c scope.h sv.c t/op/fork.t
19989 ____________________________________________________________________________
19990 [  7857] By: nick                                  on 2000/11/25  20:01:28
19991         Log: All tests pass on Win32/gcc/USE_PERLIO.
19992              - when crlf layer is pushed make unix-level binary.
19993              - remove :crlf injection in pp_backtick in pp_sys.c
19994              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
19995      Branch: perlio
19996            ! doio.c perlio.c pp_sys.c win32/makefile.mk
19997 ____________________________________________________________________________
19998 [  7856] By: jhi                                   on 2000/11/25  18:38:30
19999         Log: Update the metaconfig units for #7855.
20000      Branch: metaconfig/U/perl
20001            ! useperlio.U usesocks.U
20002 ____________________________________________________________________________
20003 [  7855] By: jhi                                   on 2000/11/25  18:37:54
20004         Log: Undo the SOCKS workarounds, instead start using PerlIO
20005              if SOCKS is selected.
20006              
20007              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
20008              From: Jens Hamisch <jens@Strawberry.COM>
20009              Date: Fri, 24 Nov 2000 18:31:30 +0100
20010              Message-ID: <20001124183130.E28337@Strawberry.COM>
20011              
20012              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
20013              From: Jens Hamisch <jens@Strawberry.COM>
20014              Date: Fri, 24 Nov 2000 19:11:51 +0100
20015              Message-ID: <20001124191151.A28753@Strawberry.COM>
20016      Branch: perl
20017            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
20018            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
20019 ____________________________________________________________________________
20020 [  7854] By: jhi                                   on 2000/11/25  17:39:08
20021         Log: Undo #7848.  Some of the code seems to use walkoptree(),
20022              some walkoptree_slow().  An unfinished renaming?
20023              Now the sub is walkoptree() (which is @EXPORT_OK),
20024              the walkoptree_slow() is a typeglob alias to walkoptree.
20025              This makes the tests to pass, at least.
20026      Branch: perl
20027            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
20028 ____________________________________________________________________________
20029 [  7853] By: nick                                  on 2000/11/24  22:24:33
20030         Log: Re-arrange crlf vs binary for platforms that care.
20031              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
20032              Lip-service to making stdio layer work on such platfroms (untested).
20033              Now fails 3 tests rather than one, checkin to see if I can debug 
20034              the issue under linux. (Do not merge.)
20035      Branch: perlio
20036            ! doio.c perlio.c perliol.h
20037 ____________________________________________________________________________
20038 [  7852] By: jhi                                   on 2000/11/24  18:57:39
20039         Log: AUTHORS edits.
20040      Branch: perl
20041            ! AUTHORS
20042 ____________________________________________________________________________
20043 [  7851] By: jhi                                   on 2000/11/24  17:34:56
20044         Log: Add Jan-Erik Karlsson.
20045      Branch: perl
20046            ! AUTHORS
20047 ____________________________________________________________________________
20048 [  7850] By: jhi                                   on 2000/11/24  17:27:56
20049         Log: Configure should find stdchar on its own.
20050      Branch: perl
20051            ! hints/solaris_2.sh
20052 ____________________________________________________________________________
20053 [  7849] By: jhi                                   on 2000/11/24  17:24:55
20054         Log: Subject: PATCH over 7848: Filter test flawed
20055              From: andreas.koenig@anima.de (Andreas J. Koenig)
20056              Date: 24 Nov 2000 10:28:29 +0100
20057              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
20058      Branch: perl
20059            ! t/lib/filter-util.t
20060 ____________________________________________________________________________
20061 [  7848] By: jhi                                   on 2000/11/24  17:22:15
20062         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
20063              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
20064              Date: Fri, 24 Nov 2000 16:12:58 +0000
20065              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
20066      Branch: perl
20067            ! ext/B/B.pm
20068 ____________________________________________________________________________
20069 [  7847] By: jhi                                   on 2000/11/24  03:07:01
20070         Log: Integrate perlio.
20071      Branch: perl
20072           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
20073           !> win32/makefile.mk
20074 ____________________________________________________________________________
20075 [  7846] By: gsar                                  on 2000/11/24  00:55:57
20076         Log: integrate changes#6415..6418,6420..6438 from mainline
20077              
20078              Fix the bitvector ops for utf8 (tricky since past 7 bits
20079              the utf8 'characters' can be more than one octet).
20080              
20081              MPE/ix updates for perl 5.6.0 from Mark Bixby.
20082              
20083              Subject: SDBM_File documentation
20084              
20085              Detypo.
20086              
20087              Decutandpasto.
20088              
20089              Send all installperl messages to STDERR and be -w clean.
20090              
20091              Out-of-date note removed.
20092              
20093              Protect against "wild next"s, that is, callbacks doing "next"
20094              instead of "return".
20095              
20096              Use STDOUT consistently.
20097              
20098              The output might have been produced in the wrong order.
20099              
20100              A missing 'break' after the [[:space:]] switch case.
20101              
20102              Add tests for
20103              [ID 19991110.003] another matching finding by pcre author
20104              which has already been fixed by some patch, as verified in
20105              
20106              Documentation to explain the behaviour of map().
20107              
20108              Add an optimization for map-maps-a-list-element-to-more-list-elements
20109              case, but add also notes explaining the relationship of this
20110              patch and the earlier notes by Sarathy.
20111              
20112              Subject: [ID 20000716.023] syslog test fails without sockets
20113              
20114              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
20115              Test cases for #6431.
20116              
20117              File::Spec::VMS fixup for tmpdir from Craig Berry.
20118              
20119              Make the "uninit variable" warning to say "concat or string"
20120              or "join or string" when in concat or join .
20121              
20122              Get UTF16 BOMs working.  Patch from
20123              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
20124              
20125              Subject: [PATCH] Make large file tests deal with SIGXFSZ
20126              
20127              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
20128              
20129              Subject: [PATCH] av.c apidoc
20130      Branch: maint-5.6/perl
20131           !> (integrate 43 files)
20132 ____________________________________________________________________________
20133 [  7845] By: gsar                                  on 2000/11/24  00:20:45
20134         Log: integrate changes#6406..6414 from mainline
20135              
20136              Merge perlhacktut into perlhack, update perlguts.
20137              
20138              Fix AutoSplit to use File::Spec the right way in VMS,
20139              from Peter Prymmer.
20140              
20141              The bug report
20142              [ID 19991110.002] minimal matching discrepancy found by pcre author
20143              seems to have been fixed (though differently from what was suggested
20144              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
20145              
20146              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
20147              not in pod, from Peter Prymmer
20148              
20149              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
20150              From: Hugo <hv@crypt.compulink.co.uk>
20151              Date: Fri, 14 Jul 2000 23:05:20 +0100
20152              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
20153              
20154              Didn't anymore apply, but that point still could use another fix.
20155              
20156              lib/b test fixes from Peter Prymmer.
20157              
20158              More docs for sv functions.
20159              
20160              perlvms.pod whitespace cleanup to keep pod utils happy.
20161              
20162              another VMS build tweak from Peter Prymmer
20163      Branch: maint-5.6/perl
20164           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
20165           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
20166           !> vms/descrip_mms.template vms/perlvms.pod
20167 ____________________________________________________________________________
20168 [  7844] By: nick                                  on 2000/11/23  23:42:45
20169         Log: Win32/perlio Now just fails one io/argv.t test - lack 
20170              of default :crlf on standard streams.
20171      Branch: perlio
20172            ! doio.c perlio.c
20173 ____________________________________________________________________________
20174 [  7843] By: nick                                  on 2000/11/23  23:04:05
20175         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
20176              peek fail is showing a real problem (multiple crlf layers
20177              are getting pushed.)
20178      Branch: perlio
20179            ! doio.c perlio.c win32/makefile.mk
20180 ____________________________________________________________________________
20181 [  7842] By: nick                                  on 2000/11/23  19:46:23
20182         Log: Implement PerlIO_binmode()
20183              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
20184              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
20185              make binmode in t/lib/io_tell.t unconditional so that works.
20186              Checkin just so Win32 machine can see these changes.
20187      Branch: perlio
20188            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
20189 ____________________________________________________________________________
20190 [  7841] By: jhi                                   on 2000/11/23  19:30:00
20191         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
20192      Branch: perl
20193            ! README.amiga
20194 ____________________________________________________________________________
20195 [  7840] By: jhi                                   on 2000/11/23  17:18:02
20196         Log: SOCKS wrestling continues, patches from Jens Hamisch.
20197      Branch: perl
20198            ! doio.c embed.h embed.pl perlsdio.h proto.h
20199 ____________________________________________________________________________
20200 [  7839] By: jhi                                   on 2000/11/23  16:54:14
20201         Log: Push Filter::Util::Call one level deeper.
20202      Branch: perl
20203            + t/lib/filter-util.t
20204           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20205           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
20206            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20207            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
20208            - t/lib/filt-util.t
20209            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
20210            ! win32/Makefile win32/makefile.mk
20211 ____________________________________________________________________________
20212 [  7838] By: jhi                                   on 2000/11/23  16:52:40
20213         Log: Reach back one higher up when searching for PERL_SRC.
20214      Branch: perl
20215            ! lib/ExtUtils/MM_Unix.pm
20216 ____________________________________________________________________________
20217 [  7837] By: jhi                                   on 2000/11/23  16:05:41
20218         Log: Subject: Re: perl@7826
20219              Date: Thu, 23 Nov 2000 02:20:25 -0600
20220              From: "Craig A. Berry" <craigberry@mac.com>
20221              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
20222              
20223              Make VMS to like Filter::Util::Call. 
20224      Branch: perl
20225            ! configure.com ext/Filter/Util/Makefile.PL
20226 ____________________________________________________________________________
20227 [  7836] By: nick                                  on 2000/11/23  16:04:08
20228         Log: Implement crlf layer - not ready for merge.
20229      Branch: perlio
20230            ! perlio.c win32/makefile.mk
20231 ____________________________________________________________________________
20232 [  7835] By: jhi                                   on 2000/11/23  15:56:52
20233         Log: STDCHAR is different in Sparc v9 vs x86.
20234      Branch: perl
20235            ! hints/solaris_2.sh
20236 ____________________________________________________________________________
20237 [  7834] By: jhi                                   on 2000/11/23  15:50:47
20238         Log: The type needs to be visible to protos.
20239      Branch: perl
20240            ! perl.h
20241 ____________________________________________________________________________
20242 [  7833] By: jhi                                   on 2000/11/23  15:40:46
20243         Log: Finish unfinished SOCKS workaround changes.
20244      Branch: perl
20245            ! doio.c
20246 ____________________________________________________________________________
20247 [  7832] By: jhi                                   on 2000/11/23  15:33:30
20248         Log: Integrate perlio.
20249      Branch: perl
20250           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20251           !> win32/makefile.mk
20252 ____________________________________________________________________________
20253 [  7831] By: nick                                  on 2000/11/23  10:31:07
20254         Log: Correct makefile.mk dependancies for ext/Filter/Util
20255              Build ext/Encode
20256              Run dmake regen_config_h
20257      Branch: perlio
20258            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20259            ! win32/makefile.mk
20260 ____________________________________________________________________________
20261 [  7830] By: nick                                  on 2000/11/23  08:05:07
20262         Log: Integrate mainline
20263      Branch: perlio
20264           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20265           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
20266           +> t/lib/filt-util.pl t/lib/filt-util.t
20267           !> (integrate 41 files)
20268 ____________________________________________________________________________
20269 [  7829] By: gsar                                  on 2000/11/23  03:07:11
20270         Log: build the Filter extension on windows
20271      Branch: perl
20272            ! win32/Makefile win32/makefile.mk
20273 ____________________________________________________________________________
20274 [  7828] By: gsar                                  on 2000/11/23  02:46:35
20275         Log: regenerate win32/config* and fix some inconsistencies in the
20276              makefiles; always export Perl_deb() because it is needed
20277              by ext/re/* (whether perl itself is built with -DDEBUGGING
20278              or not)
20279      Branch: perl
20280            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
20281            ! win32/config_H.vc win32/makefile.mk
20282 ____________________________________________________________________________
20283 [  7827] By: gsar                                  on 2000/11/23  02:18:38
20284         Log: get sources building on windows+MSVC again (untested with other
20285              compilers)
20286      Branch: perl
20287            ! win32/include/sys/socket.h win32/perllib.c
20288 ____________________________________________________________________________
20289 [  7826] By: jhi                                   on 2000/11/23  01:18:26
20290         Log: Update Changes.
20291      Branch: perl
20292            ! Changes patchlevel.h
20293 ____________________________________________________________________________
20294 [  7825] By: jhi                                   on 2000/11/23  00:20:41
20295         Log: Subject: Re: av.c patch (having slight problems)
20296              From: "Ben Tilly" <ben_tilly@hotmail.com>
20297              Date: Tue, 21 Nov 2000 23:29:31 -0500
20298              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
20299              
20300              unshift() speedup.
20301      Branch: perl
20302            ! av.c
20303 ____________________________________________________________________________
20304 [  7824] By: jhi                                   on 2000/11/22  23:59:15
20305         Log: Fixes for signedness warnings noticed by VMSperlers.
20306      Branch: perl
20307            ! ext/Storable/Storable.xs regcomp.c sv.c
20308 ____________________________________________________________________________
20309 [  7823] By: jhi                                   on 2000/11/22  23:19:31
20310         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
20311              From: Peter Prymmer <pvhp@forte.com>
20312              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
20313              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
20314      Branch: perl
20315            ! t/pragma/warn/pp_hot
20316 ____________________________________________________________________________
20317 [  7822] By: jhi                                   on 2000/11/22  22:52:20
20318         Log: Be clean.
20319      Branch: perl
20320            ! Makefile.SH
20321 ____________________________________________________________________________
20322 [  7821] By: jhi                                   on 2000/11/22  22:46:39
20323         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
20324              by Damian Conway, as suggested by Paul Marquess.
20325      Branch: perl
20326            + lib/Filter/Simple.pm
20327 ____________________________________________________________________________
20328 [  7820] By: jhi                                   on 2000/11/22  22:45:51
20329         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
20330      Branch: perl
20331            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20332            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
20333            + t/lib/filt-util.t
20334            ! MANIFEST
20335 ____________________________________________________________________________
20336 [  7819] By: jhi                                   on 2000/11/22  22:03:27
20337         Log: Integrate perlio.
20338      Branch: perl
20339           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
20340           !> win32/makefile.mk
20341 ____________________________________________________________________________
20342 [  7818] By: jhi                                   on 2000/11/22  21:56:02
20343         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
20344      Branch: perl
20345            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
20346            ! t/lib/io_sock.t
20347 ____________________________________________________________________________
20348 [  7817] By: jhi                                   on 2000/11/22  21:39:49
20349         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
20350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20351              Date: Wed, 22 Nov 2000 16:08:12 -0500
20352              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
20353      Branch: perl
20354            ! lib/ExtUtils/Liblist.pm
20355 ____________________________________________________________________________
20356 [  7816] By: jhi                                   on 2000/11/22  21:38:25
20357         Log: Go ahead and #include <unistd.h> in perl.h.
20358      Branch: perl
20359            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
20360            ! util.c
20361 ____________________________________________________________________________
20362 [  7815] By: jhi                                   on 2000/11/22  21:22:52
20363         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
20364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20365              Date: Mon, 20 Nov 2000 18:30:52 -0500
20366              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
20367      Branch: perl
20368            ! pod/perlre.pod regcomp.c t/op/re_tests
20369 ____________________________________________________________________________
20370 [  7814] By: jhi                                   on 2000/11/22  21:21:46
20371         Log: Subject: [PATCH 5.7.0] Liblist finally works
20372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20373              Date: Tue, 21 Nov 2000 22:02:17 -0500
20374              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
20375      Branch: perl
20376            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
20377            ! lib/ExtUtils/MakeMaker.pm
20378 ____________________________________________________________________________
20379 [  7813] By: jhi                                   on 2000/11/22  21:20:23
20380         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
20381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20382              Date: Wed, 22 Nov 2000 17:53:15 +0100
20383              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
20384              
20385              AIX dynaloader and perlio patch.
20386      Branch: perl
20387            ! ext/DynaLoader/dl_aix.xs
20388 ____________________________________________________________________________
20389 [  7812] By: jhi                                   on 2000/11/22  21:17:52
20390         Log: (Accidentally empty patch.)
20391      Branch: perl
20392            ! av.c
20393 ____________________________________________________________________________
20394 [  7811] By: jhi                                   on 2000/11/22  21:16:31
20395         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
20396              From: Peter Prymmer <pvhp@forte.com>
20397              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
20398              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
20399      Branch: perl
20400            ! vms/test.com
20401 ____________________________________________________________________________
20402 [  7810] By: jhi                                   on 2000/11/22  21:15:36
20403         Log: Subject: Re: perl@7777 
20404              From: "John P. Linderman" <jpl@research.att.com>
20405              Date: Wed, 22 Nov 2000 13:11:11 -0500
20406              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
20407              
20408              Detypoing.
20409      Branch: perl
20410            ! lib/CPAN.pm
20411 ____________________________________________________________________________
20412 [  7809] By: jhi                                   on 2000/11/22  21:14:19
20413         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
20414              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20415              Date:     Wed, 22 Nov 2000 13:51:37 EST
20416              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
20417      Branch: perl
20418            ! perlsdio.h
20419 ____________________________________________________________________________
20420 [  7808] By: jhi                                   on 2000/11/22  21:13:27
20421         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
20422              From: Casey Tweten <crt@kiski.net>
20423              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
20424              Message-Id: <200011201653.LAA10194@home.kiski.net>
20425      Branch: perl
20426            ! t/lib/io_udp.t
20427 ____________________________________________________________________________
20428 [  7807] By: jhi                                   on 2000/11/22  21:12:35
20429         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
20430              From: Casey Tweten <crt@kiski.net>
20431              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
20432              Message-Id: <200011201636.LAA07227@home.kiski.net>
20433      Branch: perl
20434            ! t/lib/io_sock.t
20435 ____________________________________________________________________________
20436 [  7806] By: jhi                                   on 2000/11/22  21:10:59
20437         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
20438              From: "Casey R. Tweten" <crt@kiski.net>
20439              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
20440              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
20441      Branch: perl
20442            ! utils/h2xs.PL
20443 ____________________________________________________________________________
20444 [  7805] By: nick                                  on 2000/11/22  21:05:06
20445         Log: Integrate mainline
20446      Branch: perlio
20447           !> Changes Porting/genlog ext/DB_File/DB_File.xs
20448           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
20449           !> utils/perlbug.PL
20450 ____________________________________________________________________________
20451 [  7804] By: jhi                                   on 2000/11/22  21:01:12
20452         Log: Subject: [PATCH] Test.pm POD peculiarity
20453              From: "Casey R. Tweten" <crt@kiski.net>
20454              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
20455              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
20456      Branch: perl
20457            ! lib/Test.pm
20458 ____________________________________________________________________________
20459 [  7803] By: jhi                                   on 2000/11/22  20:59:59
20460         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
20461              From: "Philip Newton" <pnewton@gmx.de>
20462              Date: Wed, 22 Nov 2000 14:25:53 +0100
20463              Message-Id: <3A1BD771.25462.1939FAD@localhost>
20464              
20465              Be case-understanding also on 's', and use the -oi of sendmail
20466              not to terminate the transmission on a lone '.'.
20467      Branch: perl
20468            ! utils/perlbug.PL
20469 ____________________________________________________________________________
20470 [  7802] By: nick                                  on 2000/11/22  20:51:42
20471         Log: Win32 PerlIO intermediate state now working as expected.
20472              - In current state we are still using C runtime in text/binary
20473              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
20474              - PERLIO=stdio and PERLIO=unix pass all expected tests.
20475              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
20476              and PerlIO_seek() and the dummy crlf layer is not making adjustments
20477              for CRLF translation happening in C runtime. All other tests pass.
20478              
20479              Added note to README.win32 to point out the snags of doing a perl build
20480              with Norton AntiVirus turned on.
20481              
20482              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
20483              which file a fail comes from.
20484              
20485              Updated "canned" config.h to match the one generated.
20486      Branch: perlio
20487            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
20488            ! win32/makefile.mk
20489 ____________________________________________________________________________
20490 [  7801] By: jhi                                   on 2000/11/22  06:50:20
20491         Log: Nickety nits.
20492      Branch: perl
20493            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20494 ____________________________________________________________________________
20495 [  7800] By: jhi                                   on 2000/11/22  01:29:55
20496         Log: Changes had accidentally gone too silent on non-main branches.
20497      Branch: perl
20498            ! Changes Porting/genlog patchlevel.h
20499 ____________________________________________________________________________
20500 [  7799] By: gsar                                  on 2000/11/22  01:02:56
20501         Log: some lib_pm.PL changes snuck in via change#7772
20502      Branch: maint-5.6/perl
20503            ! Makefile.SH
20504 ____________________________________________________________________________
20505 [  7798] By: nick                                  on 2000/11/21  21:59:40
20506         Log: Integrate mainline
20507      Branch: perlio
20508           !> (integrate 28 files)
20509 ____________________________________________________________________________
20510 [  7797] By: jhi                                   on 2000/11/21  21:01:45
20511         Log: Integrate perlio.
20512      Branch: perl
20513           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
20514 ____________________________________________________________________________
20515 [  7796] By: nick                                  on 2000/11/21  20:36:22
20516         Log: Win32 builds and runs (mostly) with USE_PERLIO.
20517              PERLIO=perlio passes all tests. 
20518              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
20519      Branch: perlio
20520            ! perlio.c win32/perllib.c win32/win32.c
20521 ____________________________________________________________________________
20522 [  7795] By: jhi                                   on 2000/11/21  19:03:44
20523         Log: Update Changes.
20524      Branch: perl
20525            ! Changes patchlevel.h
20526 ____________________________________________________________________________
20527 [  7794] By: jhi                                   on 2000/11/21  18:56:34
20528         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
20529              From: "Craig A. Berry" <craigberry@mac.com>
20530              Date: Mon, 20 Nov 2000 20:27:06 -0600
20531              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
20532              
20533              A cut-and-pasto.
20534      Branch: perl
20535            ! perlio.h
20536 ____________________________________________________________________________
20537 [  7793] By: jhi                                   on 2000/11/21  18:54:41
20538         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
20539              From: Dominic Dunlop <domo@computer.org> 
20540              Date: Mon, 20 Nov 2000 18:55:29 +0100
20541              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
20542              
20543              va_copy() and the need of it.
20544              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
20545      Branch: metaconfig/U/perl
20546            + need_va_copy.U
20547      Branch: perl
20548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20549            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
20550            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
20551            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20552            ! win32/config.bc win32/config.gc win32/config.vc
20553 ____________________________________________________________________________
20554 [  7792] By: jhi                                   on 2000/11/21  17:04:10
20555         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
20556      Branch: perl
20557           !> scope.h
20558 ____________________________________________________________________________
20559 [  7791] By: jhi                                   on 2000/11/21  17:01:16
20560         Log: Export the SOCKS workaround symbols only if necessary.
20561      Branch: perl
20562            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
20563 ____________________________________________________________________________
20564 [  7790] By: nick                                  on 2000/11/20  23:57:11
20565         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
20566      Branch: perlio
20567            ! scope.h
20568 ____________________________________________________________________________
20569 [  7789] By: nick                                  on 2000/11/20  23:38:33
20570         Log: Integrate mainline
20571      Branch: perlio
20572           +> lib/File/Spec/Epoc.pm
20573           !> (integrate 34 files)
20574 ____________________________________________________________________________
20575 [  7788] By: nick                                  on 2000/11/20  23:20:18
20576         Log: Make extra buffer layer work (dummy crlf layer)
20577      Branch: perlio
20578            ! doio.c perlio.c perlio.h
20579 ____________________________________________________________________________
20580 [  7787] By: jhi                                   on 2000/11/20  22:44:04
20581         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
20582              From: Peter Prymmer <pvhp@forte.com>
20583              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
20584              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
20585      Branch: perl
20586            ! t/pragma/locale.t
20587 ____________________________________________________________________________
20588 [  7786] By: jhi                                   on 2000/11/20  22:29:10
20589         Log: Subject: DOC PATCH 5.6.0 perlreftut
20590              From: mjd@plover.com
20591              Date: 20 Nov 2000 19:45:06 -0000
20592              Message-ID: <20001120194506.9505.qmail@plover.com>
20593      Branch: perl
20594            ! pod/perlreftut.pod
20595 ____________________________________________________________________________
20596 [  7785] By: jhi                                   on 2000/11/20  22:27:44
20597         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
20598              From: David Dyck <dcd@tc.fluke.com>
20599              Date: Mon, 20 Nov 2000 11:43:40 -0800
20600              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
20601      Branch: perl
20602            ! lib/Cwd.pm
20603 ____________________________________________________________________________
20604 [  7784] By: jhi                                   on 2000/11/20  22:23:21
20605         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
20606              Date: Mon, 20 Nov 2000 17:06:10 -0500
20607              To: Mailing list Perl5 <perl5-porters@perl.org>
20608              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
20609      Branch: perl
20610            ! pp_ctl.c t/op/pat.t
20611 ____________________________________________________________________________
20612 [  7783] By: jhi                                   on 2000/11/20  22:11:18
20613         Log: Subject: [PATCH] doop.c - UTF8 tr///               
20614              From: Simon Cozens <simon@cozens.net>
20615              Date: Sat, 18 Nov 2000 18:49:30 +0000
20616              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
20617              
20618              Subject: Re: [PATCH] doop.c - UTF8 tr///           
20619              From: Simon Cozens <simon@cozens.net>
20620              Date: Mon, 20 Nov 2000 20:45:22 +0000
20621              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
20622              
20623              Make tr on UTF-8 better but still not correct.
20624      Branch: perl
20625            ! doop.c
20626 ____________________________________________________________________________
20627 [  7782] By: jhi                                   on 2000/11/20  22:02:16
20628         Log: Remove the shared object before attempting to create
20629              (by linking) a new one.  E.g. in AIX not removing
20630              becomes quite painful if one tries to do more than one
20631              build in the same tree (an interrupted build, for example),
20632              since the AIX' shared dynaloader seemingly keeps the shared
20633              objects open and therefore 'busy' for quite a while, even when
20634              nobody is using the objects, leading into link failures.
20635      Branch: perl
20636            ! lib/ExtUtils/MM_Unix.pm
20637 ____________________________________________________________________________
20638 [  7781] By: gsar                                  on 2000/11/20  19:02:55
20639         Log: type mismatch due to faulty integration
20640      Branch: maint-5.6/perl
20641            ! toke.c win32/Makefile
20642 ____________________________________________________________________________
20643 [  7780] By: gsar                                  on 2000/11/20  17:31:55
20644         Log: integrate changes#6392,6394..6399,6401..6404
20645              
20646              The {multiplier} of a fixed substring was overlooked which
20647              caused a wrong initial search offset for that substring.
20648              
20649              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
20650              From: Hugo <hv@crypt.compulink.co.uk>
20651              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
20652              Date: Thu, 13 Jul 2000 19:27:13 +0100
20653              
20654              Fix the BOM bug: not a byteorder bug, a signedness bug.
20655              
20656              Replace change #6337 with a better one.
20657              
20658              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
20659              From: Hugo <hv@crypt.compulink.co.uk>
20660              Date: Fri, 14 Jul 2000 04:16:20 +0100
20661              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
20662              
20663              MakeMaker should not remove editor backups (*~) on `make clean`
20664              by default (completes change#6383)
20665              
20666              move new variables to the end of the interpreter structure (for
20667              bincompat in code that doesn't #include XSUB.h)
20668              
20669              rename totally bletcherous SvLOCK() thingy (doesn't do what the
20670              name suggests anyway)
20671              
20672              various cleanups (typos, misformatted code, and small bugs)
20673              
20674              typecasts needed for change#6394
20675              
20676              typos in change#6399, regen headers
20677              
20678              inconsistent types needs casts
20679              
20680              PERL_OBJECT build tweaks
20681      Branch: maint-5.6/perl
20682           !> MANIFEST doop.c embed.h embed.pl embedvar.h
20683           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
20684           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
20685           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
20686           !> toke.c util.c
20687 ____________________________________________________________________________
20688 [  7779] By: gsar                                  on 2000/11/20  17:06:29
20689         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
20690              
20691              Cosmetics and perldelta.
20692              
20693              Fix nits noticed by Boston.pm.
20694              
20695              Do the cc sanity check both before the hints and
20696              after the cc selction.
20697              
20698              get sprintf.t to adjust properly for 3-digit exponents
20699              
20700              don't clobber *.orig files on *clean targets
20701              
20702              fix bugs in processing %v-*d and similar format specs (from
20703              Avi Finkel <avi@finkel.org>)
20704              
20705              sprintf test tweaks (from Dominic Dunlop)
20706              
20707              new selfloader.t in change#6183 doesn't close DATA handles,
20708              and thus fails to clean up tmp files on dosish platforms
20709              
20710              typos (spotted by Peter Prymmer)
20711              
20712              typo fix from Craig Berry
20713      Branch: maint-5.6/perl
20714           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
20715           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
20716           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
20717           !> x2p/Makefile.SH
20718 ____________________________________________________________________________
20719 [  7778] By: gsar                                  on 2000/11/20  16:46:51
20720         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
20721              
20722              Subject: Re: format bug report  [Patch]
20723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20724              Date: Wed, 05 Jul 2000 13:12:52 +0200
20725              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
20726              
20727              Subject: Re: format bug report  [Patch]
20728              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20729              Date: Wed, 05 Jul 2000 14:10:01 +0200
20730              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
20731              
20732              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
20733              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20734              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
20735              Date: Fri, 07 Jul 2000 17:57:16 +0100
20736              
20737              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
20738              To: perl5-porters@perl.org
20739              From: Karsten Sperling <spiff@phreax.net>
20740              Date: Mon, 10 Jul 2000 15:12:52 +0200
20741              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
20742              
20743              README.posix-bc podified from Thomas Dorner.
20744              
20745              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
20746              From: Dominic Dunlop <domo@computer.org>
20747              Date: Tue, 11 Jul 2000 12:27:33 +0200
20748              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
20749              
20750              Typo in #6341.
20751              
20752              Fix for
20753              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
20754              From: Roderick Schertler <roderick@argon.org>
20755              Date: Tue, 11 Jul 2000 13:55:05 -0400
20756              Message-Id: <200007111755.NAA05077@jones.argon.org>
20757              
20758              Minor cleanups on the booklist.
20759              
20760              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
20761              regen perltoc.
20762              
20763              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
20764      Branch: maint-5.6/perl
20765           +> pod/perlbook.pod
20766           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
20767           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
20768           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
20769 ____________________________________________________________________________
20770 [  7777] By: jhi                                   on 2000/11/20  16:08:49
20771         Log: Update Changes.
20772      Branch: perl
20773            ! Changes patchlevel.h
20774 ____________________________________________________________________________
20775 [  7776] By: jhi                                   on 2000/11/20  15:27:56
20776         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
20777              This may be overly harsh but until proven otherwise, we think this
20778              way, or until we have a simple test for Configure (having to start
20779              up servers is does not count as simple) to check for the problems.
20780      Branch: perl
20781            ! perl.h
20782 ____________________________________________________________________________
20783 [  7775] By: jhi                                   on 2000/11/20  15:22:17
20784         Log: Solaris hints tweaks.
20785      Branch: perl
20786            ! hints/solaris_2.sh
20787 ____________________________________________________________________________
20788 [  7774] By: jhi                                   on 2000/11/20  15:01:20
20789         Log: Add a workaround to SOCKS 64-bit problems.
20790      Branch: perl
20791            ! doio.c embed.h embed.pl perlsdio.h proto.h
20792 ____________________________________________________________________________
20793 [  7773] By: jhi                                   on 2000/11/20  14:51:47
20794         Log: sysseek() instead of seek().
20795      Branch: perl
20796            ! t/lib/syslfs.t
20797 ____________________________________________________________________________
20798 [  7772] By: gsar                                  on 2000/11/20  13:06:23
20799         Log: integrate changes#6315..6319,6321..6331,6333..6338
20800              
20801              Integrate with Sarathy, preliminary fix for unicos
20802              alignment problems in [ID 20000612.002] Perl problem on Cray system.
20803              
20804              some debugger output does not go to the socket when RemotePort is set
20805              
20806              winsock cleanup never done on Windows (leads to handle leaks)
20807              
20808              fix UNC path handling on Windows under ithreads, and chdir()
20809              return value when given a non-existent directory
20810              
20811              Autogenerate pod/Makefile and pod/buildtoc.
20812              buildtoc also checks whether the existin pods are
20813              mentioned in MANIFEST and perl.pod, and vice versa.
20814              (None of the thusly found discrepancies fixed yet.)
20815              roffitall also needs to be autogenerated similarly but it
20816              seems so badly out of date that I didn't touch it yet.
20817              
20818              Config is being used.
20819              
20820              Add =head1 NAMEs so that buildtoc is happy.
20821              (The CGI::Util nit reported to Lincoln.)
20822              
20823              Fix complaints of buildtoc.
20824              
20825              Fix the alignment problem in Crays ([ID 20000612.002]).
20826              
20827              Remove perlbook, update perlfaq book listing,
20828              rearrange perl.pod, regenerate perltoc.
20829              
20830              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
20831              was cast to an unsigned (32-bit) integer with wild abandon.
20832              
20833              winsock options weren't being set in all threads under ithreads
20834              (caused send()s from second and subsequent threads to fail)
20835              
20836              accept() leaks memory on windows due to incorrect ordering of
20837              closesocket() and fclose() calls
20838              
20839              Reorder perl.pod once more.
20840              
20841              More POSIX.pod tweaks.
20842              
20843              Sprinkle ldlibpath.
20844              
20845              Precedence goof, fix based on
20846              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
20847              From: Hugo <hv@crypt.compulink.co.uk>
20848              Date: Tue, 11 Jul 2000 12:52:38 +0100
20849              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
20850              
20851              Subject: PATCH perlguts.pod: Document D and d magic types
20852              From: mjd@plover.com
20853              Date: 5 Jul 2000 18:01:51 -0000
20854              Message-ID: <20000705180151.29413.qmail@plover.com>
20855              
20856              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
20857              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
20858              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
20859              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
20860              
20861              Subject: [PATCH cfgperl] $& segfaults if you trick it
20862              From: simon@brecon.co.uk (Simon Cozens)
20863              Date: 7 Jul 2000 11:26:09 GMT
20864              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
20865              
20866              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
20867              From: Hugo <hv@crypt.compulink.co.uk>
20868              Date: Tue, 11 Jul 2000 12:44:50 +0100
20869              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
20870              
20871              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
20872              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20873              Date: Tue, 11 Jul 2000 13:50:51 +0100
20874              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
20875      Branch: maint-5.6/perl
20876           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
20877           +> pod/buildtoc.PL
20878            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
20879           !> (integrate 26 files)
20880 ____________________________________________________________________________
20881 [  7771] By: gsar                                  on 2000/11/20  12:31:42
20882         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
20883              6310,6311,6314
20884              
20885              Subject: [PATCH bleedperl] File::Spec 0.82 beta
20886              From: Barrie Slaymaker <barries@jester.slaysys.com>
20887              Date: Wed, 28 Jun 2000 11:35:29 -0400
20888              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
20889              
20890              tweak perlembed for multiplicity/usethreads sanity; correct notes
20891              about Windows
20892              
20893              localize %INC in a Safe compartment so that use/require work
20894              (many other magic globals probably need similar treatment)
20895              
20896              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
20897              when @_ is modified, causing coredumps
20898              
20899              slurp mode fix in change#4736 still not quite right
20900              
20901              Point to perlipc for more SysV IPC examples.
20902              
20903              Elaborate POSIX.pod.  Still needs work.
20904              
20905              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
20906              
20907              fix large memory leak that has been around for ever, masked by
20908              -DPURIFY (most of the arenas were never freed!)
20909              
20910              fix memory leak on Windows (PL_sys_intern contents were never
20911              freed)
20912              
20913              PERL_OBJECT build tweak
20914              
20915              adjust change#6299
20916              
20917              remove rel2abs prototypes (from Barrie Slaymaker)
20918              
20919              missing perldiag entry for unpack("w",...) diagnostic (from
20920              Andreas Koenig)
20921              
20922              better diagnostic on Frob->stuff() when Frob:: doesn't exist
20923              (from Richard Soderberg <rs@oregonnet.com>)
20924              
20925              Win32 patches for cfgperl from Sarathy.
20926              
20927              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
20928              
20929              More POSIX.pod embellishment.
20930              
20931              tyop in change#6306
20932      Branch: maint-5.6/perl
20933           !> (integrate 44 files)
20934 ____________________________________________________________________________
20935 [  7770] By: gsar                                  on 2000/11/20  11:51:00
20936         Log: integrate changes#6268..6282 from cfgperl branch
20937              
20938              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
20939              From: Dominic Dunlop <domo@computer.org>
20940              Date: Thu, 29 Jun 2000 12:32:39 +0200
20941              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
20942              
20943              Regen headers for #6261 (and update embed.pl for this) and #6267,
20944              silence few compiler warnings.
20945              
20946              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
20947              From: Nicholas Clark <nick@talking.bollo.cx>
20948              Date: Fri, 23 Jun 2000 16:21:15 +0100
20949              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
20950              
20951              Subject: PATCH pod/perltie.pod
20952              From: Ian Phillipps <Ian.Phillipps@iname.com>
20953              Date: Fri, 16 Jun 2000 00:17:19 +0100
20954              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
20955              (only the first hunk, the second hunk had already been done
20956              by some other patch)
20957              
20958              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
20959              From: Tom Phoenix <rootbeer@redcat.com>
20960              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
20961              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
20962              
20963              Subject: [PATCH] xsub attributes
20964              From: Doug MacEachern <dougm@covalent.net>
20965              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
20966              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
20967              
20968              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
20969              From: Andy Dougherty <doughera@lafayette.edu>
20970              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
20971              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
20972              
20973              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
20974              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20975              Date: Tue, 13 Jun 2000 02:43:48 -0500
20976              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
20977              
20978              Subject: [PATCH] Re: eval documentation: context
20979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20980              Date: Mon, 12 Jun 2000 15:07:29 +0100
20981              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
20982              
20983              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
20984              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20985              Date: Mon, 12 Jun 2000 14:55:59 +0100
20986              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
20987              
20988              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
20989              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
20990              Date: Fri, 09 Jun 2000 12:39:27 -0400
20991              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
20992              (plus update the version "number" of Text::Wrap)
20993              
20994              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
20995              From: Tim Ayers <tayers@bridge.com>
20996              Date: Thu, 08 Jun 2000 08:11:06 +0200
20997              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
20998              [resent by Richard Foley, Message-Id probably wrong]
20999              
21000              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
21001              From: rspier@pobox.com (Robert Spier)
21002              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
21003              Message-ID: <14654.31913.845602.610277@rls.cx>
21004              
21005              Subject: [PATCH 5.6.0] utils/h2xs.PL
21006              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21007              Date: Wed, 7 Jun 2000 04:02:04 -0500
21008              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
21009              
21010              Subject: [PATCH 5.6.0]ITHREADs for VMS
21011              From: Dan Sugalski <dan@sidhe.org>
21012              Date: Tue, 06 Jun 2000 11:59:50 -0400
21013              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
21014      Branch: maint-5.6/perl
21015           !> (integrate 31 files)
21016 ____________________________________________________________________________
21017 [  7769] By: gsar                                  on 2000/11/20  11:29:06
21018         Log: integrate changes#6261..6266 from cfgperl
21019              
21020              Subject: Re: [PATCH cfgperl] BOMs away!
21021              From: simon@brecon.co.uk (Simon Cozens)
21022              Date: 17 Jun 2000 11:49:57 GMT
21023              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
21024              
21025              Subject: 5.6.0 Patch for EPOC
21026              From: Olaf Flebbe <o.flebbe@gmx.de>
21027              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
21028              Message-ID: <23449.960929969@www11.gmx.net>
21029              
21030              tr fixes from Simon Cozens
21031              
21032              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
21033              From: Marty Lucich <marty@netcom.com>
21034              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
21035              Message-Id: <200006282116.OAA11148@netcom.com>
21036              ccdlflags update (the BSD/OS 4.1 part had already been taken
21037              care of by #6141).
21038              
21039              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
21040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21041              Date: Wed, 28 Jun 2000 17:50:12 -0700
21042              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
21043              
21044              Subject: [PATCH 5.6.0] cygwin port
21045              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
21046              From: "Fifer, Eric" <EFifer@sanwaint.com>
21047              Date: Thu, 29 Jun 2000 12:58:29 +0100
21048      Branch: maint-5.6/perl
21049           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
21050           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
21051           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21052           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
21053 ____________________________________________________________________________
21054 [  7768] By: gsar                                  on 2000/11/20  11:13:44
21055         Log: integrate changes#6252..6256,6259..6260
21056              
21057              Paranoia tweak on #6249.
21058              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
21059              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21060              Date: Sun, 25 Jun 2000 23:43:12 -0400
21061              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
21062              
21063              Subject: tr///, help wanted.
21064              From: simon@brecon.co.uk (Simon Cozens)
21065              Date: 28 Jun 2000 11:29:04 GMT
21066              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
21067              
21068              small thinko tweaks
21069              
21070              tweaks from Simon Conzes to further fix tr/// under utf8
21071              
21072              perlnewmod was missing from MANIFEST.
21073              
21074              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
21075              From: simon@brecon.co.uk (Simon Cozens)
21076              Date: 17 Jun 2000 11:56:44 GMT
21077              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
21078              pack U0, pack C0
21079      Branch: maint-5.6/perl
21080           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
21081           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
21082           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
21083           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
21084 ____________________________________________________________________________
21085 [  7767] By: gsar                                  on 2000/11/20  10:51:38
21086         Log: integrate change#6250 from cfgperl
21087              
21088              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
21089              From: Doug MacEachern <dougm@covalent.net>
21090              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
21091              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
21092      Branch: maint-5.6/perl
21093           +> t/op/my_stash.t
21094           !> MANIFEST embed.pl global.sym proto.h toke.c
21095 ____________________________________________________________________________
21096 [  7766] By: gsar                                  on 2000/11/20  10:48:34
21097         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
21098              
21099              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
21100              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
21101              Date: Mon, 26 Jun 2000 18:40:14 +0100
21102              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
21103              
21104              Subject: [PATCH] bytes<->utf8 fixes
21105              From: simon@brecon.co.uk (Simon Cozens)
21106              Date: 26 Jun 2000 04:55:45 GMT
21107              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
21108              
21109              Subject: [PATCH] is_utf8_string
21110              From: simon@brecon.co.uk (Simon Cozens)
21111              Date: 26 Jun 2000 02:25:59 GMT
21112              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
21113              
21114              Subject: [PATCH] avoid mg_ptr in '*' magic
21115              From: Doug MacEachern <dougm@covalent.net>
21116              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
21117              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
21118              
21119              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
21120              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
21121              Date: Sat, 24 Jun 2000 13:06:20 +0100
21122              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
21123              
21124              Allow for standalone testing.
21125              
21126              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
21127              From: Mark-Jason Dominus <mjd@plover.com>
21128              Date: Tue, 27 Jun 2000 22:36:42 -0400
21129              Message-ID: <20000628023642.12166.qmail@plover.com>
21130              
21131              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
21132              From: Frank Tobin <ftobin@uiuc.edu>
21133              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
21134              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
21135      Branch: maint-5.6/perl
21136           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
21137           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
21138           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
21139           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
21140           !> utf8.c utils/h2xs.PL
21141 ____________________________________________________________________________
21142 [  7765] By: gsar                                  on 2000/11/20  10:29:13
21143         Log: integrate change#6239 from cfgperl
21144              
21145              Configure maintenance.  Sever some dependency cycles,
21146              separate gccversion from the cc unit,
21147              address [ID 20000623.006] Configure script patch for using gcc on AIX
21148              (but solve it a little bit differently),
21149              unduplex some accidentally duplicated units,
21150              suggest using gcc if no cc available
21151              (p5p thread: "Solaris configure: counterproposal", 1999-09)
21152      Branch: maint-5.6/perl
21153           !> Configure Todo-5.6 config_h.SH
21154 ____________________________________________________________________________
21155 [  7764] By: gsar                                  on 2000/11/20  10:25:55
21156         Log: integrate changes#6233..6238 from cfgperl
21157              
21158              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
21159              From: Mark-Jason Dominus <mjd@plover.com>
21160              Date: Fri, 16 Jun 2000 20:53:04 -0400
21161              Message-ID: <20000617005304.8008.qmail@plover.com>
21162              
21163              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
21164              because when run as services (Win32ese for daemons)
21165              no environment variables are set and tmpdir ends up as /tmp,
21166              which is ambiguous.
21167              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
21168              From: matt@sergeant.org
21169              Date: 16 Jun 2000 16:30:43 -0000
21170              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
21171              
21172              The thread begun by
21173              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
21174              From: Kevin.Ruscoe@ubsw.com
21175              Date: Fri, 16 Jun 2000 16:38:51 +0100
21176              Message-Id: <H000019b03c300d6@MHS>
21177              
21178              Tweak embed.pl, regen headers.
21179              
21180              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
21181              From: Dan Sugalski <dan@sidhe.org>
21182              Date: Fri, 23 Jun 2000 17:00:00 -0400
21183              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
21184      Branch: maint-5.6/perl
21185           !> (integrate 27 files)
21186 ____________________________________________________________________________
21187 [  7763] By: gsar                                  on 2000/11/20  10:08:08
21188         Log: s/perl56delta/perldelta/g
21189      Branch: maint-5.6/perl
21190            ! pod/Makefile
21191 ____________________________________________________________________________
21192 [  7762] By: gsar                                  on 2000/11/20  10:04:00
21193         Log: integrate changes#6225,6229,6231,6232 from cfgperl
21194              
21195              Add source code filenames to apidoc.
21196              From: simon@brecon.co.uk (Simon Cozens)
21197              Subject: [PATCH embed.pl] Source X-ref
21198              Date: 22 Jun 2000 02:18:49 GMT
21199              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
21200              
21201              Subject: README.hpux version 0.6.1
21202              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
21203              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21204              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
21205              
21206              Subject: [PATCH 5.6.0] cygwin port
21207              From: "Fifer, Eric" <EFifer@sanwaint.com>
21208              Date: Tue, 20 Jun 2000 14:30:58 +0100
21209              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
21210              
21211              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
21212              From: simon@brecon.co.uk (Simon Cozens)
21213              Date: 19 Jun 2000 15:18:27 GMT
21214              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
21215              
21216              plus update pod/Makefile and regenerate perltoc
21217      Branch: maint-5.6/perl
21218           +> pod/perlutil.pod
21219           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
21220           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
21221 ____________________________________________________________________________
21222 [  7761] By: jhi                                   on 2000/11/20  04:09:55
21223         Log: Miraculous typo.
21224      Branch: perl
21225            ! t/op/pat.t
21226 ____________________________________________________________________________
21227 [  7760] By: jhi                                   on 2000/11/20  04:06:08
21228         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
21229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21230              Date: Sun, 19 Nov 2000 22:30:26 -0500
21231              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
21232      Branch: perl
21233            ! regexec.c scope.h t/op/pat.t
21234 ____________________________________________________________________________
21235 [  7759] By: jhi                                   on 2000/11/20  02:05:22
21236         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
21237      Branch: perl
21238            ! perl.h
21239 ____________________________________________________________________________
21240 [  7758] By: jhi                                   on 2000/11/20  01:58:11
21241         Log: Subject: [perl 7711: EPOC] updates
21242              From: Olaf Flebbe <o.flebbe@gmx.de>
21243              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
21244              Message-ID: <25575.974658810@www23.gmx.net>               
21245      Branch: perl
21246            + lib/File/Spec/Epoc.pm
21247            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
21248            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
21249            ! lib/File/Spec.pm perl.c sv.c
21250 ____________________________________________________________________________
21251 [  7757] By: jhi                                   on 2000/11/20  01:53:11
21252         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
21253      Branch: perl
21254            ! MANIFEST
21255 ____________________________________________________________________________
21256 [  7756] By: jhi                                   on 2000/11/20  01:47:22
21257         Log: Integrate perlio.
21258      Branch: perl
21259            - ext/re/hints/MSWin32.pl
21260           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
21261           !> win32/config.gc win32/config_H.gc win32/win32sck.c
21262 ____________________________________________________________________________
21263 [  7755] By: nick                                  on 2000/11/19  20:57:17
21264         Log: Add dummy crlf layer (just as buffer)
21265              Correct 1st bug - one layer of indirection.
21266      Branch: perlio
21267            ! perlio.c perlio.h perliol.h
21268 ____________________________________________________________________________
21269 [  7754] By: nick                                  on 2000/11/19  20:56:12
21270         Log: Work-round to Perl_deb_nocontext is no longer required
21271      Branch: perlio
21272            - ext/re/hints/MSWin32.pl
21273 ____________________________________________________________________________
21274 [  7753] By: nick                                  on 2000/11/19  20:01:16
21275         Log: diff -se shows these as different
21276      Branch: perlio
21277            ! global.sym pod/perlapi.pod
21278 ____________________________________________________________________________
21279 [  7752] By: nick                                  on 2000/11/19  18:57:30
21280         Log: Configure GCC/Win32 build -Duseperlio
21281              Fix a couple of gross issues
21282              - double-include of ../deb.o in re.dll
21283              - win32sck.c needs PerlIO and FILE 
21284      Branch: perlio
21285            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
21286            ! win32/win32sck.c
21287 ____________________________________________________________________________
21288 [  7751] By: nick                                  on 2000/11/19  17:05:36
21289         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
21290      Branch: perlio
21291            ! perlio.c
21292 ____________________________________________________________________________
21293 [  7750] By: nick                                  on 2000/11/19  16:57:14
21294         Log: Missing aTHX_
21295      Branch: perlio
21296            ! sv.c
21297 ____________________________________________________________________________
21298 [  7749] By: jhi                                   on 2000/11/19  16:28:40
21299         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
21300              From: "Peter J. Farley III" <pjfarley@banet.net>
21301              Date: Sun, 19 Nov 2000 01:42:58 -0500
21302              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
21303      Branch: perl
21304            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
21305 ____________________________________________________________________________
21306 [  7748] By: jhi                                   on 2000/11/19  16:08:10
21307         Log: Subject: podlators 1.05 available        
21308              From: Russ Allbery <rra@stanford.edu>   
21309              Date: 18 Nov 2000 22:04:28 -0800
21310              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
21311      Branch: perl
21312            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
21313 ____________________________________________________________________________
21314 [  7747] By: nick                                  on 2000/11/19  11:19:39
21315         Log: Integrate mainline
21316      Branch: perlio
21317           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
21318           !> util.c
21319 ____________________________________________________________________________
21320 [  7746] By: jhi                                   on 2000/11/19  06:42:22
21321         Log: Make hex scanning warn on "\x{x}" and "\xx".
21322              "\x" and and hex("x") are still valid.
21323      Branch: perl
21324            ! util.c
21325 ____________________________________________________________________________
21326 [  7745] By: nick                                  on 2000/11/18  22:52:28
21327         Log: Integrate mainline
21328      Branch: perlio
21329           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
21330           !> perl.h perlio.c proto.h regcomp.c regcomp.h
21331 ____________________________________________________________________________
21332 [  7744] By: jhi                                   on 2000/11/18  22:50:28
21333         Log: Introduce Perl_utf8_length().  Use it.
21334      Branch: perl
21335            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
21336 ____________________________________________________________________________
21337 [  7743] By: jhi                                   on 2000/11/18  22:38:51
21338         Log: Compiler denit.
21339      Branch: perl
21340            ! perlio.c
21341 ____________________________________________________________________________
21342 [  7742] By: jhi                                   on 2000/11/18  20:33:05
21343         Log: Integrate perlio.
21344      Branch: perl
21345           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
21346           !> perlio.h pp_ctl.c pp_sys.c sv.c
21347 ____________________________________________________________________________
21348 [  7741] By: jhi                                   on 2000/11/18  20:31:27
21349         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
21350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21351              Date: Fri, 17 Nov 2000 20:35:11 -0500
21352              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
21353              
21354              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
21355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21356              Date: Fri, 17 Nov 2000 21:03:47 -0500
21357              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
21358              
21359              Plus a little bit of tweaking in pregcomp().
21360      Branch: perl
21361            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
21362 ____________________________________________________________________________
21363 [  7740] By: nick                                  on 2000/11/18  20:17:22
21364         Log: Lexical use open ... support:
21365              add ->cop_io to COP structure in cop.h.
21366              Make mg.c and gv.c associate it with ${^OPEN}.
21367              Make lib/open.pm set it.
21368              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
21369              manner similar to ->cop_warnings.
21370              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
21371              call new PerlIO_apply_layers().
21372              Declare latter in perlio.h and define in perlio.c
21373      Branch: perlio
21374            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
21375            ! perlio.h pp_ctl.c pp_sys.c sv.c
21376 ____________________________________________________________________________
21377 [  7739] By: jhi                                   on 2000/11/18  19:54:00
21378         Log: Integrate perlio.
21379      Branch: perl
21380           !> doio.c perlio.c pp.c
21381 ____________________________________________________________________________
21382 [  7738] By: jhi                                   on 2000/11/18  17:16:13
21383         Log: Subject: [PATCH 5.7.0] etags broken again
21384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21385              Date: Sat, 18 Nov 2000 02:41:36 -0500
21386              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
21387      Branch: perl
21388            ! emacs/ptags
21389 ____________________________________________________________________________
21390 [  7737] By: jhi                                   on 2000/11/18  17:12:18
21391         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
21392      Branch: perl
21393            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21394 ____________________________________________________________________________
21395 [  7736] By: nick                                  on 2000/11/18  14:06:20
21396         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
21397              part to be isolated.
21398      Branch: perlio
21399            ! doio.c perlio.c
21400 ____________________________________________________________________________
21401 [  7735] By: nick                                  on 2000/11/18  11:03:32
21402         Log: Integrate mainline
21403      Branch: perlio
21404           !> Changes README.amiga README.win32 patchlevel.h
21405           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
21406 ____________________________________________________________________________
21407 [  7734] By: jhi                                   on 2000/11/18  01:18:56
21408         Log: Update Changes.
21409      Branch: perl
21410            ! Changes patchlevel.h
21411 ____________________________________________________________________________
21412 [  7733] By: jhi                                   on 2000/11/18  00:32:54
21413         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
21414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21415              Date: Fri, 17 Nov 2000 17:28:02 -0500
21416              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
21417      Branch: perl
21418            ! regcomp.c regexec.c t/op/re_tests
21419 ____________________________________________________________________________
21420 [  7732] By: jhi                                   on 2000/11/18  00:28:56
21421         Log: Sparc 64-bit pack() fix from Jens Hamisch.
21422      Branch: perl
21423            ! pp.c
21424 ____________________________________________________________________________
21425 [  7731] By: jhi                                   on 2000/11/18  00:18:39
21426         Log: Explain in more detail the {} syntax ambiguousity.
21427              
21428              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
21429              From: Nicholas Clark <nick@ccl4.org>
21430              Date: Fri, 17 Nov 2000 22:10:28 +0000
21431              Message-ID: <20001117221028.A88930@plum.flirble.org>
21432      Branch: perl
21433            ! pod/perlfunc.pod
21434 ____________________________________________________________________________
21435 [  7730] By: jhi                                   on 2000/11/18  00:12:18
21436         Log: Subject: Fix for README.amiga (20000323.033)
21437              From: "Stephen P. Potter" <spp@spotter.yi.org>
21438              Date: Fri, 17 Nov 2000 12:25:51 -0500
21439              Message-Id: <200011171725.MAA05768@spotter.yi.org>
21440      Branch: perl
21441            ! README.amiga
21442 ____________________________________________________________________________
21443 [  7729] By: jhi                                   on 2000/11/18  00:08:34
21444         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
21445              From: "A. C. Yardley" <yardley@tanet.net>
21446              Date: Mon, 3 Apr 2000 11:35:33 -0700
21447              Message-ID: <3483.000403@tanet.net>
21448      Branch: perl
21449            ! README.win32
21450 ____________________________________________________________________________
21451 [  7728] By: nick                                  on 2000/11/17  21:59:47
21452         Log: Integrate mainline
21453      Branch: perlio
21454           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
21455           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
21456           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
21457           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
21458 ____________________________________________________________________________
21459 [  7727] By: nick                                  on 2000/11/17  21:56:31
21460         Log: Experiment on use of attributes.pm interface.
21461              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
21462              SVt_PVRV if not already something better (else vivify of say magic gets
21463              core dump).
21464      Branch: perlio
21465            ! perlio.c pp.c
21466 ____________________________________________________________________________
21467 [  7726] By: jhi                                   on 2000/11/17  14:15:49
21468         Log: Subject: Fix for 20000815.006
21469              From: "Stephen P. Potter" <spp@spotter.yi.org>
21470              Date: Fri, 17 Nov 2000 08:57:45 -0500
21471              Message-Id: <200011171357.IAA05122@spotter.yi.org>
21472              
21473              It's really 20000518.006.
21474      Branch: perl
21475            ! pod/perlmodlib.PL
21476 ____________________________________________________________________________
21477 [  7725] By: jhi                                   on 2000/11/17  14:12:31
21478         Log: Subject: Fix for 20000409.001
21479              From: "Stephen P. Potter" <spp@spotter.yi.org>
21480              Date: Fri, 17 Nov 2000 08:55:45 -0500
21481              Message-Id: <200011171355.IAA05104@spotter.yi.org>
21482      Branch: perl
21483            ! pod/perlfaq9.pod
21484 ____________________________________________________________________________
21485 [  7724] By: jhi                                   on 2000/11/17  14:08:58
21486         Log: Undo #7627 now that we have =head3.
21487      Branch: perl
21488            ! pod/perlhack.pod
21489 ____________________________________________________________________________
21490 [  7723] By: jhi                                   on 2000/11/17  14:04:09
21491         Log: As surmised the #7719 wasn't a good move.
21492      Branch: perl
21493            ! hints/solaris_2.sh
21494 ____________________________________________________________________________
21495 [  7722] By: jhi                                   on 2000/11/17  13:59:04
21496         Log: Also the 64bitall hints can be either here or there.
21497      Branch: perl
21498            ! hints/solaris_2.sh
21499 ____________________________________________________________________________
21500 [  7721] By: jhi                                   on 2000/11/17  02:26:23
21501         Log: Test tweak for the open pragma.
21502      Branch: perl
21503            ! t/lib/b.t
21504 ____________________________________________________________________________
21505 [  7720] By: jhi                                   on 2000/11/17  00:23:22
21506         Log: The long double hints can be here or there.
21507      Branch: perl
21508            ! hints/solaris_2.sh
21509 ____________________________________________________________________________
21510 [  7719] By: jhi                                   on 2000/11/17  00:14:06
21511         Log: For Solaris use64bitall the stdchar needs a little bit of help.
21512      Branch: perl
21513            ! hints/solaris_2.sh
21514 ____________________________________________________________________________
21515 [  7718] By: jhi                                   on 2000/11/16  23:27:34
21516         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
21517              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21518              Date: Wed, 15 Nov 2000 08:56:32 +0100
21519              Message-ID: <3A1241B0.64477E00@alcatel.at>
21520      Branch: perl
21521            ! lib/Carp/Heavy.pm
21522 ____________________________________________________________________________
21523 [  7717] By: jhi                                   on 2000/11/16  23:23:29
21524         Log: Subject: [PATCH] Re: 20001101.003 PDL
21525              From: Nicholas Clark <nick@ccl4.org>
21526              Date: Thu, 16 Nov 2000 16:48:25 +0000
21527              Message-ID: <20001116164825.B93487@plum.flirble.org>
21528      Branch: perl
21529            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
21530 ____________________________________________________________________________
21531 [  7716] By: jhi                                   on 2000/11/16  23:21:31
21532         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
21533              From: "Casey R. Tweten" <crt@kiski.net>
21534              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
21535              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
21536      Branch: perl
21537            ! lib/Pod/Checker.pm pod/perlpod.pod
21538 ____________________________________________________________________________
21539 [  7715] By: jhi                                   on 2000/11/16  23:19:40
21540         Log: Avoid an infinite loop in VMS when utils scripts are run
21541              with no arguments, from Charles Lane.
21542      Branch: perl
21543            ! configure.com
21544 ____________________________________________________________________________
21545 [  7714] By: jhi                                   on 2000/11/16  23:17:08
21546         Log: Subject: perllocale.pod changes
21547              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21548              Date: Mon, 13 Nov 2000 10:09:22 +0300
21549              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
21550      Branch: perl
21551            ! pod/perllocale.pod
21552 ____________________________________________________________________________
21553 [  7713] By: jhi                                   on 2000/11/16  23:14:06
21554         Log: Integrate perlio.
21555      Branch: perl
21556           !> doio.c perlio.c perlio.h util.c
21557 ____________________________________________________________________________
21558 [  7712] By: nick                                  on 2000/11/16  21:10:58
21559         Log: Integrate mainline
21560      Branch: perlio
21561           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21562           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
21563           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
21564           !> vos/config.ga.def vos/config.ga.h win32/config.bc
21565           !> win32/config.gc win32/config.vc
21566 ____________________________________________________________________________
21567 [  7711] By: nick                                  on 2000/11/16  19:56:41
21568         Log: Minor tweaks:
21569              consistent way of getting 'rb', 'wb' etc. for binary opens
21570              move *perlio::layers to *open::layers
21571              a #define to show layers available
21572              DOSISH popen/PerlIO had export/import sense inverted.
21573      Branch: perlio
21574            ! doio.c perlio.c perlio.h util.c
21575 ____________________________________________________________________________
21576 [  7710] By: jhi                                   on 2000/11/16  15:46:05
21577         Log: Add HAS_SBRK_PROTO.
21578      Branch: metaconfig/U/perl
21579            + d_sbrkproto.U
21580      Branch: perl
21581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21582            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
21583            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21584            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21585            ! win32/config.gc win32/config.vc
21586 ____________________________________________________________________________
21587 [  7709] By: nick                                  on 2000/11/16  07:31:49
21588         Log: Integrate mainline
21589      Branch: perlio
21590           !> (integrate 35 files)
21591 ____________________________________________________________________________
21592 [  7708] By: jhi                                   on 2000/11/16  05:33:03
21593         Log: These files are text, not binary.
21594      Branch: perl
21595            ! ext/Encode/Encode/iso8859-10.enc
21596            ! ext/Encode/Encode/iso8859-13.enc
21597            ! ext/Encode/Encode/iso8859-14.enc
21598            ! ext/Encode/Encode/iso8859-15.enc
21599 ____________________________________________________________________________
21600 [  7707] By: jhi                                   on 2000/11/16  01:53:37
21601         Log: Update Changes.
21602      Branch: perl
21603            ! Changes patchlevel.h
21604 ____________________________________________________________________________
21605 [  7706] By: jhi                                   on 2000/11/16  01:35:59
21606         Log: More #undefing of stdio.
21607      Branch: perl
21608            ! fakesdio.h nostdio.h
21609 ____________________________________________________________________________
21610 [  7705] By: jhi                                   on 2000/11/16  01:34:18
21611         Log: Add fwalk() probe to the configuration files and regen perltoc.
21612      Branch: perl
21613            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21614            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
21615            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
21616            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21617            ! win32/config.bc win32/config.gc win32/config.vc
21618 ____________________________________________________________________________
21619 [  7704] By: jhi                                   on 2000/11/16  01:33:07
21620         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
21621              an optional third argument to Inlibc?)
21622      Branch: metaconfig/U/perl
21623            + d__fwalk.U
21624 ____________________________________________________________________________
21625 [  7703] By: jhi                                   on 2000/11/16  01:09:22
21626         Log: The type of the hash_cb() size argument is tricky.
21627      Branch: perl
21628            ! ext/DB_File/DB_File.xs
21629 ____________________________________________________________________________
21630 [  7702] By: jhi                                   on 2000/11/15  23:01:16
21631         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
21632      Branch: perl
21633            ! nostdio.h
21634 ____________________________________________________________________________
21635 [  7701] By: jhi                                   on 2000/11/15  22:52:32
21636         Log: Detypo.
21637      Branch: perl
21638            ! t/lib/bigfltpm.t
21639 ____________________________________________________________________________
21640 [  7700] By: jhi                                   on 2000/11/15  22:51:56
21641         Log: UINT64_C() work continues.
21642      Branch: perl
21643            ! handy.h perl.h utf8.h
21644 ____________________________________________________________________________
21645 [  7699] By: jhi                                   on 2000/11/15  14:13:04
21646         Log: SOCKS has its own USE_THREADS, based on
21647              
21648              Subject: [ID 20001114.002] et. al. bugfix followup
21649              From: Jens Hamisch <jens@Strawberry.COM> 
21650              Date: Wed, 15 Nov 2000 14:23:11 +0100
21651              Message-ID: <20001115142311.A21164@Strawberry.COM>
21652      Branch: perl
21653            ! perl.h
21654 ____________________________________________________________________________
21655 [  7698] By: jhi                                   on 2000/11/15  03:50:56
21656         Log: Add few missing #undefs and sort them.
21657      Branch: perl
21658            ! fakesdio.h
21659 ____________________________________________________________________________
21660 [  7697] By: jhi                                   on 2000/11/15  03:39:14
21661         Log: Linenumber fix.
21662      Branch: perl
21663            ! t/pragma/warn/utf8
21664 ____________________________________________________________________________
21665 [  7696] By: jhi                                   on 2000/11/15  02:55:26
21666         Log: EBCDIC tweaks.
21667              
21668              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
21669              From: Peter Prymmer <pvhp@forte.com>
21670              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
21671              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
21672      Branch: perl
21673            ! t/op/regmesg.t t/pragma/warn/utf8
21674 ____________________________________________________________________________
21675 [  7695] By: jhi                                   on 2000/11/15  02:53:58
21676         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
21677              From: Peter Prymmer <pvhp@forte.com>
21678              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
21679              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
21680      Branch: perl
21681            ! utf8.c
21682 ____________________________________________________________________________
21683 [  7694] By: jhi                                   on 2000/11/15  02:50:55
21684         Log: Subject: [PATCH: perl@7674] updates to README.os390
21685              From: Prymmer/Kahn <pvhp@best.com>
21686              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
21687              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
21688      Branch: perl
21689            ! README.os390
21690 ____________________________________________________________________________
21691 [  7693] By: jhi                                   on 2000/11/15  02:48:37
21692         Log: Quit utf8_to_uv() instantly if curlen == 0.
21693      Branch: perl
21694            ! utf8.c
21695 ____________________________________________________________________________
21696 [  7692] By: jhi                                   on 2000/11/15  02:24:29
21697         Log: Use u_int32_t for the size of hash_cb(), not size_t.
21698              
21699              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
21700              From: Jens Hamisch <jens@Strawberry.COM>     
21701              Date: Tue, 14 Nov 2000 19:03:55 +0100
21702              Message-Id: <20001114190355.A20559@Strawberry.COM>
21703      Branch: perl
21704            ! ext/DB_File/DB_File.xs
21705 ____________________________________________________________________________
21706 [  7691] By: jhi                                   on 2000/11/15  02:20:12
21707         Log: Use UINT64_C().
21708              
21709              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
21710              From: Jens Hamisch <jens@Strawberry.COM>
21711              Date: Tue, 14 Nov 2000 19:16:23 +0100
21712              Message-Id: <20001114191623.G20559@Strawberry.COM>
21713      Branch: perl
21714            ! utf8.c utf8.h
21715 ____________________________________________________________________________
21716 [  7690] By: jhi                                   on 2000/11/15  02:17:06
21717         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
21718              (a macro to define signed and unsigned integer constants).
21719      Branch: perl
21720            ! handy.h
21721 ____________________________________________________________________________
21722 [  7689] By: jhi                                   on 2000/11/15  01:56:51
21723         Log: Regen Configure.
21724      Branch: perl
21725            ! Configure
21726 ____________________________________________________________________________
21727 [  7688] By: jhi                                   on 2000/11/15  01:56:32
21728         Log: Make the unit know about SOCKS.
21729      Branch: metaconfig
21730            ! U/protos/socksizetype.U
21731 ____________________________________________________________________________
21732 [  7687] By: jhi                                   on 2000/11/15  01:54:47
21733         Log: Remove unused dependencies.
21734      Branch: metaconfig
21735            ! U/compline/d_getpagsz.U
21736 ____________________________________________________________________________
21737 [  7686] By: nick                                  on 2000/11/14  21:25:13
21738         Log: Integrate mainline.
21739      Branch: perlio
21740           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
21741           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
21742           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
21743           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
21744           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
21745           !> win32/config.bc win32/config.gc win32/config.vc
21746           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
21747 ____________________________________________________________________________
21748 [  7685] By: jhi                                   on 2000/11/14  17:54:56
21749         Log: Integrate perlio.
21750      Branch: perl
21751           +> fakesdio.h perliol.h
21752           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
21753           !> perlsdio.h perlsfio.h pod/perlfunc.pod
21754 ____________________________________________________________________________
21755 [  7684] By: nick                                  on 2000/11/14  17:43:04
21756         Log: PerlIO #include and #ifdef re-work.
21757      Branch: perlio
21758            + fakesdio.h perliol.h
21759            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
21760            ! perlsdio.h perlsfio.h
21761 ____________________________________________________________________________
21762 [  7683] By: jhi                                   on 2000/11/14  15:42:40
21763         Log: Hoist the duplicated socket/netdb include logic to perl.h;
21764              undef SETERRNO in case SOCKS has defined it.  Based on:
21765              
21766              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
21767              From: Jens Hamisch <jens@Strawberry.COM> 
21768              Date: Tue, 14 Nov 2000 11:34:40 +0100
21769              Message-Id: <20001114113440.A20005@Strawberry.COM>
21770      Branch: perl
21771            ! doio.c perl.h pp_sys.c
21772 ____________________________________________________________________________
21773 [  7682] By: jhi                                   on 2000/11/14  14:07:28
21774         Log: Subject: some additions for makefiles for win32 (for perl@7674)
21775              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21776              Date: Tue, 14 Nov 2000 09:31:13 +0300
21777              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
21778      Branch: perl
21779            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
21780            ! win32/makefile.mk
21781 ____________________________________________________________________________
21782 [  7681] By: jhi                                   on 2000/11/14  14:01:41
21783         Log: Subject: tiny typo in perl5db.pl
21784              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21785              Date: Tue, 14 Nov 2000 09:29:28 +0300
21786              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
21787      Branch: perl
21788            ! lib/perl5db.pl
21789 ____________________________________________________________________________
21790 [  7680] By: jhi                                   on 2000/11/14  04:13:50
21791         Log: Redo #7679 with LFs instead of CRLFs.
21792      Branch: perl
21793            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
21794            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
21795            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
21796 ____________________________________________________________________________
21797 [  7679] By: jhi                                   on 2000/11/14  01:21:09
21798         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
21799              From: Benjamin Stuhl <tiriath@yahoo.com> 
21800              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
21801              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
21802      Branch: perl
21803            + win32/bin/mdelete.bat
21804            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
21805            ! makedef.pl perlio.c win32/Makefile win32/config.gc
21806            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
21807 ____________________________________________________________________________
21808 [  7678] By: jhi                                   on 2000/11/14  01:19:20
21809         Log: Fix the re extension building for Win32.
21810              
21811              Subject: [PATCH perl@7638] Get PerlIO building on Win32
21812              From: Benjamin Stuhl <tiriath@yahoo.com> 
21813              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
21814              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
21815      Branch: perl
21816            + ext/re/hints/MSWin32.pl
21817            ! MANIFEST
21818 ____________________________________________________________________________
21819 [  7677] By: jhi                                   on 2000/11/14  01:13:54
21820         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
21821              From: sthoenna@efn.org
21822              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
21823              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
21824      Branch: perl
21825            ! doop.c pp.c toke.c utf8.c utf8.h
21826 ____________________________________________________________________________
21827 [  7676] By: jhi                                   on 2000/11/13  20:23:15
21828         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
21829              From: Nicholas Clark <nick@ccl4.org>
21830              Date: Mon, 13 Nov 2000 18:55:04 +0000
21831              Message-ID: <20001113185504.J29183@plum.flirble.org>
21832      Branch: perl
21833            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
21834 ____________________________________________________________________________
21835 [  7675] By: nick                                  on 2000/11/13  20:21:57
21836         Log: Integrate mainline ...
21837      Branch: perlio
21838           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
21839           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
21840           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
21841           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
21842 ____________________________________________________________________________
21843 [  7674] By: jhi                                   on 2000/11/13  15:07:56
21844         Log: Update Changes.
21845      Branch: perl
21846            ! Changes patchlevel.h
21847 ____________________________________________________________________________
21848 [  7673] By: jhi                                   on 2000/11/13  14:42:42
21849         Log: Remove the new two tests of lib/io_xs for now, they seem to
21850              fail under perlio on some platforms.
21851      Branch: perl
21852            ! t/lib/io_xs.t
21853 ____________________________________________________________________________
21854 [  7672] By: jhi                                   on 2000/11/13  13:57:53
21855         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
21856      Branch: perl
21857            ! perlio.c
21858 ____________________________________________________________________________
21859 [  7671] By: jhi                                   on 2000/11/13  05:30:48
21860         Log: Placate nervous compilers that see longer than ints switch()ing.
21861      Branch: perl
21862            ! utf8.c
21863 ____________________________________________________________________________
21864 [  7670] By: jhi                                   on 2000/11/13  05:14:21
21865         Log: fputs() does return EOF on error but here we don't care.
21866      Branch: perl
21867            ! perlio.c
21868 ____________________________________________________________________________
21869 [  7669] By: jhi                                   on 2000/11/13  05:02:45
21870         Log: Declare reg_data like reg_substr_data.
21871      Branch: perl
21872            ! regexp.h
21873 ____________________________________________________________________________
21874 [  7668] By: jhi                                   on 2000/11/13  04:54:34
21875         Log: Typos in #7667.
21876      Branch: perl
21877            ! perl.h
21878 ____________________________________________________________________________
21879 [  7667] By: jhi                                   on 2000/11/13  04:49:49
21880         Log: Cleanup messy #ifdef.
21881      Branch: perl
21882            ! perl.h
21883 ____________________________________________________________________________
21884 [  7666] By: jhi                                   on 2000/11/13  04:17:34
21885         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
21886              From: Nicholas Clark <nick@talking.bollo.cx>
21887              Date: Sun, 12 Nov 2000 21:14:11 +0000
21888              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
21889              
21890              Note: only one breakage of the two reported is fixed by this patch.
21891      Branch: perl
21892            ! perlio.c
21893 ____________________________________________________________________________
21894 [  7665] By: jhi                                   on 2000/11/13  04:05:07
21895         Log: Tweak the definition of the bit complement on UTF-8 data:
21896              if none of the characters in the string are > 0xff,
21897              the result is a complemented byte string, not a (UTF-8)
21898              char string.  Based on the summary in
21899              
21900              Subject: Re: [ID 20000918.005] ~ on wide chars
21901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
21902              Date: Fri, 10 Nov 2000 09:47:15 -0800
21903              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
21904              
21905              This should give us the maximum backward (pre-char string)
21906              compatibility and utf8 compatibility.  The other alternative
21907              would be to limit the bit complement to be always byte only,
21908              taking the least significant byte of the chars.
21909      Branch: perl
21910            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
21911 ____________________________________________________________________________
21912 [  7664] By: jhi                                   on 2000/11/13  00:23:44
21913         Log: Couple of tests from #7660 salvaged.
21914      Branch: perl
21915            - t/op/tell.t
21916            ! MANIFEST t/io/tell.t
21917 ____________________________________________________________________________
21918 [  7663] By: jhi                                   on 2000/11/13  00:02:48
21919         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
21920              From: Nicholas Clark <nick@talking.bollo.cx>
21921              Date: Sun, 12 Nov 2000 21:23:43 +0000
21922              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
21923      Branch: perl
21924            ! perlsfio.h
21925 ____________________________________________________________________________
21926 [  7662] By: jhi                                   on 2000/11/13  00:01:39
21927         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
21928              From: Nicholas Clark <nick@talking.bollo.cx>
21929              Date: Sun, 12 Nov 2000 21:30:04 +0000
21930              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
21931      Branch: perl
21932            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
21933 ____________________________________________________________________________
21934 [  7661] By: jhi                                   on 2000/11/12  23:57:29
21935         Log: Document tell() on special streams.
21936      Branch: perl
21937            ! pod/perlfunc.pod
21938 ____________________________________________________________________________
21939 [  7660] By: jhi                                   on 2000/11/12  23:54:22
21940         Log: (Subsumed by #7664)
21941      Branch: perl
21942            + t/op/tell.t
21943            ! MANIFEST
21944 ____________________________________________________________________________
21945 [  7659] By: jhi                                   on 2000/11/12  22:55:25
21946         Log: Many subdocumented return values of the IO extension now documented.
21947              ungetc and write still left subdocumented.
21948              
21949              Subject: [PATCH] (was Re: IO::Handle::ungetc)
21950              From: Nicholas Clark <nick@talking.bollo.cx>
21951              Date: Sun, 12 Nov 2000 21:35:53 +0000
21952              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
21953      Branch: perl
21954            ! ext/IO/lib/IO/Handle.pm
21955 ____________________________________________________________________________
21956 [  7658] By: jhi                                   on 2000/11/12  21:37:06
21957         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
21958              From: Nicholas Clark <nick@talking.bollo.cx>
21959              Date: Sun, 12 Nov 2000 20:03:22 +0000
21960              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
21961      Branch: perl
21962            ! pod/perlfunc.pod
21963 ____________________________________________________________________________
21964 [  7657] By: jhi                                   on 2000/11/12  20:34:55
21965         Log: Integrate perlio.
21966      Branch: perl
21967           !> perlio.c
21968 ____________________________________________________________________________
21969 [  7656] By: nick                                  on 2000/11/12  19:25:06
21970         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
21971      Branch: perlio
21972            ! perlio.c
21973 ____________________________________________________________________________
21974 [  7655] By: nick                                  on 2000/11/12  19:09:41
21975         Log: Integrate mainline
21976      Branch: perlio
21977           +> README.solaris ext/Encode/Encode/cp1006.enc
21978           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
21979           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
21980           +> ext/Encode/Encode/iso8859-13.enc
21981           +> ext/Encode/Encode/iso8859-14.enc
21982           +> ext/Encode/Encode/iso8859-15.enc
21983           !> (integrate 34 files)
21984 ____________________________________________________________________________
21985 [  7654] By: jhi                                   on 2000/11/12  19:00:22
21986         Log: Add a metaconfig unit for fsync.
21987      Branch: metaconfig/U/perl
21988            + d_fsync.U
21989 ____________________________________________________________________________
21990 [  7653] By: jhi                                   on 2000/11/12  19:00:01
21991         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
21992      Branch: perl
21993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21994            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21995            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21996            ! vos/config.ga.h win32/config.bc win32/config.gc
21997            ! win32/config.vc
21998 ____________________________________________________________________________
21999 [  7652] By: jhi                                   on 2000/11/11  21:12:01
22000         Log: Copy the s// information of README.hpux also to the perlrun.
22001      Branch: perl
22002            ! README.hpux pod/perlrun.pod
22003 ____________________________________________________________________________
22004 [  7651] By: jhi                                   on 2000/11/11  21:03:13
22005         Log: More README.solaris updates from Andy Dougherty.
22006      Branch: perl
22007            ! README.solaris
22008 ____________________________________________________________________________
22009 [  7650] By: jhi                                   on 2000/11/11  18:38:57
22010         Log: More descriptive error for unknown perlio layers.
22011              
22012              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
22013              From: Dominic Dunlop <domo@computer.org> 
22014              Date: Sat, 11 Nov 2000 18:20:32 +0100             
22015              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
22016      Branch: perl
22017            ! perlio.c pod/perldiag.pod
22018 ____________________________________________________________________________
22019 [  7649] By: jhi                                   on 2000/11/11  18:37:52
22020         Log: MachTen doesn't really do mmap() and munmap().
22021              
22022              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
22023              From: Dominic Dunlop <domo@computer.org> 
22024              Date: Sat, 11 Nov 2000 18:20:32 +0100             
22025              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
22026      Branch: perl
22027            ! hints/machten.sh
22028 ____________________________________________________________________________
22029 [  7648] By: jhi                                   on 2000/11/11  18:36:46
22030         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
22031              From: rspier@pobox.com (Robert Spier)
22032              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
22033              Message-ID: <14861.32839.491271.985797@rls.cx>
22034      Branch: perl
22035            ! Porting/Contract pod/perltoot.pod
22036 ____________________________________________________________________________
22037 [  7647] By: jhi                                   on 2000/11/11  18:35:30
22038         Log: Simplify the getpagesize() unit by dropping the
22039              pagesize probe since it's nowadays slightly more
22040              complicated because of sysconf(). (Note: if some
22041              platform really needs the -lPW for getpagesize,
22042              I just broke it.)
22043              
22044              TODO: a new pagesize unit.
22045      Branch: metaconfig
22046            ! U/compline/d_getpagsz.U
22047 ____________________________________________________________________________
22048 [  7646] By: jhi                                   on 2000/11/11  18:33:23
22049         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
22050      Branch: perl
22051            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22052            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22053            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22054            ! vos/config.ga.h win32/config.bc win32/config.gc
22055            ! win32/config.vc
22056 ____________________________________________________________________________
22057 [  7645] By: jhi                                   on 2000/11/11  16:45:15
22058         Log: Use sysconf() or getpagesize() to find out the pagesize.
22059      Branch: perl
22060            ! perlio.c
22061 ____________________________________________________________________________
22062 [  7644] By: jhi                                   on 2000/11/11  15:46:08
22063         Log: Integrate perlio.
22064      Branch: perl
22065           !> perlio.c
22066 ____________________________________________________________________________
22067 [  7643] By: jhi                                   on 2000/11/11  15:33:36
22068         Log: Subject: Re: [PATCH] README.solaris
22069              From: Lupe Christoph <lupe@lupe-christoph.de>
22070              Date: Sat, 11 Nov 2000 14:08:10 +0100
22071              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
22072      Branch: perl
22073            ! README.solaris
22074 ____________________________________________________________________________
22075 [  7642] By: jhi                                   on 2000/11/11  15:22:12
22076         Log: Subject: [PATCH perl@7638] cygwin port
22077              From: "Eric Fifer" <egf7@columbia.edu>            
22078              Date: Fri, 10 Nov 2000 19:30:30 -0000
22079              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
22080      Branch: perl
22081            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
22082 ____________________________________________________________________________
22083 [  7641] By: nick                                  on 2000/11/11  14:50:36
22084         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
22085              Also call "Buf" layer directly when unread'ing non-read chars.
22086      Branch: perlio
22087            ! perlio.c
22088 ____________________________________________________________________________
22089 [  7640] By: jhi                                   on 2000/11/11  02:05:02
22090         Log: Add more encoding tables.
22091      Branch: perl
22092            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
22093            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
22094            + ext/Encode/Encode/iso8859-10.enc
22095            + ext/Encode/Encode/iso8859-13.enc
22096            + ext/Encode/Encode/iso8859-14.enc
22097            + ext/Encode/Encode/iso8859-15.enc
22098            ! MANIFEST
22099 ____________________________________________________________________________
22100 [  7639] By: jhi                                   on 2000/11/10  18:49:25
22101         Log: Subject: [PATCH] README.solaris
22102              From: Andy Dougherty <doughera@lafayette.edu>
22103              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
22104              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
22105      Branch: perl
22106            + README.solaris
22107            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
22108            ! pod/perl.pod pod/perltoc.pod
22109 ____________________________________________________________________________
22110 [  7638] By: jhi                                   on 2000/11/10  15:04:15
22111         Log: Update Changes.
22112      Branch: perl
22113            ! Changes patchlevel.h
22114 ____________________________________________________________________________
22115 [  7637] By: jhi                                   on 2000/11/10  14:14:28
22116         Log: Explain better why certain regex tests are skipped.
22117              
22118              Subject: Re: tests skipped: unknown reason
22119              From: Lupe Christoph <lupe@lupe-christoph.de>
22120              Date: Fri, 10 Nov 2000 09:08:56 +0100
22121              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
22122      Branch: perl
22123            ! t/op/regexp.t
22124 ____________________________________________________________________________
22125 [  7636] By: nick                                  on 2000/11/10  13:40:00
22126         Log: Integrate mainline.
22127      Branch: perlio
22128           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
22129           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
22130           !> win32/bin/search.pl
22131 ____________________________________________________________________________
22132 [  7635] By: nick                                  on 2000/11/10  13:25:52
22133         Log: Re-instate stdio large file support via perlio.
22134      Branch: perl
22135            ! perlio.c
22136 ____________________________________________________________________________
22137 [  7634] By: jhi                                   on 2000/11/10  04:49:55
22138         Log: Amdahl UTS hints updates.
22139              
22140              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
22141              From: hom00@utsglobal.com (Harold O Morris)
22142              Date: Thu, 9 Nov 2000 20:02 PST
22143              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
22144      Branch: perl
22145            ! hints/uts.sh
22146 ____________________________________________________________________________
22147 [  7633] By: jhi                                   on 2000/11/09  23:33:28
22148         Log: Subject: [PATCH] IO::Seekable pod
22149              From: Nicholas Clark <nick@talking.bollo.cx>
22150              Date: Thu, 9 Nov 2000 20:29:45 +0000
22151              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
22152      Branch: perl
22153            ! ext/IO/lib/IO/Handle.pm
22154 ____________________________________________________________________________
22155 [  7632] By: jhi                                   on 2000/11/09  21:55:41
22156         Log: Various doc oddball characters.
22157              
22158              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
22159              From: Michael Somos <somos@grail.cba.csuohio.edu>
22160              Date: Mon, 6 Nov 2000 17:44:20 -0500
22161              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
22162      Branch: perl
22163            ! emacs/cperl-mode.el lib/unicode/syllables.txt
22164            ! win32/bin/search.pl
22165 ____________________________________________________________________________
22166 [  7631] By: jhi                                   on 2000/11/09  21:12:29
22167         Log: Subject: Re: bash -c exit and linux hints 
22168              From: "John P. Linderman" <jpl@research.att.com>
22169              Date: Thu, 02 Nov 2000 09:37:25 -0500
22170              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
22171      Branch: perl
22172            ! hints/linux.sh
22173 ____________________________________________________________________________
22174 [  7630] By: nick                                  on 2000/11/09  20:34:11
22175         Log: Integrate mainline.
22176      Branch: perlio
22177           !> (integrate 91 files)
22178 ____________________________________________________________________________
22179 [  7629] By: jhi                                   on 2000/11/09  19:46:31
22180         Log: Missing dTHXs.
22181              
22182              Subject: RE: perl@7595 builds not on cygwin
22183              From: "Eric Fifer" <egf7@columbia.edu>
22184              Date: Thu, 9 Nov 2000 19:26:50 -0000
22185              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
22186      Branch: perl
22187            ! ext/Devel/Peek/Peek.xs
22188 ____________________________________________________________________________
22189 [  7628] By: jhi                                   on 2000/11/09  14:48:27
22190         Log: Disable only the tests 99 and 166 for UTF-8 locales.
22191      Branch: perl
22192            ! t/pragma/locale.t
22193 ____________________________________________________________________________
22194 [  7627] By: jhi                                   on 2000/11/09  14:40:27
22195         Log: There's no =head3.
22196      Branch: perl
22197            ! pod/perlhack.pod
22198 ____________________________________________________________________________
22199 [  7626] By: jhi                                   on 2000/11/09  13:54:26
22200         Log: The generated boot_* headers are wrong.  Pickier compiler,
22201              such as KAI C++ will refuse to compile the resulting perlmain.
22202              
22203              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
22204              From: Harri Pasanen <harri.pasanen@trema.com>
22205              Date: Thu, 09 Nov 2000 14:23:28 +0100
22206              Message-Id: <3A0AA550.26D548A3@trema.com>
22207      Branch: perl
22208            ! minimod.pl
22209 ____________________________________________________________________________
22210 [  7625] By: jhi                                   on 2000/11/09  13:50:44
22211         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
22212              From: Prymmer/Kahn <pvhp@best.com>
22213              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
22214              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
22215              
22216              All except the "cow orker" change.
22217      Branch: perl
22218            ! Porting/pumpkin.pod
22219 ____________________________________________________________________________
22220 [  7624] By: jhi                                   on 2000/11/09  13:45:33
22221         Log: Fix for
22222              
22223              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
22224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22225              Date: Thu, 09 Nov 2000 11:05:52 +0100
22226              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
22227      Branch: perl
22228            ! pod/perldiag.pod t/pragma/warn/pp_sys
22229 ____________________________________________________________________________
22230 [  7623] By: jhi                                   on 2000/11/09  13:37:16
22231         Log: Typo in an ifndef.
22232              
22233              Subject: Re: [PATCH 5.7.0] better messages from malloc()
22234              From: Joe Smith <jms@inwap.com>         
22235              Date: Thu, 09 Nov 2000 01:33:14 -0800
22236              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
22237      Branch: perl
22238            ! malloc.c
22239 ____________________________________________________________________________
22240 [  7622] By: jhi                                   on 2000/11/09  13:31:18
22241         Log: Remove unused extra arguments.
22242      Branch: metaconfig/U/perl
22243            ! perlxv.U
22244      Branch: perl
22245            ! Configure config_h.SH
22246 ____________________________________________________________________________
22247 [  7621] By: jhi                                   on 2000/11/09  13:16:36
22248         Log: More VMS moves on environment handling, from Charles Lane.
22249      Branch: perl
22250            ! t/pragma/locale.t
22251 ____________________________________________________________________________
22252 [  7620] By: jhi                                   on 2000/11/09  04:42:38
22253         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
22254              From: David Dyck <dcd@tc.fluke.com>
22255              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
22256              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
22257      Branch: perl
22258            ! pp_sys.c
22259 ____________________________________________________________________________
22260 [  7619] By: jhi                                   on 2000/11/09  04:36:21
22261         Log: Forgot from #7618.
22262      Branch: perl
22263            ! lib/File/stat.pm
22264 ____________________________________________________________________________
22265 [  7618] By: jhi                                   on 2000/11/09  04:28:44
22266         Log: Make deleting for %ENV work for (newer versions of) VMS,
22267              from Craig A. Berry.
22268      Branch: perl
22269            ! vms/vms.c
22270 ____________________________________________________________________________
22271 [  7617] By: jhi                                   on 2000/11/09  04:25:05
22272         Log: Subject: [PATCH] Class::Struct at compile time
22273              From: "Casey R. Tweten" <crt@kiski.net>
22274              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
22275              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
22276      Branch: perl
22277            ! lib/Class/Struct.pm
22278 ____________________________________________________________________________
22279 [  7616] By: jhi                                   on 2000/11/09  04:15:17
22280         Log: Subject: [ID 20001108.013] spelling
22281              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
22282              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
22283              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
22284      Branch: perl
22285            ! lib/ftp.pl
22286 ____________________________________________________________________________
22287 [  7615] By: jhi                                   on 2000/11/09  04:12:42
22288         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
22289              From: Peter Prymmer <pvhp@forte.com>
22290              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
22291              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
22292      Branch: perl
22293            ! configure.com
22294 ____________________________________________________________________________
22295 [  7614] By: jhi                                   on 2000/11/08  22:42:55
22296         Log: A missing aTHX_.
22297      Branch: perl
22298            ! ext/IPC/SysV/SysV.xs
22299 ____________________________________________________________________________
22300 [  7613] By: jhi                                   on 2000/11/08  19:30:21
22301         Log: Update Changes.
22302      Branch: perl
22303            ! Changes patchlevel.h
22304 ____________________________________________________________________________
22305 [  7612] By: jhi                                   on 2000/11/08  18:35:25
22306         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
22307              From: David Dyck <dcd@tc.fluke.com>
22308              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
22309              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
22310      Branch: perl
22311            ! pp_sys.c
22312 ____________________________________________________________________________
22313 [  7611] By: jhi                                   on 2000/11/08  18:30:26
22314         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
22315              From: Dominic Dunlop <domo@computer.org>
22316              Date: Tue, 7 Nov 2000 12:05:25 +0100
22317              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
22318      Branch: perl
22319            ! malloc.c
22320 ____________________________________________________________________________
22321 [  7610] By: jhi                                   on 2000/11/08  18:25:14
22322         Log: Do not test UTF-8 locales since that the tests would require
22323              polymorphic regexen.
22324      Branch: perl
22325            ! t/pragma/locale.t
22326 ____________________________________________________________________________
22327 [  7609] By: jhi                                   on 2000/11/08  17:12:51
22328         Log: Locale buglets.
22329              
22330              Subject: RE: Locales support (setlocale) fixes
22331              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22332              Date: Wed, 8 Nov 2000 20:01:39 +0300
22333              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
22334      Branch: perl
22335            ! t/pragma/locale.t util.c
22336 ____________________________________________________________________________
22337 [  7608] By: jhi                                   on 2000/11/08  17:00:16
22338         Log: Deleting $ENV{PATH} in VMS is not recommendable.
22339      Branch: perl
22340            ! t/pragma/locale.t
22341 ____________________________________________________________________________
22342 [  7607] By: jhi                                   on 2000/11/08  16:58:26
22343         Log: Subject: PATCH std stdio for (Free)BSD
22344              From: Nicholas Clark <nick@ccl4.org>
22345              Date: Wed, 8 Nov 2000 15:36:29 +0000
22346              Message-ID: <20001108153629.D98736@plum.flirble.org>
22347      Branch: metaconfig
22348            ! U/compline/d_stdstdio.U
22349      Branch: perl
22350            ! Configure config_h.SH
22351 ____________________________________________________________________________
22352 [  7606] By: jhi                                   on 2000/11/08  16:43:31
22353         Log: Forgot to bump the line numbers in #7601.
22354      Branch: perl
22355            ! t/pragma/warn/pp_sys
22356 ____________________________________________________________________________
22357 [  7605] By: jhi                                   on 2000/11/08  16:39:12
22358         Log: More careful detection of how well NVs and UVs mix.
22359              
22360              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
22361              From: Nicholas Clark <nick@ccl4.org>
22362              Date: Wed, 8 Nov 2000 15:14:12 +0000
22363              Message-ID: <20001108151412.B98736@plum.flirble.org>
22364              
22365              Added some SIGFPE paranoia.
22366      Branch: metaconfig/U/perl
22367            ! perlxv.U
22368      Branch: perl
22369            ! Configure config_h.SH
22370 ____________________________________________________________________________
22371 [  7604] By: jhi                                   on 2000/11/08  14:39:10
22372         Log: Subject: [patch perl@7595] VMS configure.com tweak
22373              From: "Craig A. Berry" <craigberry@mac.com>
22374              Date: Wed, 8 Nov 2000 00:24:12 -0600
22375              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
22376      Branch: perl
22377            ! configure.com
22378 ____________________________________________________________________________
22379 [  7603] By: jhi                                   on 2000/11/08  14:27:11
22380         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
22381              From: Robin Barker <rmb1@cise.npl.co.uk>
22382              Date: Wed, 8 Nov 2000 11:11:39 GMT
22383              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
22384      Branch: perl
22385            ! perlio.c
22386 ____________________________________________________________________________
22387 [  7602] By: jhi                                   on 2000/11/08  14:25:03
22388         Log: Fix for the tie-refhash string table leaks.
22389              
22390              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
22391              Date: Wed, 8 Nov 2000 13:03:04 GMT
22392              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
22393      Branch: perl
22394            ! t/lib/tie-refhash.t
22395 ____________________________________________________________________________
22396 [  7601] By: jhi                                   on 2000/11/08  14:21:08
22397         Log: Try to avoid flockless and emulationless places.
22398      Branch: perl
22399            ! t/pragma/warn/pp_sys
22400 ____________________________________________________________________________
22401 [  7600] By: jhi                                   on 2000/11/08  02:28:54
22402         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
22403              
22404              Subject: [PATCH] prototyped functions that should be overrideable
22405              From: "Casey R. Tweten" <crt@kiski.net>
22406              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
22407              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
22408      Branch: perl
22409            ! toke.c
22410 ____________________________________________________________________________
22411 [  7599] By: jhi                                   on 2000/11/08  01:12:05
22412         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
22413              
22414              Subject: [PATCH] perlbug.PL
22415              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22416              Date: Mon, 6 Nov 2000 21:39:01 -0500
22417              Message-ID: <20001106213901.B20955@O2.chapin.edu>
22418      Branch: perl
22419            ! utils/perlbug.PL
22420 ____________________________________________________________________________
22421 [  7598] By: jhi                                   on 2000/11/07  23:42:00
22422         Log: Bad thinko in #7581 (I used the test program with the expanded
22423              values as-is).
22424      Branch: metaconfig
22425            ! U/compline/d_stdstdio.U
22426      Branch: perl
22427            ! Configure
22428 ____________________________________________________________________________
22429 [  7597] By: jhi                                   on 2000/11/07  21:43:29
22430         Log: Subject: [PATCH perl@7573] cygwin port
22431              From: "Fifer, Eric" <EFifer@sanwaint.com>
22432              Date: Tue, 7 Nov 2000 18:08:51 -0000 
22433              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
22434              
22435              Synchronize with Cygwin 1.1.5.
22436      Branch: perl
22437            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
22438            ! pod/perlport.pod unixish.h util.c
22439 ____________________________________________________________________________
22440 [  7596] By: jhi                                   on 2000/11/07  21:39:25
22441         Log: perlhack updates from H.Merijn Brand.
22442      Branch: perl
22443            ! pod/perlhack.pod
22444 ____________________________________________________________________________
22445 [  7595] By: jhi                                   on 2000/11/07  20:21:41
22446         Log: Update Changes.
22447      Branch: perl
22448            ! Changes patchlevel.h
22449 ____________________________________________________________________________
22450 [  7594] By: jhi                                   on 2000/11/07  19:18:58
22451         Log: Be more robust in Dynaloader.pm.
22452      Branch: perl
22453            ! ext/DynaLoader/DynaLoader_pm.PL
22454 ____________________________________________________________________________
22455 [  7593] By: jhi                                   on 2000/11/07  16:49:31
22456         Log: AUTHORS update.
22457      Branch: perl
22458            ! AUTHORS
22459 ____________________________________________________________________________
22460 [  7592] By: gsar                                  on 2000/11/07  16:39:51
22461         Log: normalize relative paths in virtualized current directory on windows,
22462              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
22463              returns)
22464      Branch: perl
22465            ! win32/vdir.h
22466 ____________________________________________________________________________
22467 [  7591] By: jhi                                   on 2000/11/07  16:04:26
22468         Log: Too profiler-happy: with optimization the #7590 actually makes
22469              the test to run 0.5% _slower_.  Requires much more instrumentation.
22470              Retract #7590.
22471      Branch: perl
22472            ! regcomp.c regcomp.h
22473 ____________________________________________________________________________
22474 [  7590] By: jhi                                   on 2000/11/07  15:51:13
22475         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
22476              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
22477              by using memset() and testing bytewise (as opposed to bitwise).
22478      Branch: perl
22479            ! regcomp.c regcomp.h
22480 ____________________________________________________________________________
22481 [  7589] By: jhi                                   on 2000/11/07  12:56:39
22482         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
22483              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22484              Date: Mon, 06 Nov 2000 23:45:30 -0500
22485              Message-Id: <0011079735.AA973576259@univpress.com>
22486      Branch: perl
22487            ! configure.com t/lib/st-lock.t
22488 ____________________________________________________________________________
22489 [  7588] By: jhi                                   on 2000/11/07  01:03:28
22490         Log: Tweak #7587.
22491      Branch: perl
22492            ! pod/perldiag.pod
22493 ____________________________________________________________________________
22494 [  7587] By: jhi                                   on 2000/11/07  01:00:27
22495         Log: A doc addition for bug id 20001105.019, beware \p.
22496      Branch: perl
22497            ! pod/perldiag.pod
22498 ____________________________________________________________________________
22499 [  7586] By: jhi                                   on 2000/11/07  00:32:22
22500         Log: Fake support of holey files in win/dosish platforms.
22501              
22502              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
22503              From: kipp@shonanblue.ne.jp
22504              Date: Mon, 6 Nov 2000 13:30:55 -0800
22505              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
22506      Branch: perl
22507            ! ext/SDBM_File/sdbm/sdbm.c
22508 ____________________________________________________________________________
22509 [  7585] By: jhi                                   on 2000/11/07  00:12:54
22510         Log: Subject: Pod updates
22511              From: "Stephen P. Potter" <spp@spotter.yi.org>
22512              Date: Mon, 06 Nov 2000 18:56:43 -0500
22513              Message-Id: <200011062357.SAA18173@spotter.yi.org>
22514      Branch: perl
22515            ! README.dos README.os2 README.win32 pod/buildtoc.PL
22516            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
22517            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
22518            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
22519            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
22520            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
22521            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
22522            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
22523            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
22524            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
22525            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
22526            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
22527            ! pod/perltootc.pod pod/perlunicode.pod
22528 ____________________________________________________________________________
22529 [  7584] By: jhi                                   on 2000/11/07  00:04:17
22530         Log: Varargs don't always work too well if one puts an unsigned
22531              char on the stack and pop an unsigned quad off the stack.
22532              
22533              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
22534              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
22535              Date: Mon, 06 Nov 2000 15:19:05 -0800
22536              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
22537      Branch: perl
22538            ! utf8.c
22539 ____________________________________________________________________________
22540 [  7583] By: jhi                                   on 2000/11/06  23:58:48
22541         Log: %ENV note tweaks from Dan Sugalski.
22542      Branch: perl
22543            ! pod/perlport.pod vms/perlvms.pod
22544 ____________________________________________________________________________
22545 [  7582] By: jhi                                   on 2000/11/06  23:05:49
22546         Log: glibc5 detection by __GNU_LIBRARY__.
22547      Branch: perl
22548            ! toke.c
22549 ____________________________________________________________________________
22550 [  7581] By: jhi                                   on 2000/11/06  22:51:29
22551         Log: Make the stdio test program of 7427 less noisy while being 
22552              compiled so that Digital UNIX wouldn't get both
22553              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
22554              undefined.  This makes perlio happy.
22555      Branch: metaconfig
22556            ! U/compline/d_stdstdio.U
22557      Branch: perl
22558            ! Configure config_h.SH
22559 ____________________________________________________________________________
22560 [  7580] By: jhi                                   on 2000/11/06  22:41:41
22561         Log: Document %ENV = () portability issues.
22562      Branch: perl
22563            ! pod/perlport.pod vms/perlvms.pod
22564 ____________________________________________________________________________
22565 [  7579] By: jhi                                   on 2000/11/06  21:29:24
22566         Log: VOS updates from Paul Green.
22567      Branch: perl
22568            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22569 ____________________________________________________________________________
22570 [  7578] By: jhi                                   on 2000/11/06  21:00:40
22571         Log: Sanitize the environment further.
22572      Branch: perl
22573            ! t/pragma/locale.t
22574 ____________________________________________________________________________
22575 [  7577] By: jhi                                   on 2000/11/06  20:53:51
22576         Log: Re-introduce 7552 lost in integration.
22577      Branch: perl
22578            ! perlio.c
22579 ____________________________________________________________________________
22580 [  7576] By: jhi                                   on 2000/11/06  20:33:46
22581         Log: Admit that the test leaks scalars.
22582      Branch: perl
22583            ! t/comp/proto.t
22584 ____________________________________________________________________________
22585 [  7575] By: jhi                                   on 2000/11/06  20:17:08
22586         Log: Integrate perlio.
22587      Branch: perl
22588           !> perlio.c
22589 ____________________________________________________________________________
22590 [  7574] By: nick                                  on 2000/11/06  20:07:28
22591         Log: Remove debug. Try (Mmap_t) on madvise() call.
22592      Branch: perlio
22593            ! perlio.c
22594 ____________________________________________________________________________
22595 [  7573] By: jhi                                   on 2000/11/06  13:56:05
22596         Log: Update Changes.
22597      Branch: perl
22598            ! Changes patchlevel.h
22599 ____________________________________________________________________________
22600 [  7572] By: jhi                                   on 2000/11/06  13:48:41
22601         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
22602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22603              Date: Mon, 06 Nov 2000 10:11:42 +0100
22604              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
22605      Branch: perl
22606            ! pod/perlhack.pod
22607 ____________________________________________________________________________
22608 [  7571] By: jhi                                   on 2000/11/06  01:45:51
22609         Log: AUTHORS updates.
22610      Branch: perl
22611            ! AUTHORS
22612 ____________________________________________________________________________
22613 [  7570] By: jhi                                   on 2000/11/06  00:18:00
22614         Log: Fix for
22615              
22616              Subject: [ID 20000728.005] perl -P broken
22617              From: David Dyck <dcd@tc.fluke.com>
22618              Date: Fri, 28 Jul 2000 17:19:16 -0700
22619              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
22620              
22621              (hopefully).  The fix is also not complete, it seems to break
22622              BOM swallowing for libc5 systems, but until someone figures
22623              out a way to do this without ftell(), this will do.
22624      Branch: perl
22625            ! toke.c
22626 ____________________________________________________________________________
22627 [  7569] By: jhi                                   on 2000/11/06  00:05:30
22628         Log: Document that the evaled syntax errors cause scalar leaks.
22629      Branch: perl
22630            ! t/comp/proto.t
22631 ____________________________________________________________________________
22632 [  7568] By: jhi                                   on 2000/11/05  23:14:47
22633         Log: opmini.o can linger from Configures past.
22634      Branch: perl
22635            ! Makefile.SH
22636 ____________________________________________________________________________
22637 [  7567] By: jhi                                   on 2000/11/05  21:28:39
22638         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
22639              first argument correctly.
22640      Branch: perl
22641            ! perlio.c
22642 ____________________________________________________________________________
22643 [  7566] By: jhi                                   on 2000/11/05  21:15:56
22644         Log: Integrate perlio.
22645      Branch: perl
22646           !> perlio.c
22647 ____________________________________________________________________________
22648 [  7565] By: jhi                                   on 2000/11/05  21:15:13
22649         Log: Use -dM for gcc (the suggested patch did it only for Linux,
22650              but I think it can be generalized).
22651              
22652              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
22653              From: Pixel <pixel@mandrakesoft.com>
22654              Date: 05 Nov 2000 21:49:34 +0100 
22655              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
22656      Branch: perl
22657            ! ext/Errno/Errno_pm.PL
22658 ____________________________________________________________________________
22659 [  7564] By: nick                                  on 2000/11/05  21:09:18
22660         Log: Added a mmap layer as a "subclass" of perlio.
22661              PERLIO=mmap ./perl harness passes
22662      Branch: perlio
22663            ! perlio.c
22664 ____________________________________________________________________________
22665 [  7563] By: jhi                                   on 2000/11/05  19:48:55
22666         Log: Add a note for future generations about bug id 20000229.006.
22667      Branch: perl
22668            ! malloc.c
22669 ____________________________________________________________________________
22670 [  7562] By: jhi                                   on 2000/11/05  19:38:24
22671         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
22672      Branch: perl
22673            ! pp_ctl.c t/op/pos.t
22674 ____________________________________________________________________________
22675 [  7561] By: jhi                                   on 2000/11/05  18:21:46
22676         Log: Add =pod to be tidy.
22677      Branch: perl
22678            ! lib/Math/Complex.pm
22679 ____________________________________________________________________________
22680 [  7560] By: jhi                                   on 2000/11/05  17:38:46
22681         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
22682      Branch: perl
22683            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22684            ! ext/Storable/Storable.xs t/lib/st-recurse.t
22685 ____________________________________________________________________________
22686 [  7559] By: jhi                                   on 2000/11/05  17:32:59
22687         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
22688              From: "Peter J. Farley III" <pjfarley@banet.net>
22689              Date: Sun, 05 Nov 2000 11:55:59 -0500
22690              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
22691      Branch: perl
22692            ! t/lib/syslog.t
22693 ____________________________________________________________________________
22694 [  7558] By: jhi                                   on 2000/11/05  17:29:19
22695         Log: Integrate perlio.
22696      Branch: perl
22697           !> perlio.c
22698 ____________________________________________________________________________
22699 [  7557] By: jhi                                   on 2000/11/05  17:22:01
22700         Log: A fix of sorts for 20000329.026, a better error message
22701              for a missing "use charnames" when using the \N{...}. 
22702      Branch: perl
22703            ! pod/perldiag.pod toke.c
22704 ____________________________________________________________________________
22705 [  7556] By: jhi                                   on 2000/11/05  16:33:50
22706         Log: Test tweak: show also the failed locales.
22707              
22708              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
22709              From: Lupe Christoph <lupe@lupe-christoph.de>         
22710              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
22711              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
22712      Branch: perl
22713            ! t/pragma/locale.t
22714 ____________________________________________________________________________
22715 [  7555] By: nick                                  on 2000/11/05  11:09:34
22716         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
22717              open RDWR so does not fail. (pragma/warnings 303 again...)
22718      Branch: perlio
22719            ! perlio.c
22720 ____________________________________________________________________________
22721 [  7554] By: nick                                  on 2000/11/05  10:10:13
22722         Log: Fix case where ungetc(f,EOF) was allowed.
22723              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
22724              so we can see similarities.
22725              Use types more carefully and a STDCHAR array in hope that this will
22726              fix Jarrko's 64bit machine.
22727      Branch: perlio
22728            ! perlio.c
22729 ____________________________________________________________________________
22730 [  7553] By: jhi                                   on 2000/11/05  01:12:16
22731         Log: Fix for
22732              
22733              Subject: [ID 20001004.007] taint propogation is inconsistent
22734              From: pimlott@idiomtech.com (Andrew Pimlott) 
22735              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
22736              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
22737              
22738              The culprit was sv_setsv() which was rather blindly
22739              propagating taint, which lead to behaviour where if
22740              a tainted anon hash value was seen all the hash values
22741              from then on at that level became tainted, or at any
22742              upper levels in the case of nested anon hashes.
22743      Branch: perl
22744            ! sv.c t/op/taint.t
22745 ____________________________________________________________________________
22746 [  7552] By: jhi                                   on 2000/11/04  23:44:18
22747         Log: Some cpps don't like splitting conditionals across several lines.
22748      Branch: perl
22749            ! perlio.c
22750 ____________________________________________________________________________
22751 [  7551] By: nick                                  on 2000/11/04  23:40:44
22752         Log: Integrate mainline
22753      Branch: perlio
22754           !> pp_hot.c t/op/taint.t
22755 ____________________________________________________________________________
22756 [  7550] By: nick                                  on 2000/11/04  23:39:05
22757         Log: Integrate mainline again
22758      Branch: perlio
22759           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
22760           !> t/lib/b.t t/op/misc.t util.c
22761 ____________________________________________________________________________
22762 [  7549] By: jhi                                   on 2000/11/04  23:14:01
22763         Log: Fix for
22764              
22765              Subject: [ID 20001004.006] undef is never tainted
22766              From: pimlott@idiomtech.com (Andrew Pimlott)
22767              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
22768              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
22769              
22770              An undef read from a slurped file was not tainted.
22771      Branch: perl
22772            ! pp_hot.c t/op/taint.t
22773 ____________________________________________________________________________
22774 [  7548] By: jhi                                   on 2000/11/04  22:56:21
22775         Log: Test tweak ($Config{useperlio} is by default undef) .
22776      Branch: perl
22777            ! t/lib/b.t
22778 ____________________________________________________________________________
22779 [  7547] By: jhi                                   on 2000/11/04  22:43:56
22780         Log: Integrate perlio.
22781      Branch: perl
22782           +> lib/perlio.pm
22783           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
22784           !> pod/perlapi.pod t/lib/b.t
22785 ____________________________________________________________________________
22786 [  7546] By: jhi                                   on 2000/11/04  22:40:59
22787         Log: Configure would use a bad $myuname from an old config.sh.
22788              
22789              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
22790              From: Andy Dougherty <doughera@lafayette.edu>
22791              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
22792              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
22793      Branch: metaconfig
22794            ! U/modified/Oldconfig.U
22795      Branch: perl
22796            ! Configure config_h.SH
22797 ____________________________________________________________________________
22798 [  7545] By: jhi                                   on 2000/11/04  22:36:54
22799         Log: Subject: Locales support (setlocale) fixes
22800              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22801              Date: Sat, 4 Nov 2000 10:15:48 +0300 
22802              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
22803              
22804              Modified quite a bit to be more portable.
22805      Branch: perl
22806            ! embed.h embed.pl perl.h proto.h util.c
22807 ____________________________________________________________________________
22808 [  7544] By: jhi                                   on 2000/11/04  22:32:47
22809         Log: Dying is too strict here, better just skip.
22810      Branch: perl
22811            ! t/op/misc.t
22812 ____________________________________________________________________________
22813 [  7543] By: nick                                  on 2000/11/04  21:55:13
22814         Log: Merge mainline
22815      Branch: perlio
22816           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22817           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
22818           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
22819           !> (integrate 64 files)
22820 ____________________________________________________________________________
22821 [  7542] By: jhi                                   on 2000/11/04  21:09:28
22822         Log: More Changes tweakery.
22823      Branch: perl
22824            ! Changes Porting/genlog
22825 ____________________________________________________________________________
22826 [  7541] By: jhi                                   on 2000/11/04  20:58:18
22827         Log: Changes fixups.
22828      Branch: perl
22829            ! Changes
22830 ____________________________________________________________________________
22831 [  7540] By: jhi                                   on 2000/11/04  20:42:38
22832         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
22833              create a "fast path" for locale name probing using "locale -a"
22834              if available, squash finally hopefully the s?printf resetting
22835              the numeric locale (since, IIUC perllocale, it never shouldn't). 
22836      Branch: perl
22837            ! sv.c t/op/misc.t t/pragma/locale.t
22838 ____________________________________________________________________________
22839 [  7539] By: nick                                  on 2000/11/04  19:56:10
22840         Log: PerlIO infrastructure complete.
22841      Branch: perlio
22842            + lib/perlio.pm
22843            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
22844 ____________________________________________________________________________
22845 [  7538] By: nick                                  on 2000/11/04  14:31:32
22846         Log: Type tweaks + less contorted allocation scheme
22847      Branch: perlio
22848            ! perlio.c
22849 ____________________________________________________________________________
22850 [  7537] By: nick                                  on 2000/11/04  12:40:42
22851         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
22852              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
22853              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
22854              sensible) which lead to some interesting fails.
22855      Branch: perlio
22856            ! perlio.c
22857 ____________________________________________________________________________
22858 [  7536] By: jhi                                   on 2000/11/04  00:20:02
22859         Log: Add FCNTL_CAN_LOCK.
22860              
22861              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
22862              From: Andy Dougherty <doughera@lafayette.edu>
22863              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
22864              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
22865              
22866              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
22867              From: Andy Dougherty <doughera@lafayette.edu>
22868              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
22869              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
22870      Branch: metaconfig/U/perl
22871            + d_fcntl_can_lock.U
22872            ! startperl.U
22873      Branch: perl
22874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22875            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
22876            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22877            ! vos/config.ga.h win32/config.bc win32/config.gc
22878            ! win32/config.vc
22879 ____________________________________________________________________________
22880 [  7535] By: nick                                  on 2000/11/03  22:19:10
22881         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
22882              - Works on Linux with
22883              perlio + unix
22884              stdio
22885              - Works on Solaris with
22886              perlio + unix
22887              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
22888              - Fails (hangs in openpid) if you try and stack
22889              perlio + stdio - Linux stdio's read() logic is hanging.
22890      Branch: perlio
22891            ! iperlsys.h perlio.c
22892 ____________________________________________________________________________
22893 [  7534] By: jhi                                   on 2000/11/03  15:16:02
22894         Log: Subject: Re: README.aix
22895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22896              Date: Fri, 03 Nov 2000 16:03:15 +0100
22897              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
22898      Branch: perl
22899            ! README.aix
22900 ____________________________________________________________________________
22901 [  7533] By: jhi                                   on 2000/11/03  03:59:02
22902         Log: Subject: [PATCH 5.7.0] better messages from malloc()
22903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22904              Date: Wed, 1 Nov 2000 23:39:56 -0500
22905              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
22906      Branch: perl
22907            ! malloc.c pod/perldiag.pod
22908 ____________________________________________________________________________
22909 [  7532] By: jhi                                   on 2000/11/03  00:11:56
22910         Log: The #7521 touched things it shouldn't have.
22911      Branch: perl
22912            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
22913 ____________________________________________________________________________
22914 [  7531] By: jhi                                   on 2000/11/02  22:32:33
22915         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
22916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22917              Date:     Thu, 2 Nov 2000 16:58:36 EST
22918              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
22919      Branch: perl
22920            ! vms/gen_shrfls.pl
22921 ____________________________________________________________________________
22922 [  7530] By: jhi                                   on 2000/11/02  22:08:49
22923         Log: Fix the problem discussed in
22924              
22925              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
22926              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
22927              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
22928              
22929              originally from Linc Madison.  Also Andreas König's comments
22930              taken into account.  Some other problems with Tie::SubstrHash
22931              fixed: didn't croak when the table exceeded the requested number
22932              of entries (as documented) but instead when the number of entries
22933              exceeded the size of the table, a croak() had an unnecessary \n,
22934              didn't have a CLEAR method, documented that there is no exists().
22935              Didn't fix to be strict-proof because the module uses &foo; and
22936              dynamic scope.  Added a test script exercizing both first tamely 
22937              the basic functionality, and then the failure cases reported by
22938              Linc Madison.
22939      Branch: perl
22940            + t/lib/tie-substrhash.t
22941            ! MANIFEST lib/Tie/SubstrHash.pm
22942 ____________________________________________________________________________
22943 [  7529] By: jhi                                   on 2000/11/02  17:58:08
22944         Log: recv() can fail and return undef.
22945              
22946              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
22947              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
22948              Date: Thu, 2 Nov 2000 20:12:20 +0300
22949              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
22950      Branch: perl
22951            ! lib/Net/Ping.pm
22952 ____________________________________________________________________________
22953 [  7528] By: jhi                                   on 2000/11/02  17:49:09
22954         Log: Detpyo.
22955      Branch: perl
22956            ! pod/perlop.pod
22957 ____________________________________________________________________________
22958 [  7527] By: jhi                                   on 2000/11/02  15:48:37
22959         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
22960              fix a autovivification bug in Tie::RefHash, add tests for both.
22961              
22962              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
22963              From: Edward Avis <epa98@doc.ic.ac.uk>
22964              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
22965              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
22966      Branch: perl
22967            + t/lib/tie-refhash.t
22968            ! MANIFEST lib/Tie/RefHash.pm
22969 ____________________________________________________________________________
22970 [  7526] By: jhi                                   on 2000/11/02  13:56:26
22971         Log: Test::Harness revealed buglets in the new DynaLoader.
22972              
22973              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
22974              From: andreas.koenig@anima.de (Andreas J. Koenig)
22975              Date: 02 Nov 2000 11:26:48 +0100 
22976              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
22977      Branch: perl
22978            ! ext/DynaLoader/DynaLoader_pm.PL
22979 ____________________________________________________________________________
22980 [  7525] By: jhi                                   on 2000/11/01  23:52:08
22981         Log: The entry for #7503 was missing.
22982      Branch: perl
22983            ! Changes
22984 ____________________________________________________________________________
22985 [  7524] By: jhi                                   on 2000/11/01  23:40:52
22986         Log: Update Changes.
22987      Branch: perl
22988            ! Changes patchlevel.h
22989 ____________________________________________________________________________
22990 [  7523] By: jhi                                   on 2000/11/01  22:57:09
22991         Log: More tweaking on the #7522 theme.
22992      Branch: perl
22993            ! ext/DynaLoader/DynaLoader_pm.PL
22994 ____________________________________________________________________________
22995 [  7522] By: jhi                                   on 2000/11/01  22:06:15
22996         Log: Expand %Config variables and %ENV variables only if
22997              so requested during build time using the
22998              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
22999              Not expanding makes relocating distributions easier.
23000      Branch: perl
23001            ! ext/DynaLoader/DynaLoader_pm.PL
23002 ____________________________________________________________________________
23003 [  7521] By: jhi                                   on 2000/11/01  20:56:34
23004         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
23005              and setgid() because they were just changing $< and $( which means
23006              only changing the real uid/gid, as opposed to changing both
23007              real and effective ids.  (The alternative way could have been
23008              in POSIX.pm to change $> and $), too, but making a direct call
23009              to the C API feels cleaner.)  Fixes the bug
23010              
23011              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
23012              From: "Garry T. Williams" <garry@zvolve.com>
23013              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
23014              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
23015      Branch: perl
23016            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23017            ! ext/POSIX/typemap pod/perlvar.pod
23018 ____________________________________________________________________________
23019 [  7520] By: jhi                                   on 2000/11/01  20:08:33
23020         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
23021              From: "Garry T. Williams" <garry@zvolve.com>
23022              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
23023              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
23024      Branch: perl
23025            ! pod/perlsec.pod
23026 ____________________________________________________________________________
23027 [  7519] By: jhi                                   on 2000/11/01  20:01:22
23028         Log: Locale warning explanation tweak.
23029      Branch: perl
23030            ! pod/perldiag.pod
23031 ____________________________________________________________________________
23032 [  7518] By: jhi                                   on 2000/11/01  18:57:13
23033         Log: C.pm part of
23034              
23035              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
23036              From: Jarkko Hietaniemi <jhi@iki.fi>
23037              Date: Tue, 10 Oct 2000 08:22:28 -0500
23038              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
23039      Branch: perl
23040            ! ext/B/B/C.pm
23041 ____________________________________________________________________________
23042 [  7517] By: jhi                                   on 2000/11/01  18:41:59
23043         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
23044              From: Martien Verbruggen <mgjv@comdyn.com.au>
23045              Date: Fri, 6 Oct 2000 14:09:10 +1100
23046              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
23047      Branch: perl
23048            ! pod/perlop.pod
23049 ____________________________________________________________________________
23050 [  7516] By: jhi                                   on 2000/11/01  18:34:55
23051         Log: Generalize the Camel wording.
23052              
23053              Subject: Re: perlfaq style changes
23054              From: John Borwick <jhborwic@unity.ncsu.edu>
23055              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
23056              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
23057      Branch: perl
23058            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
23059 ____________________________________________________________________________
23060 [  7515] By: jhi                                   on 2000/11/01  16:52:31
23061         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
23062              From: pimlott@idiomtech.com (Andrew Pimlott)
23063              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
23064              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
23065      Branch: perl
23066            ! pod/perlsec.pod
23067 ____________________________________________________________________________
23068 [  7514] By: jhi                                   on 2000/11/01  15:03:40
23069         Log: More AIX lore.
23070      Branch: perl
23071            ! ext/re/hints/aix.pl
23072 ____________________________________________________________________________
23073 [  7513] By: jhi                                   on 2000/11/01  14:48:30
23074         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
23075              From: root <root@chronos.fi.muni.cz>
23076              Date: Wed, 1 Nov 2000 12:31:32 +0100
23077              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
23078      Branch: perl
23079            ! lib/Net/Ping.pm
23080 ____________________________________________________________________________
23081 [  7512] By: jhi                                   on 2000/11/01  14:46:47
23082         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
23083              From: Martin Husemann <martin@duskware.de>
23084              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
23085              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
23086      Branch: perl
23087            ! regcomp.c
23088 ____________________________________________________________________________
23089 [  7511] By: jhi                                   on 2000/11/01  14:39:50
23090         Log: AUTHORS updates.
23091      Branch: perl
23092            ! AUTHORS
23093 ____________________________________________________________________________
23094 [  7510] By: jhi                                   on 2000/11/01  14:29:50
23095         Log: Subject: [PATCH] startperl to respect versiononly
23096              From: Robin Barker <rmb1@cise.npl.co.uk> 
23097              Date: Tue, 31 Oct 2000 16:29:36 GMT
23098              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
23099      Branch: metaconfig/U/perl
23100            ! startperl.U
23101      Branch: perl
23102            ! Configure config_h.SH
23103 ____________________________________________________________________________
23104 [  7509] By: jhi                                   on 2000/11/01  14:19:53
23105         Log: printf UVs the correct way, noticed by Robin Barker.
23106      Branch: perl
23107            ! utf8.c
23108 ____________________________________________________________________________
23109 [  7508] By: jhi                                   on 2000/11/01  14:10:03
23110         Log: Do not cleanup *% because the % has special meanings in some
23111              shell environments.
23112      Branch: perl
23113            ! ext/Storable/Makefile.PL
23114 ____________________________________________________________________________
23115 [  7507] By: jhi                                   on 2000/11/01  14:06:00
23116         Log: The NonStop-UX libraries have a novel way to say NaN.
23117      Branch: perl
23118            ! t/lib/bigfltpm.t
23119 ____________________________________________________________________________
23120 [  7506] By: jhi                                   on 2000/11/01  14:03:35
23121         Log: The osname has been lowercased by now, from Tom Bates.
23122      Branch: metaconfig
23123            ! U/modified/Oldconfig.U
23124      Branch: perl
23125            ! Configure config_h.SH
23126 ____________________________________________________________________________
23127 [  7505] By: jhi                                   on 2000/10/31  19:18:39
23128         Log: The compiler is either gcc or cc, from Tom Bates.
23129      Branch: perl
23130            ! hints/nonstopux.sh
23131 ____________________________________________________________________________
23132 [  7504] By: jhi                                   on 2000/10/31  14:53:42
23133         Log: Update Changes.
23134      Branch: perl
23135            ! Changes patchlevel.h
23136 ____________________________________________________________________________
23137 [  7503] By: jhi                                   on 2000/10/31  14:30:50
23138         Log: Whitespace style tweak.  Was originally going to see to
23139              
23140              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23141              From: Joe Smith <jms@inwap.com>
23142              Date: Mon, 30 Oct 2000 18:47:57 -0800
23143              Message-Id: <39FE32DD.24AAC4D@inwap.com>
23144              
23145              but that had already been taken care of.
23146      Branch: metaconfig
23147            ! U/compline/d_stdstdio.U
23148      Branch: perl
23149            ! Configure config_h.SH
23150 ____________________________________________________________________________
23151 [  7502] By: jhi                                   on 2000/10/31  14:25:02
23152         Log: AUTHORS tweaks.
23153      Branch: perl
23154            ! AUTHORS
23155 ____________________________________________________________________________
23156 [  7501] By: jhi                                   on 2000/10/31  14:23:59
23157         Log: Subject: perlfaq style changes
23158              From: John Borwick <jhborwic@unity.ncsu.edu>
23159              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
23160              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
23161      Branch: perl
23162            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23163            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23164            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23165            ! pod/perlfaq9.pod
23166 ____________________________________________________________________________
23167 [  7500] By: jhi                                   on 2000/10/31  14:22:15
23168         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
23169              
23170              Subject: Re: [ID 20000918.005] ~ on wide chars
23171              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23172              Date: Mon, 30 Oct 2000 21:09:55 -0800
23173              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
23174              
23175              (The ord() part of the patch skipped.)
23176      Branch: perl
23177            ! doop.c
23178 ____________________________________________________________________________
23179 [  7499] By: jhi                                   on 2000/10/31  14:20:08
23180         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
23181              From: Jens Hamisch <jens@Strawberry.COM>
23182              Date: Mon, 30 Oct 2000 15:17:07 +0100
23183              Message-Id: <20001030151707.A9597@Strawberry.COM>
23184      Branch: perl
23185            ! av.c
23186 ____________________________________________________________________________
23187 [  7498] By: jhi                                   on 2000/10/31  14:16:29
23188         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
23189              From: Peter Prymmer <pvhp@forte.com>
23190              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
23191              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
23192      Branch: perl
23193            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
23194            + ext/Encode/Encode/posix-bc.enc
23195            ! MANIFEST t/lib/encode.t
23196 ____________________________________________________________________________
23197 [  7497] By: jhi                                   on 2000/10/31  14:13:22
23198         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
23199              From: Peter Prymmer <pvhp@forte.com>
23200              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
23201              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
23202      Branch: perl
23203            ! t/lib/cgi-html.t
23204 ____________________________________________________________________________
23205 [  7496] By: jhi                                   on 2000/10/31  14:12:05
23206         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
23207              From: Peter Prymmer <pvhp@forte.com>
23208              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
23209              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
23210      Branch: perl
23211            ! t/lib/cgi-function.t
23212 ____________________________________________________________________________
23213 [  7495] By: jhi                                   on 2000/10/31  14:11:08
23214         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
23215              From: Peter Prymmer <pvhp@forte.com>
23216              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
23217              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
23218      Branch: perl
23219            + ext/re/hints/aix.pl
23220            ! MANIFEST ext/re/Makefile.PL
23221 ____________________________________________________________________________
23222 [  7494] By: jhi                                   on 2000/10/31  14:08:32
23223         Log: Use Errno magic.
23224              
23225              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
23226              From: Casey Tweten <perl@ctweten.amsite.com>
23227              Date: Mon, 30 Oct 2000 15:51:17 -0500
23228              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
23229      Branch: perl
23230            ! lib/File/Temp.pm
23231 ____________________________________________________________________________
23232 [  7493] By: jhi                                   on 2000/10/31  14:05:07
23233         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
23234              
23235              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
23236              From: Nicholas Clark <nick@ccl4.org>
23237              Date: Mon, 30 Oct 2000 17:38:45 +0000
23238              Message-ID: <20001030173845.O60355@plum.flirble.org>
23239      Branch: perl
23240            ! Makefile.SH utils/perlbug.PL
23241 ____________________________________________________________________________
23242 [  7492] By: nick                                  on 2000/10/30  19:37:23
23243         Log: Change files which are mysteriously different to mainline to be
23244              copies of mainline.
23245      Branch: perlio
23246            ! objXSUB.h perlapi.c pod/perlapi.pod
23247 ____________________________________________________________________________
23248 [  7491] By: nick                                  on 2000/10/30  18:05:54
23249         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
23250              - typo in endian code in putc.
23251              - Don't allow read of write-only files and vice-versa
23252              - and off-by-one in flush-all loop.
23253              Remove debug calls as they were using GCC specific features.
23254      Branch: perlio
23255            ! perlio.c
23256 ____________________________________________________________________________
23257 [  7490] By: nick                                  on 2000/10/29  21:45:45
23258         Log: Integrate mainline to perlio
23259      Branch: perlio
23260           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
23261           !> toke.c
23262 ____________________________________________________________________________
23263 [  7489] By: jhi                                   on 2000/10/29  21:11:08
23264         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
23265              From: andreas.koenig@anima.de (Andreas J. Koenig)
23266              Date: 29 Oct 2000 22:05:59 +0100
23267              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
23268      Branch: perl
23269            ! lib/ExtUtils/Manifest.pm
23270 ____________________________________________________________________________
23271 [  7488] By: jhi                                   on 2000/10/29  21:07:47
23272         Log: Tests for #7487.
23273              
23274              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
23275              From: andreas.koenig@anima.de (Andreas J. Koenig)
23276              Date: 29 Oct 2000 19:37:09 +0100
23277              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
23278      Branch: perl
23279            ! t/comp/proto.t
23280 ____________________________________________________________________________
23281 [  7487] By: jhi                                   on 2000/10/29  21:06:27
23282         Log: constsub spillage.
23283              
23284              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
23285              From: John Tobey <jtobey@john-edwin-tobey.org>
23286              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
23287              Message-Id: <m13pvSr-000FObC@feynman.localnet>
23288      Branch: perl
23289            ! op.c
23290 ____________________________________________________________________________
23291 [  7486] By: nick                                  on 2000/10/29  21:05:04
23292         Log: Integrate mainline to perlio branch
23293      Branch: perlio
23294           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
23295           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
23296           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
23297           +> vos/install_perl.cm
23298            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
23299            - vos/config.h vos/config_h.SH_orig
23300           !> (integrate 141 files)
23301 ____________________________________________________________________________
23302 [  7485] By: jhi                                   on 2000/10/29  21:00:47
23303         Log: Make \x{...} consistently produce UTF-8.
23304              
23305              Subject: Re: \x{...} is confused 
23306              From: Simon Cozens <simon@cozens.net>
23307              Date: Sun, 29 Oct 2000 19:36:48 +0000
23308              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
23309      Branch: perl
23310            ! t/pragma/utf8.t toke.c
23311 ____________________________________________________________________________
23312 [  7484] By: nick                                  on 2000/10/29  20:05:29
23313         Log: PerlIO passes all tests.
23314      Branch: perlio
23315            ! perlio.c
23316 ____________________________________________________________________________
23317 [  7483] By: jhi                                   on 2000/10/29  18:06:55
23318         Log: Update Changes.
23319      Branch: perl
23320            ! Changes patchlevel.h
23321 ____________________________________________________________________________
23322 [  7482] By: nick                                  on 2000/10/29  17:43:28
23323         Log: Include <unistd.h> to get correct lseek() prototype etc.
23324              (I thought perl.h did that) - down to two fails
23325              - comp/require.t (last test)
23326              - lib/io_xs.t - possibly import/export of FILE * ?
23327      Branch: perlio
23328            ! perlio.c
23329 ____________________________________________________________________________
23330 [  7481] By: jhi                                   on 2000/10/29  17:02:37
23331         Log: UTF-8 decoder tweak.
23332      Branch: perl
23333            ! utf8.c
23334 ____________________________________________________________________________
23335 [  7480] By: nick                                  on 2000/10/29  16:26:11
23336         Log: Fixed two bugs:
23337              - error code not being set on close (of broken pipe)
23338              - append mode was truncating.
23339              At least one seek/tell bug remains.
23340      Branch: perlio
23341            ! perlio.c
23342 ____________________________________________________________________________
23343 [  7479] By: nick                                  on 2000/10/29  11:18:16
23344         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
23345              in case of accidents. Still several worrying fails, no line disciplines yet.
23346      Branch: perlio
23347            ! iperlsys.h perlio.c
23348 ____________________________________________________________________________
23349 [  7478] By: jhi                                   on 2000/10/29  02:04:01
23350         Log: Add also emailless people.
23351      Branch: perl
23352            ! AUTHORS
23353 ____________________________________________________________________________
23354 [  7477] By: jhi                                   on 2000/10/29  01:36:00
23355         Log: The #7476 needs a MANIFEST change, too.
23356      Branch: perl
23357            ! MANIFEST
23358 ____________________________________________________________________________
23359 [  7476] By: jhi                                   on 2000/10/29  01:35:21
23360         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
23361      Branch: perl
23362            - MAINTAIN
23363            ! AUTHORS Changes
23364 ____________________________________________________________________________
23365 [  7475] By: jhi                                   on 2000/10/28  23:57:25
23366         Log: De-quoted-unreadable to ISO Latin 1.
23367              (There's one ISO-2022-JP name in Changes5.004.)
23368      Branch: perl
23369            ! Changes Changes5.6
23370 ____________________________________________________________________________
23371 [  7474] By: jhi                                   on 2000/10/28  19:13:06
23372         Log: Subject: [ID 20001027.007] uniq array in perlfaq
23373              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
23374              Date: Fri, 27 Oct 2000 19:28:30 +0200
23375              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
23376      Branch: perl
23377            ! pod/perlfaq4.pod
23378 ____________________________________________________________________________
23379 [  7473] By: jhi                                   on 2000/10/28  18:02:05
23380         Log: Locking null mutexes is not recommendable.
23381              
23382              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
23383              From: Hugo <hv@crypt.compulink.co.uk>
23384              Date: Sat, 28 Oct 2000 18:41:12 +0100
23385              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
23386      Branch: perl
23387            ! op.c
23388 ____________________________________________________________________________
23389 [  7472] By: jhi                                   on 2000/10/28  17:52:58
23390         Log: Better create a true mailing list for the repository keepers.
23391      Branch: perl
23392            ! Porting/repository.pod
23393 ____________________________________________________________________________
23394 [  7471] By: jhi                                   on 2000/10/28  17:28:24
23395         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
23396              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
23397      Branch: perl
23398            + Porting/repository.pod
23399            ! MANIFEST
23400 ____________________________________________________________________________
23401 [  7470] By: jhi                                   on 2000/10/28  17:20:54
23402         Log: Subject: DOC PATCH 5.6.0
23403              From: mjd@plover.com
23404              Date: 27 Oct 2000 17:32:44 -0000
23405              Message-ID: <20001027173244.23754.qmail@plover.com>
23406      Branch: perl
23407            ! pod/perlfunc.pod
23408 ____________________________________________________________________________
23409 [  7469] By: jhi                                   on 2000/10/28  17:16:45
23410         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
23411              From: "Peter J. Farley III" <pjfarley@banet.net>
23412              Date: Fri, 27 Oct 2000 20:32:56 -0400
23413              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
23414      Branch: perl
23415            ! README.dos
23416 ____________________________________________________________________________
23417 [  7468] By: jhi                                   on 2000/10/28  17:07:18
23418         Log: Make target reordering to avoid pointless re-makes.
23419              
23420              Subject: Re: Total re-make of 'make okfile' after 7451 ?
23421              From: Nicholas Clark <nick@ccl4.org>
23422              Date: Sat, 28 Oct 2000 00:31:02 +0100
23423              Message-ID: <20001028003101.A54517@plum.flirble.org>
23424      Branch: perl
23425            ! Makefile.SH
23426 ____________________________________________________________________________
23427 [  7467] By: jhi                                   on 2000/10/28  17:05:31
23428         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
23429              From: lvirden@cas.org
23430              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
23431              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
23432      Branch: perl
23433            ! README.os2
23434 ____________________________________________________________________________
23435 [  7466] By: jhi                                   on 2000/10/28  16:09:16
23436         Log: Upgrade to CPAN 1.58_55.
23437              
23438              Subject: CPAN.pm status
23439              From: andreas.koenig@anima.de (Andreas J. Koenig) 
23440              Date: 28 Oct 2000 08:18:00 +0200 
23441              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
23442      Branch: perl
23443            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23444 ____________________________________________________________________________
23445 [  7465] By: jhi                                   on 2000/10/28  16:02:47
23446         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
23447      Branch: perl
23448            ! embed.h embed.pl perl.h proto.h toke.c
23449 ____________________________________________________________________________
23450 [  7464] By: nick                                  on 2000/10/28  10:43:44
23451         Log: Fix for sv_2iv() on "shared" value from keys %hash.
23452      Branch: perl
23453            ! sv.c
23454 ____________________________________________________________________________
23455 [  7463] By: jhi                                   on 2000/10/27  16:18:29
23456         Log: Update Changes.
23457      Branch: perl
23458            ! Changes patchlevel.h
23459 ____________________________________________________________________________
23460 [  7462] By: jhi                                   on 2000/10/27  16:17:44
23461         Log: Too enthusiastic editing in #7460.
23462      Branch: metaconfig
23463            ! U/modified/Oldsym.U
23464      Branch: perl
23465            ! Configure config_h.SH
23466 ____________________________________________________________________________
23467 [  7461] By: jhi                                   on 2000/10/27  15:37:38
23468         Log: Retract #7459, the script needs more work.
23469      Branch: perl
23470            - mkreef
23471            ! MANIFEST
23472 ____________________________________________________________________________
23473 [  7460] By: jhi                                   on 2000/10/27  15:23:14
23474         Log: Use $sort, $uniq (and $tr) consistently as wondered
23475              by Nicholas Clark.
23476      Branch: metaconfig
23477            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
23478            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
23479            ! U/modified/libc.U
23480      Branch: perl
23481            ! Configure config_h.SH
23482 ____________________________________________________________________________
23483 [  7459] By: jhi                                   on 2000/10/27  15:02:07
23484         Log: (Retracted by #7461)
23485              
23486              Add a shell script for creating/removing symbolic link farms,
23487              useful for keeping the source code read-only and doing the
23488              builds somewhere else.
23489      Branch: perl
23490            + mkreef
23491            ! MANIFEST
23492 ____________________________________________________________________________
23493 [  7458] By: jhi                                   on 2000/10/27  14:42:20
23494         Log: Do away with the fix_pl.
23495      Branch: perl
23496            - fix_pl
23497            ! MANIFEST Makefile.SH
23498 ____________________________________________________________________________
23499 [  7457] By: jhi                                   on 2000/10/27  12:43:13
23500         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
23501              From: Jens Hamisch <jens@Strawberry.COM>
23502              Date: Fri, 27 Oct 2000 14:38:21 +0200
23503              Message-Id: <20001027143821.B3366@Strawberry.COM>
23504      Branch: perl
23505            ! perl.h
23506 ____________________________________________________________________________
23507 [  7456] By: jhi                                   on 2000/10/27  12:33:42
23508         Log: Subject: [PATCH] todo
23509              From: Nicholas Clark <nick@ccl4.org>
23510              Date: Thu, 26 Oct 2000 22:32:29 +0100
23511              Message-ID: <20001026223229.A44540@plum.flirble.org>
23512      Branch: perl
23513            ! pod/perltodo.pod
23514 ____________________________________________________________________________
23515 [  7455] By: jhi                                   on 2000/10/27  12:02:21
23516         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
23517              From: John Tobey <jtobey@john-edwin-tobey.org>
23518              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
23519              Message-Id: <m13ozHF-000FObC@feynman.localnet>
23520      Branch: perl
23521            ! op.c t/pragma/sub_lval.t
23522 ____________________________________________________________________________
23523 [  7454] By: jhi                                   on 2000/10/27  11:59:42
23524         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
23525              From: sthoenna@efn.org
23526              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
23527              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
23528      Branch: perl
23529            ! pp.c t/op/assignwarn.t
23530 ____________________________________________________________________________
23531 [  7453] By: jhi                                   on 2000/10/27  00:15:08
23532         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
23533      Branch: perl
23534            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23535            ! ext/Storable/Storable.xs t/lib/st-lock.t
23536 ____________________________________________________________________________
23537 [  7452] By: jhi                                   on 2000/10/26  13:05:52
23538         Log: Undo #7451, this seems to be a deficiency in Perforce,
23539              there is no per-file line-terminator type, only per-client.
23540      Branch: perl
23541            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
23542            ! win32/makefile.mk
23543 ____________________________________________________________________________
23544 [  7451] By: jhi                                   on 2000/10/26  04:56:03
23545         Log: Experimenting in DOS arcana.
23546      Branch: perl
23547            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
23548            ! win32/makefile.mk
23549 ____________________________________________________________________________
23550 [  7450] By: jhi                                   on 2000/10/26  04:50:52
23551         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
23552              From: "Peter J. Farley III" <pjfarley@banet.net>            
23553              Date: Wed, 25 Oct 2000 23:10:18 -0400
23554              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
23555      Branch: perl
23556            ! t/io/open.t
23557 ____________________________________________________________________________
23558 [  7449] By: jhi                                   on 2000/10/26  04:49:16
23559         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
23560              From: Hugo <hv@crypt.compulink.co.uk>
23561              Date: Thu, 26 Oct 2000 01:55:17 +0100
23562              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
23563              
23564              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
23565      Branch: perl
23566            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
23567 ____________________________________________________________________________
23568 [  7448] By: jhi                                   on 2000/10/26  04:38:36
23569         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
23570              From: Peter Prymmer <pvhp@forte.com>
23571              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
23572              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
23573      Branch: perl
23574            ! configure.com
23575 ____________________________________________________________________________
23576 [  7447] By: jhi                                   on 2000/10/25  23:20:02
23577         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
23578              in platforms that strictly require all the symbols being present
23579              at link time.
23580      Branch: perl
23581            ! handy.h
23582 ____________________________________________________________________________
23583 [  7446] By: jhi                                   on 2000/10/25  21:55:57
23584         Log: Update Changes.
23585      Branch: perl
23586            ! Changes patchlevel.h
23587 ____________________________________________________________________________
23588 [  7445] By: jhi                                   on 2000/10/25  21:27:08
23589         Log: Integrate with vmsperl #7430 by Charles Bailey:
23590              
23591              Cleanup from prior patch (Charles Lane?):
23592              - improve handling of MFDs in Basename and Path
23593              - default to no xsubpp line # munging when building debug images
23594      Branch: perl
23595           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
23596 ____________________________________________________________________________
23597 [  7444] By: jhi                                   on 2000/10/25  21:03:50
23598         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
23599              From: John Peacock <JPeacock@UnivPress.com>
23600              Date: Thu, 18 May 2000 11:55:27 -0400
23601              Message-ID: <3924126F.A58BE57A@UnivPress.com>
23602      Branch: perl
23603            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
23604            ! t/op/write.t
23605 ____________________________________________________________________________
23606 [  7443] By: jhi                                   on 2000/10/25  20:43:10
23607         Log: Temporary stopgap for the self-tying issue: for now only
23608              array and hash self-ties are verboten.  The real fix, of
23609              course, would be to comprehensively test (and implement?)
23610              and debug (and document) self-ties.
23611      Branch: perl
23612            ! pod/perldiag.pod pp_sys.c t/op/tie.t
23613 ____________________________________________________________________________
23614 [  7442] By: jhi                                   on 2000/10/25  20:14:30
23615         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
23616              From: Dan Sugalski <dan@sidhe.org>
23617              Date: Wed, 25 Oct 2000 13:36:35 -0400
23618              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
23619              
23620              plus regen global.sym.
23621      Branch: perl
23622            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
23623            ! thrdvar.h util.c
23624 ____________________________________________________________________________
23625 [  7441] By: jhi                                   on 2000/10/25  20:12:20
23626         Log: buildtoc target tweaks.
23627      Branch: perl
23628            ! pod/Makefile.SH
23629 ____________________________________________________________________________
23630 [  7440] By: jhi                                   on 2000/10/25  20:03:53
23631         Log: A new version of making the syslog test more robust.
23632              (Replaces #7421.)
23633              
23634              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23635              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23636              Date: Wed, 25 Oct 2000 12:13:54 -0400
23637              Message-ID: <20001025121354.B2264@O2.chapin.edu>
23638      Branch: perl
23639            ! t/lib/syslog.t
23640 ____________________________________________________________________________
23641 [  7439] By: jhi                                   on 2000/10/25  20:00:48
23642         Log: Continue the internal UTF-8 API tweaking.
23643              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
23644              used much more than the simpler API, now called utf8_to_uv_simple().
23645              Still not quite happy with API, too much partial duplication
23646              of functionality.
23647      Branch: perl
23648            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
23649            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
23650            ! regcomp.c regexec.c sv.c toke.c utf8.c
23651 ____________________________________________________________________________
23652 [  7438] By: jhi                                   on 2000/10/25  18:52:30
23653         Log: Allow poking holes at the UTF-8 decoding strictness.
23654      Branch: perl
23655            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
23656            ! utf8.h
23657 ____________________________________________________________________________
23658 [  7437] By: jhi                                   on 2000/10/25  13:53:05
23659         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
23660              UTF8LEN() and UTF8SKIP(). 
23661      Branch: perl
23662            ! pp.c utf8.c utf8.h
23663 ____________________________________________________________________________
23664 [  7436] By: jhi                                   on 2000/10/25  13:51:37
23665         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
23666              From: Nicholas Clark <nick@ccl4.org>
23667              Date: Wed, 25 Oct 2000 14:44:05 +0100
23668              Message-ID: <20001025144404.D27253@plum.flirble.org>
23669      Branch: perl
23670            ! pod/perlrun.pod
23671 ____________________________________________________________________________
23672 [  7435] By: jhi                                   on 2000/10/25  13:49:32
23673         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
23674              From: Mike Guy <mjtg@cam.ac.uk>
23675              Date: Tue, 24 Oct 2000 14:59:40 +0100
23676              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
23677      Branch: perl
23678            ! scope.c
23679 ____________________________________________________________________________
23680 [  7434] By: jhi                                   on 2000/10/25  13:48:41
23681         Log: AIX is picky about its symbol exports.  Solution for now
23682              is to include the deb.o explicitly to the re extension build.
23683              
23684              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
23685              From: Peter Prymmer <pvhp@forte.com>
23686              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
23687              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
23688      Branch: perl
23689            ! ext/re/Makefile.PL hints/aix.sh
23690 ____________________________________________________________________________
23691 [  7433] By: jhi                                   on 2000/10/25  13:46:49
23692         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
23693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23694              Date: Wed, 25 Oct 2000 12:02:20 +0200
23695              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
23696      Branch: perl
23697            ! perlsdio.h
23698 ____________________________________________________________________________
23699 [  7432] By: jhi                                   on 2000/10/25  13:44:28
23700         Log: Subject: Minor update to find2perl, for portability
23701              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23702              Date: Wed, 25 Oct 2000 12:05:47 +0100
23703              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
23704      Branch: perl
23705            ! x2p/find2perl.PL
23706 ____________________________________________________________________________
23707 [  7431] By: jhi                                   on 2000/10/25  13:40:39
23708         Log: Add targets to Makefile.SH, most importantly
23709              'regen_all' which also remembers to update vms/perly*.
23710      Branch: perl
23711            ! Makefile.SH
23712 ____________________________________________________________________________
23713 [  7430] By: bailey                                on 2000/10/25  03:13:53
23714         Log: Cleanup from prior patch (Charles Lane?):
23715              - improve handling of MFDs in Basename and Path
23716              - default to no xsubpp line # munging when building debug images
23717      Branch: vmsperl
23718            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
23719 ____________________________________________________________________________
23720 [  7429] By: jhi                                   on 2000/10/24  20:03:40
23721         Log: Podify README.epoc and README.vos.
23722      Branch: perl
23723            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
23724            ! pod/perlport.pod pod/perltoc.pod
23725 ____________________________________________________________________________
23726 [  7428] By: jhi                                   on 2000/10/24  19:10:33
23727         Log: Stratus VOS updates from Paul Green.
23728      Branch: perl
23729            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23730            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
23731            - vos/config.def vos/config.h vos/config_h.SH_orig
23732            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
23733            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
23734 ____________________________________________________________________________
23735 [  7427] By: jhi                                   on 2000/10/24  18:59:48
23736         Log: Check if stdio supports tweaking lval and cnt simultaneously.
23737              
23738              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23739              From: Nicholas Clark <nick@ccl4.org>
23740              Date: Mon, 23 Oct 2000 15:39:32 +0100
23741              Message-ID: <20001023153932.A10786@plum.flirble.org>
23742      Branch: metaconfig
23743            ! U/compline/d_stdstdio.U
23744      Branch: perl
23745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23746            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
23747            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
23748            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
23749            ! vos/config.h vos/config_h.SH_orig win32/config.bc
23750            ! win32/config.gc win32/config.vc
23751 ____________________________________________________________________________
23752 [  7426] By: jhi                                   on 2000/10/24  17:57:44
23753         Log: Missed the header file changes from #7425.
23754      Branch: perl
23755            ! embed.h embed.pl objXSUB.h proto.h
23756 ____________________________________________________________________________
23757 [  7425] By: jhi                                   on 2000/10/24  17:55:17
23758         Log: Fix the bug reported in
23759              
23760              From: andreas.koenig@anima.de (Andreas J. Koenig)
23761              Subject: Encode bug?
23762              Date: 24 Oct 2000 14:01:26 +0200 
23763              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
23764              
23765              Also make is_utf8_char() stricter.
23766      Branch: perl
23767            ! ext/Encode/Encode.xs utf8.c
23768 ____________________________________________________________________________
23769 [  7424] By: jhi                                   on 2000/10/24  15:15:39
23770         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
23771              From: Peter Scott <Peter@PSDT.com>
23772              Date: Mon, 23 Oct 2000 19:46:01 -0700
23773              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
23774      Branch: perl
23775            ! pod/perlfaq5.pod
23776 ____________________________________________________________________________
23777 [  7423] By: jhi                                   on 2000/10/24  14:25:30
23778         Log: Test tweak to avoid pulling in the whole Config.
23779      Branch: perl
23780            ! t/lib/st-lock.t
23781 ____________________________________________________________________________
23782 [  7422] By: jhi                                   on 2000/10/24  14:03:16
23783         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
23784      Branch: perl
23785            ! pp.c
23786 ____________________________________________________________________________
23787 [  7421] By: jhi                                   on 2000/10/24  13:32:09
23788         Log: (Replaced by #7440.)
23789              
23790              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23791              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23792              Date: Mon, 23 Oct 2000 16:40:54 -0400
23793              Message-ID: <20001023164054.B14491@O2.chapin.edu>
23794      Branch: perl
23795            ! t/lib/syslog.t
23796 ____________________________________________________________________________
23797 [  7420] By: jhi                                   on 2000/10/24  13:30:53
23798         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
23799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23800              Date: Mon, 23 Oct 2000 17:29:03 -0400
23801              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
23802      Branch: perl
23803            ! lib/ExtUtils/MM_Unix.pm
23804 ____________________________________________________________________________
23805 [  7419] By: jhi                                   on 2000/10/24  13:29:57
23806         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
23807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23808              Date: Mon, 23 Oct 2000 19:01:32 -0400
23809              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
23810      Branch: perl
23811            ! utils/h2xs.PL
23812 ____________________________________________________________________________
23813 [  7418] By: jhi                                   on 2000/10/24  13:26:04
23814         Log: Replace #7409 with
23815              
23816              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
23817              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
23818              Date: Mon, 23 Oct 2000 20:08:56 +0200
23819              Message-ID: <20001023200855.A14850@nice.ram.loc>
23820      Branch: perl
23821            ! ext/Storable/Storable.pm t/lib/st-lock.t
23822 ____________________________________________________________________________
23823 [  7417] By: jhi                                   on 2000/10/24  13:17:52
23824         Log: Run vms/vms_yfix.pl, should have done that after changing
23825              perly.c in #7382.
23826      Branch: perl
23827            ! vms/perly_c.vms vms/perly_h.vms
23828 ____________________________________________________________________________
23829 [  7416] By: jhi                                   on 2000/10/24  02:55:33
23830         Log: Make the UTF-8 decoding stricter and more verbose when
23831              malformation happens.  This involved adding an argument
23832              to utf8_to_uv_chk(), which involved changing its prototype,
23833              and prefer STRLEN over I32 for the UTF-8 length, which as
23834              a domino effect necessitated changing the prototypes of
23835              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
23836              The stricter UTF-8 decoding checking uses Markus Kuhn's
23837              UTF-8 Decode Stress Tester from
23838              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
23839      Branch: perl
23840            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
23841            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
23842            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
23843            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
23844 ____________________________________________________________________________
23845 [  7415] By: jhi                                   on 2000/10/23  14:06:06
23846         Log: Update Changes.
23847      Branch: perl
23848            ! Changes patchlevel.h
23849 ____________________________________________________________________________
23850 [  7414] By: jhi                                   on 2000/10/23  12:39:52
23851         Log: Undo the basename() part of #7412 since the lib/basename
23852              tests would need upgrading too.
23853      Branch: perl
23854            ! lib/File/Basename.pm
23855 ____________________________________________________________________________
23856 [  7413] By: jhi                                   on 2000/10/23  12:19:27
23857         Log: Document PERL_INSTALL_ROOT of #7210.
23858      Branch: perl
23859            ! lib/ExtUtils/Install.pm
23860 ____________________________________________________________________________
23861 [  7412] By: jhi                                   on 2000/10/23  12:16:47
23862         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
23863      Branch: perl
23864            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
23865            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
23866 ____________________________________________________________________________
23867 [  7411] By: jhi                                   on 2000/10/23  12:07:41
23868         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
23869              From: Prymmer/Kahn <pvhp@best.com>
23870              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
23871              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
23872      Branch: perl
23873            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
23874 ____________________________________________________________________________
23875 [  7410] By: jhi                                   on 2000/10/23  04:10:11
23876         Log: The change #7187 was not so good on VMS.
23877              
23878              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
23879              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23880              Date: Sun, 22 Oct 2000 23:03:08 -0500
23881              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
23882      Branch: perl
23883            ! utils/perldoc.PL
23884 ____________________________________________________________________________
23885 [  7409] By: jhi                                   on 2000/10/23  03:57:36
23886         Log: Avoid Storable locking on DJGPP for now.
23887              
23888              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
23889              From: "Peter J. Farley III" <pjfarley@banet.net>
23890              Date: Sun, 22 Oct 2000 20:00:00 -0400
23891              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
23892      Branch: perl
23893            ! ext/Storable/Storable.pm t/lib/st-lock.t
23894 ____________________________________________________________________________
23895 [  7408] By: jhi                                   on 2000/10/23  03:50:24
23896         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
23897              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23898              Date: Sun, 22 Oct 2000 21:12:22 -0400
23899              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
23900      Branch: perl
23901            ! lib/vars.pm
23902 ____________________________________________________________________________
23903 [  7407] By: jhi                                   on 2000/10/23  03:43:12
23904         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
23905              From: Hugo <hv@crypt.compulink.co.uk>
23906              Date: Mon, 23 Oct 2000 00:47:22 +0100
23907              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
23908      Branch: perl
23909            ! regexec.c t/op/pat.t
23910 ____________________________________________________________________________
23911 [  7406] By: jhi                                   on 2000/10/23  03:40:29
23912         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
23913      Branch: perl
23914            ! lib/ExtUtils/MakeMaker.pm
23915 ____________________________________________________________________________
23916 [  7405] By: jhi                                   on 2000/10/22  21:32:00
23917         Log: Doc patch.
23918              
23919              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
23920              From: rspier@pobox.com (Robert Spier)
23921              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
23922              Message-ID: <14835.16112.13457.447971@rls.cx>
23923      Branch: perl
23924            ! lib/strict.pm
23925 ____________________________________________________________________________
23926 [  7404] By: jhi                                   on 2000/10/22  21:30:51
23927         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
23928              From: rspier@pobox.com (Robert Spier)
23929              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
23930              Message-ID: <14835.17223.72448.705566@rls.cx>
23931      Branch: perl
23932            ! lib/ExtUtils/MakeMaker.pm
23933 ____________________________________________________________________________
23934 [  7403] By: jhi                                   on 2000/10/22  21:24:11
23935         Log: Subject: [PATCH bleadperl] ripples from constsub patch
23936              From: John Tobey <jtobey@john-edwin-tobey.org>
23937              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
23938              Message-Id: <m13nSOB-000FObC@feynman.localnet>
23939      Branch: perl
23940            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
23941 ____________________________________________________________________________
23942 [  7402] By: jhi                                   on 2000/10/22  20:59:35
23943         Log: Support s?printf parameter reordering.
23944      Branch: perl
23945            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
23946 ____________________________________________________________________________
23947 [  7401] By: jhi                                   on 2000/10/22  19:19:14
23948         Log: Expand %Config variables only if explicitly so requested
23949              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
23950              
23951              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23952              From: Gurusamy Sarathy <gsar@ActiveState.com>
23953              Date: Sun, 22 Oct 2000 11:47:32 -0700
23954              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
23955      Branch: perl
23956            ! Makefile.SH lib/lib_pm.PL
23957 ____________________________________________________________________________
23958 [  7400] By: jhi                                   on 2000/10/22  18:24:10
23959         Log: Move the #7390 test from warn/op to comp/redef.
23960              
23961              Subject: Re: Creating const subs for constants.
23962              From: John Tobey <jtobey@john-edwin-tobey.org>
23963              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
23964              Message-Id: <m13nG72-000FObC@feynman.localnet>               
23965      Branch: perl
23966            ! t/comp/redef.t t/pragma/warn/op
23967 ____________________________________________________________________________
23968 [  7399] By: jhi                                   on 2000/10/22  17:49:59
23969         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23970              From: Nicholas Clark <nick@ccl4.org>
23971              Date: Sat, 21 Oct 2000 22:23:19 +0100
23972              Message-ID: <20001021222319.B45586@plum.flirble.org>
23973      Branch: perl
23974            ! ext/DynaLoader/DynaLoader_pm.PL
23975 ____________________________________________________________________________
23976 [  7398] By: jhi                                   on 2000/10/22  17:47:35
23977         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
23978              From: Hugo <hv@crypt.compulink.co.uk>
23979              Date: Sat, 21 Oct 2000 18:19:59 +0100
23980              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
23981      Branch: perl
23982            ! ext/B/B.pm ext/B/B/C.pm
23983 ____________________________________________________________________________
23984 [  7397] By: jhi                                   on 2000/10/22  17:35:18
23985         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
23986              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23987              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
23988              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
23989      Branch: perl
23990            ! hints/openbsd.sh
23991 ____________________________________________________________________________
23992 [  7396] By: jhi                                   on 2000/10/22  17:19:46
23993         Log: Subject: installman go-faster stripes
23994              From: Nicholas Clark <nick@talking.bollo.cx>
23995              Date: Sat, 21 Oct 2000 17:24:53 +0100
23996              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
23997              
23998              Subject: Re: installman go-faster stripes
23999              From: Russ Allbery <rra@stanford.edu>
24000              Date: 21 Oct 2000 11:04:13 -0700
24001              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
24002      Branch: perl
24003            ! installman pod/pod2man.PL
24004 ____________________________________________________________________________
24005 [  7395] By: jhi                                   on 2000/10/22  17:17:35
24006         Log: Hints tweak from Anton Berezin.
24007      Branch: perl
24008            ! hints/freebsd.sh
24009 ____________________________________________________________________________
24010 [  7394] By: jhi                                   on 2000/10/22  04:50:04
24011         Log: Tweak the Is* definitions of Unicode character classes
24012              to better match the official categorizations; embrace
24013              the official categorizations; add the combining marks
24014              as alpha (and -numeric); fix DCinital (a typo and edito)
24015              to be DCmedial.
24016      Branch: perl
24017            + lib/unicode/Is/DCmedial.pl
24018            - lib/unicode/Is/DCinital.pl
24019            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24020            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
24021            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
24022            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24023 ____________________________________________________________________________
24024 [  7393] By: jhi                                   on 2000/10/21  18:06:05
24025         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
24026              From: Daniel Chetlin <daniel@chetlin.com>
24027              Date: Sat, 21 Oct 2000 02:57:03 -0700
24028              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
24029      Branch: perl
24030            + t/lib/tie-splice.t
24031            ! MANIFEST lib/Tie/Array.pm
24032 ____________________________________________________________________________
24033 [  7392] By: gsar                                  on 2000/10/21  18:05:15
24034         Log: resync utfperl branch with mainline
24035      Branch: utfperl
24036           !> (integrate 1760 files)
24037 ____________________________________________________________________________
24038 [  7391] By: jhi                                   on 2000/10/21  14:37:49
24039         Log: Testcases for a #7383,#7385 related bug.
24040              
24041              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
24042              From: Nicholas Clark <nick@ccl4.org>
24043              Date: Sat, 21 Oct 2000 15:04:51 +0100
24044              Message-ID: <20001021150451.A51566@plum.flirble.org>
24045      Branch: perl
24046            ! t/pragma/utf8.t
24047 ____________________________________________________________________________
24048 [  7390] By: jhi                                   on 2000/10/21  14:35:57
24049         Log: Add a testcase for #7389.
24050      Branch: perl
24051            ! t/pragma/warn/op
24052 ____________________________________________________________________________
24053 [  7389] By: jhi                                   on 2000/10/21  14:26:45
24054         Log: Subject: Re: Creating const subs for constants.
24055              From: John Tobey <jtobey@john-edwin-tobey.org>
24056              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
24057              Message-Id: <m13mo0N-000FObC@feynman.localnet>
24058      Branch: perl
24059            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
24060            ! proto.h sv.c
24061 ____________________________________________________________________________
24062 [  7388] By: nick                                  on 2000/10/21  11:44:23
24063         Log: Populate perlio branch
24064      Branch: perlio
24065           +> (branch 1760 files)
24066 ____________________________________________________________________________
24067 [  7387] By: nick                                  on 2000/10/21  10:52:05
24068         Log: Get branch back as replica of mainline via :
24069              p4 integrate -b utfperl
24070              p4 resolve -at ./...
24071      Branch: utfperl
24072           +> (branch 269 files)
24073            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
24074            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
24075            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
24076            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
24077            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
24078            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24079            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24080            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24081            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24082            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24083            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24084            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24085            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24086            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24087            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24088            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24089            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24090            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24091            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
24092            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
24093            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
24094            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
24095            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
24096            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
24097            - lib/unicode/UCD300.html lib/unicode/Unicode.300
24098            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
24099            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
24100            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
24101            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
24102           !> (integrate 965 files)
24103 ____________________________________________________________________________
24104 [  7386] By: jhi                                   on 2000/10/21  01:31:12
24105         Log: Update Changes.
24106      Branch: perl
24107            ! Changes patchlevel.h
24108 ____________________________________________________________________________
24109 [  7385] By: jhi                                   on 2000/10/21  01:28:42
24110         Log: The #7383 was right only in the context of the original bug report,
24111              not in more general case.
24112      Branch: perl
24113            ! pp_hot.c
24114 ____________________________________________________________________________
24115 [  7384] By: jhi                                   on 2000/10/21  01:08:23
24116         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
24117      Branch: perl
24118            ! ext/IO/lib/IO/Select.pm
24119 ____________________________________________________________________________
24120 [  7383] By: jhi                                   on 2000/10/21  00:44:18
24121         Log: Fix for ID 20001020.006, concatenating an unset submatch
24122              with utf8 resulted in "Modification of a read-only value".
24123      Branch: perl
24124            ! pp_hot.c t/pragma/utf8.t
24125 ____________________________________________________________________________
24126 [  7382] By: jhi                                   on 2000/10/20  20:44:31
24127         Log: Make scan_num() reëntrant, as suggested in
24128              
24129              Subject: [PATCH perl@7229] Rentrant parser and yylex()
24130              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24131              Date: Fri, 20 Oct 2000 14:17:27 +0100
24132              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
24133      Branch: perl
24134            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
24135            ! toke.c
24136 ____________________________________________________________________________
24137 [  7381] By: jhi                                   on 2000/10/20  20:07:29
24138         Log: Reëntrancy fix.
24139              
24140              Subject: [PATCH perl@7229] Rentrant parser and yylex()
24141              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24142              Date: Fri, 20 Oct 2000 14:17:27 +0100
24143              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
24144      Branch: perl
24145            ! embed.h embed.pl perl.h proto.h toke.c
24146 ____________________________________________________________________________
24147 [  7380] By: jhi                                   on 2000/10/20  19:15:54
24148         Log: Don't write double values through long double pointers,
24149              based on a part of
24150              
24151              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
24152              From: Jens Hamisch <jens@Strawberry.COM>
24153              Date: Tue, 17 Oct 2000 08:39:36 +0200
24154              Message-Id: <20001017083936.A11104@Strawberry.COM>
24155      Branch: perl
24156            ! perl.h pp.c
24157 ____________________________________________________________________________
24158 [  7379] By: jhi                                   on 2000/10/20  18:43:37
24159         Log: Portability tweak on #7377.
24160              
24161              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
24162              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24163              Date:     Fri, 20 Oct 2000 13:13:41 EDT
24164              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
24165      Branch: perl
24166            ! t/lib/dprof.t
24167 ____________________________________________________________________________
24168 [  7378] By: jhi                                   on 2000/10/20  12:57:19
24169         Log: SOCKS function redefinitions need prototypes, too, otherwise
24170              for example 32 bit versus 64 bit differences cause a lot of
24171              problems.  Part of
24172              
24173              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
24174              From: Jens Hamisch <jens@Strawberry.COM>
24175              Date: Tue, 17 Oct 2000 08:39:36 +0200
24176              Message-Id: <20001017083936.A11104@Strawberry.COM>
24177      Branch: perl
24178            ! doio.c pp_sys.c
24179 ____________________________________________________________________________
24180 [  7377] By: jhi                                   on 2000/10/20  12:37:12
24181         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
24182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24183              Date:     Fri, 20 Oct 2000 08:26:04 EDT
24184              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
24185      Branch: perl
24186            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
24187 ____________________________________________________________________________
24188 [  7376] By: jhi                                   on 2000/10/20  12:35:31
24189         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
24190              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24191              Date:     Fri, 20 Oct 2000 07:48:15 EDT
24192              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
24193      Branch: perl
24194            ! configure.com vms/gen_shrfls.pl
24195 ____________________________________________________________________________
24196 [  7375] By: bailey                                on 2000/10/20  04:44:37
24197         Log: SYN SYN
24198      Branch: vmsperl
24199           +> (branch 134 files)
24200            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
24201            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
24202            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
24203            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
24204            - eg/cgi/frameset.cgi eg/cgi/index.html
24205            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24206            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24207            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24208            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24209            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24210            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24211            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24212            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24213            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24214            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24215            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24216            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24217            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24218            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
24219            - lib/unicode/Props.txt lib/unicode/UCD300.html
24220            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24221            - utils/perlbc.PL vms/subconfigure.com
24222           !> (integrate 785 files)
24223 ____________________________________________________________________________
24224 [  7374] By: jhi                                   on 2000/10/20  00:59:48
24225         Log: In the latest compiler builds cccdlflags must not become -fpic,
24226              from Wilfredo Sánchez.
24227      Branch: perl
24228            ! hints/darwin.sh
24229 ____________________________________________________________________________
24230 [  7373] By: jhi                                   on 2000/10/20  00:56:35
24231         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
24232              From: Tony Cook <tony@develop-help.com>
24233              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
24234              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
24235      Branch: perl
24236            ! pod/perlop.pod
24237 ____________________________________________________________________________
24238 [  7372] By: jhi                                   on 2000/10/19  19:34:40
24239         Log: Typo noted by Mark Lutz.
24240      Branch: perl
24241            ! t/op/64bitint.t
24242 ____________________________________________________________________________
24243 [  7371] By: jhi                                   on 2000/10/19  19:33:13
24244         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
24245      Branch: metaconfig
24246            ! U/modified/Cppsym.U U/modified/Oldconfig.U
24247      Branch: metaconfig/U/perl
24248            ! End.U dlsrc.U libperl.U
24249      Branch: perl
24250            + hints/nonstopux.sh
24251            ! Configure MANIFEST config_h.SH
24252 ____________________________________________________________________________
24253 [  7370] By: jhi                                   on 2000/10/19  17:18:08
24254         Log: Subject: PATCH do_print has 2 PerlIO_error()s
24255              From: nick@ccl4.org
24256              Date: Thu, 19 Oct 2000 18:09:20 +0100
24257              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
24258      Branch: perl
24259            ! doio.c
24260 ____________________________________________________________________________
24261 [  7369] By: jhi                                   on 2000/10/19  14:01:49
24262         Log: Update Changes.
24263      Branch: perl
24264            ! Changes patchlevel.h
24265 ____________________________________________________________________________
24266 [  7368] By: jhi                                   on 2000/10/19  13:04:29
24267         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
24268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24269              Date: Wed, 18 Oct 2000 13:12:01 +0200
24270              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
24271      Branch: perl
24272            ! hints/aix.sh
24273 ____________________________________________________________________________
24274 [  7367] By: jhi                                   on 2000/10/19  02:22:40
24275         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
24276              of a 'pmshort' anywhere in the B, so the offending line was simply
24277              removed.
24278      Branch: perl
24279            ! ext/B/B/Debug.pm
24280 ____________________________________________________________________________
24281 [  7366] By: jhi                                   on 2000/10/19  02:12:37
24282         Log: Add the test case for the bug id 20000730.004 which seems
24283              to have been fixed by now.
24284      Branch: perl
24285            ! t/pragma/utf8.t
24286 ____________________________________________________________________________
24287 [  7365] By: jhi                                   on 2000/10/18  23:36:24
24288         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
24289              From: Hugo <hv@crypt.compulink.co.uk>
24290              Date: Wed, 18 Oct 2000 23:25:58 +0100
24291              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
24292      Branch: perl
24293            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
24294 ____________________________________________________________________________
24295 [  7364] By: jhi                                   on 2000/10/18  21:12:53
24296         Log: (retracted)
24297      Branch: perl
24298            ! pp.c
24299 ____________________________________________________________________________
24300 [  7363] By: jhi                                   on 2000/10/18  20:55:38
24301         Log: Missing change from #7362.
24302      Branch: perl
24303            ! win32/perlhost.h
24304 ____________________________________________________________________________
24305 [  7362] By: jhi                                   on 2000/10/18  20:52:01
24306         Log: Borland C fstat() never saw the fd as writable.
24307              
24308              Subject: fix for Borland's weak "stat" (perl@7211)
24309              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24310              Date: Mon, 16 Oct 2000 09:55:03 +0400
24311              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
24312      Branch: perl
24313            ! win32/win32.c
24314 ____________________________________________________________________________
24315 [  7361] By: jhi                                   on 2000/10/18  17:43:50
24316         Log: Regen toc.
24317      Branch: perl
24318            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
24319 ____________________________________________________________________________
24320 [  7360] By: jhi                                   on 2000/10/18  17:07:44
24321         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24322              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
24323              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
24324              Date: Mon, 16 Oct 2000 15:19:49 +0200
24325      Branch: perl
24326            + README.aix
24327            ! MANIFEST
24328 ____________________________________________________________________________
24329 [  7359] By: jhi                                   on 2000/10/18  17:04:49
24330         Log: Subject: Pod patch for Devel::Peek
24331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24332              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
24333              Date: Mon, 16 Oct 2000 12:26:34 +0200
24334      Branch: perl
24335            ! ext/Devel/Peek/Peek.pm
24336 ____________________________________________________________________________
24337 [  7358] By: jhi                                   on 2000/10/18  17:03:15
24338         Log: Make Cwd more bulletproof in chrooted environments.
24339              
24340              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
24341              From: "Eric E. Coe" <Eric.Coe@oracle.com>
24342              Date: Wed, 18 Oct 2000 04:03:54 -0400
24343              Message-Id: <39ED596A.70E599FE@oracle.com>
24344      Branch: perl
24345            ! lib/Cwd.pm
24346 ____________________________________________________________________________
24347 [  7357] By: jhi                                   on 2000/10/18  16:37:26
24348         Log: Disable the UTF8 downgrade croakage for now to avoid
24349              too many not okay messages.
24350      Branch: perl
24351            ! doio.c
24352 ____________________________________________________________________________
24353 [  7356] By: jhi                                   on 2000/10/17  23:29:41
24354         Log: Show the failed remote port, instead of the failing line number.
24355              
24356              Subject: [PATCH 5.6.1 Debugger] More diagnostics
24357              From: David Sparks <daves@ActiveState.com>
24358              Date: Tue, 17 Oct 2000 15:00:24 -0700
24359              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
24360      Branch: perl
24361            ! lib/perl5db.pl
24362 ____________________________________________________________________________
24363 [  7355] By: jhi                                   on 2000/10/17  14:11:31
24364         Log: On output try to downgrade to bytes, croak if impossible,
24365              from Simon Cozens.  This means that outputting >255 UTF8
24366              is impossible.  Consider this as a strong incentive to get
24367              the I/O disciplines implemented.
24368      Branch: perl
24369            ! doio.c pod/perldiag.pod sv.c
24370 ____________________________________________________________________________
24371 [  7354] By: jhi                                   on 2000/10/17  13:42:23
24372         Log: Clarify documentation on 'use bytes'.
24373              
24374              Subject: Re: What does 'use bytes' "mean" ?
24375              From: Simon Cozens <simon@cozens.net>
24376              Date: Mon, 18 Sep 2000 18:24:25 +0100
24377              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
24378      Branch: perl
24379            ! lib/bytes.pm
24380 ____________________________________________________________________________
24381 [  7353] By: jhi                                   on 2000/10/17  13:28:12
24382         Log: Workaround for a sfio bug where the stream error indicator
24383              is not cleared as documented.
24384              
24385              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
24386              From: Nicholas Clark <nick@ccl4.org>
24387              Date: Mon, 16 Oct 2000 18:28:23 +0100
24388              Message-ID: <20001016182823.J19700@plum.flirble.org>
24389      Branch: perl
24390            ! doio.c
24391 ____________________________________________________________________________
24392 [  7352] By: jhi                                   on 2000/10/17  13:06:19
24393         Log: More IoTYPE sprinkling.
24394      Branch: perl
24395            ! doio.c pp_hot.c
24396 ____________________________________________________________________________
24397 [  7351] By: jhi                                   on 2000/10/16  22:47:07
24398         Log: Detect early whether the std streams have gone bad.
24399              
24400              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
24401              Date: Mon, 16 Oct 2000 23:28:42 +0100
24402              From: Nicholas Clark <nick@ccl4.org>
24403              Message-ID: <20001016232842.A37942@plum.flirble.org>
24404      Branch: perl
24405            ! t/op/misc.t
24406 ____________________________________________________________________________
24407 [  7350] By: jhi                                   on 2000/10/16  22:45:16
24408         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
24409              From: "Peter J. Farley III" <pjfarley@banet.net>
24410              Date: Mon, 16 Oct 2000 18:15:59 -0400
24411              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
24412      Branch: perl
24413            ! djgpp/djgpp.c dosish.h t/io/open.t
24414 ____________________________________________________________________________
24415 [  7349] By: jhi                                   on 2000/10/16  22:36:45
24416         Log: perldelta tweak.
24417      Branch: perl
24418            ! pod/perldelta.pod
24419 ____________________________________________________________________________
24420 [  7348] By: jhi                                   on 2000/10/16  15:17:53
24421         Log: Update Changes.
24422      Branch: perl
24423            ! Changes patchlevel.h
24424 ____________________________________________________________________________
24425 [  7347] By: jhi                                   on 2000/10/16  13:55:27
24426         Log: Add the capability to include/exclude branches.
24427      Branch: perl
24428            ! Porting/genlog
24429 ____________________________________________________________________________
24430 [  7346] By: jhi                                   on 2000/10/16  13:18:04
24431         Log: Add Charles Lane.
24432      Branch: perl
24433            ! AUTHORS Changes
24434 ____________________________________________________________________________
24435 [  7345] By: jhi                                   on 2000/10/16  13:13:21
24436         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
24437      Branch: perl
24438            ! pod/perldelta.pod
24439 ____________________________________________________________________________
24440 [  7344] By: gsar                                  on 2000/10/16  09:30:21
24441         Log: integrate change#6220 from cfgperl
24442              
24443              Win32 patches from Benjamin Stuhl.
24444      Branch: maint-5.6/perl
24445           !> makedef.pl win32/win32.h
24446 ____________________________________________________________________________
24447 [  7343] By: gsar                                  on 2000/10/16  08:32:19
24448         Log: integrate changes#6221,6222 from cfgperl
24449              
24450              Remove tr///CU (the feature is to be obsoleted by better interfaces).
24451              From: simon@brecon.co.uk (Simon Cozens)
24452              Subject: [PATCH] Eliminate tr///[CU][CU]
24453              Date: 23 Jun 2000 11:05:40 GMT
24454              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
24455              
24456              doc typo fix
24457              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
24458              From: Ian Phillipps <Ian.Phillipps@iname.com>
24459              Date: Fri, 23 Jun 2000 10:40:58 +0100
24460              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
24461      Branch: maint-5.6/perl
24462           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
24463 ____________________________________________________________________________
24464 [  7342] By: gsar                                  on 2000/10/16  08:28:08
24465         Log: integrate change#6217 from cfgperl (in part)
24466              
24467              Rename the fdpid locking and integrate with Sarathy.
24468      Branch: maint-5.6/perl
24469           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
24470           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
24471           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
24472           !> win32/win32.c
24473 ____________________________________________________________________________
24474 [  7341] By: gsar                                  on 2000/10/16  08:23:39
24475         Log: integrate changes#6214..6216 from mainline
24476              
24477              @_ can't have junk in it even in the non-USE_ITHREADS case because
24478              caller() wants to populate @DB::args with it (causes a coredump
24479              in Carp::confess())
24480              
24481              tweak comment about @DB::args
24482              
24483              be more optimal about clearing @_
24484      Branch: maint-5.6/perl
24485           !> av.h cop.h pp_ctl.c t/op/runlevel.t
24486 ____________________________________________________________________________
24487 [  7340] By: gsar                                  on 2000/10/16  08:20:37
24488         Log: integrate changes#6207..6210 from cfgperl
24489              
24490              Subject: [PATCH 5.6.0] Threadsafe patches
24491              From: Dan Sugalski <dan@sidhe.org>
24492              To: perl5-porters@perl.org
24493              Date: Mon, 08 May 2000 18:08:13 -0400
24494              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
24495              
24496              Regen headers for #6207.
24497              
24498              Lock PL_fdpid against race conditions, based on:
24499              Subject: [PATCH 5.6.0]subprocess fixup for threads
24500              From: Dan Sugalski <dan@sidhe.org>
24501              To: perl5-porters@perl.org
24502              Date: Tue, 11 Apr 2000 17:02:32 -0400
24503              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
24504              
24505              Mopup for #6207 and #6209.
24506      Branch: maint-5.6/perl
24507           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
24508           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
24509           !> win32/win32.c
24510 ____________________________________________________________________________
24511 [  7339] By: gsar                                  on 2000/10/16  08:14:34
24512         Log: integrate change#6203 from cfgperl
24513              
24514              perldiag should refer to perlos2.pod not README.os2
24515      Branch: maint-5.6/perl
24516           !> pod/perldiag.pod
24517 ____________________________________________________________________________
24518 [  7338] By: gsar                                  on 2000/10/16  08:11:42
24519         Log: integrate change#6201 from mainline
24520              
24521              Perl_eval_pv() leaks 4 bytes every time it is called because it
24522              does a PUSHMARK that's never ever POPMARKed; in general, only
24523              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
24524              Perl_eval_[sp]v() don't because they don't take any incoming
24525              arguments (this leak has been around since the original version
24526              of perl_eval_pv() in 5.003_97e)
24527      Branch: maint-5.6/perl
24528           !> perl.c
24529 ____________________________________________________________________________
24530 [  7337] By: gsar                                  on 2000/10/16  08:08:47
24531         Log: integrate changes#6197..6200 from cfgperl
24532              
24533              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
24534              From: John Borwick <jhborwic@unity.ncsu.edu>
24535              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
24536              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
24537              
24538              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
24539              From: Dan Sugalski <dan@sidhe.org>
24540              To: vmsperl@perl.org, perl5-porters@perl.org
24541              Date: Fri, 02 Jun 2000 16:00:41 -0400
24542              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
24543              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
24544              
24545              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
24546              From: Dan Sugalski <dan@sidhe.org>
24547              To: perl5-porters@perl.org, vmsperl@perl.org
24548              Date: Fri, 02 Jun 2000 17:30:51 -0400
24549              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
24550              
24551              Update to cperl-mode.el 4.31 from
24552              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
24553              Subject: A couple of notes
24554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24555              To: Mailing list Perl5 <perl5-porters@perl.org>
24556              Date: Sat, 3 Jun 2000 23:33:32 -0400
24557              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
24558      Branch: maint-5.6/perl
24559           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
24560           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
24561           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
24562           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
24563           !> vms/vmsish.h
24564 ____________________________________________________________________________
24565 [  7336] By: gsar                                  on 2000/10/16  08:03:46
24566         Log: integrate changes#6194,6195 from mainline
24567              
24568              fix small eval"" memory leaks under USE_ITHREADS
24569              
24570              fix yet another eval"" leak under USE_ITHREADS
24571      Branch: maint-5.6/perl
24572           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24573           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24574           !> vms/perly_c.vms
24575 ____________________________________________________________________________
24576 [  7335] By: gsar                                  on 2000/10/16  08:02:15
24577         Log: integrate changes#6190,6191 from mainline
24578              
24579              submit missing embed.pl change
24580              
24581              vec() loses numericalness (modified version of patch suggested
24582              by Robin Barker)
24583      Branch: maint-5.6/perl
24584           !> doop.c embed.pl t/op/vec.t
24585 ____________________________________________________________________________
24586 [  7334] By: gsar                                  on 2000/10/16  08:01:03
24587         Log: integrate change#6189 from mainline
24588              
24589              counting tr/// corrupts later operation (from M.J.T Guy)
24590      Branch: maint-5.6/perl
24591           !> doop.c t/op/tr.t
24592 ____________________________________________________________________________
24593 [  7333] By: gsar                                  on 2000/10/16  07:59:07
24594         Log: integrate changes#6183..6188 from mainline
24595              
24596              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
24597              <nick@ccl4.org>)
24598              
24599              tweak for change#6127
24600              
24601              remove incorrect documentation about implicit split to @_ in
24602              list context, which never really worked in perl 5 (from
24603              M.J.T. Guy)
24604              
24605              further qualify references to "alphanumeric" (from Wolfgang Laun
24606              <wolfgang.laun@alcatel.at>)
24607              
24608              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
24609              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24610              
24611              h2xs tweaks
24612      Branch: maint-5.6/perl
24613           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
24614           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
24615           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
24616           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
24617           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
24618           !> pod/pod2latex.PL utils/h2xs.PL
24619 ____________________________________________________________________________
24620 [  7332] By: gsar                                  on 2000/10/16  07:53:52
24621         Log: integrate change#6179 from mainline
24622              
24623              buggy modulus on UVs introduced by change#3378 (resulted in
24624              4063328477 % 65535 amounting to 27406, instead of 27407)
24625      Branch: maint-5.6/perl
24626           !> pp.c t/op/arith.t
24627 ____________________________________________________________________________
24628 [  7331] By: gsar                                  on 2000/10/16  07:52:49
24629         Log: integrate changes#6176,6177,6178,6182 from cfgperl
24630              
24631              Single-quoted utf8 patch from Simon Cozens.
24632              
24633              Substitution utf8 patch from Simon Cozens.
24634              
24635              Be cleaner.
24636              
24637              Be Cleaner Part Deux.
24638      Branch: maint-5.6/perl
24639           !> Makefile.SH pp_hot.c toke.c
24640 ____________________________________________________________________________
24641 [  7330] By: gsar                                  on 2000/10/16  07:41:36
24642         Log: integrate change#6172 from mainline
24643              
24644              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
24645              (from Ilya Zakharevich)
24646      Branch: maint-5.6/perl
24647           !> regexec.c t/op/re_tests
24648 ____________________________________________________________________________
24649 [  7329] By: gsar                                  on 2000/10/16  07:40:25
24650         Log: integrate change#6171 from mainline
24651              
24652              scalar() doesn't force scalar context when used in void context
24653              (from Simon Cozens)
24654      Branch: maint-5.6/perl
24655           !> op.c t/op/wantarray.t
24656 ____________________________________________________________________________
24657 [  7328] By: gsar                                  on 2000/10/16  07:39:33
24658         Log: integrate change#6170 from mainline
24659              
24660              change#6142 needs tweaks to tests to work where there's no
24661              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24662      Branch: maint-5.6/perl
24663           !> t/lib/filefind.t
24664 ____________________________________________________________________________
24665 [  7327] By: gsar                                  on 2000/10/16  07:35:34
24666         Log: integrate changes#6166..6168 from cfgperl
24667              
24668              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
24669              in case somebody wants to write an extension for more
24670              shadow database interfaces.
24671              
24672              tweak todo
24673              
24674              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
24675      Branch: maint-5.6/perl
24676           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24677           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
24678           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
24679           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24680           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24681           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24682 ____________________________________________________________________________
24683 [  7326] By: gsar                                  on 2000/10/16  07:29:05
24684         Log: integrate changes#6157,6159..6161,6164 from cfgperl
24685              
24686              Regen Configure to jive with #6149.
24687              
24688              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
24689              
24690              Changes for the File::Temp 0.08 (change #6159) test suite
24691              to fit better into the Perl distribution test framework.
24692              
24693              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
24694              both from Simon Cozens.
24695              
24696              detypo
24697      Branch: maint-5.6/perl
24698           +> pod/perlmodlib.PL pod/perlnewmod.pod
24699           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
24700           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
24701           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24702           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24703 ____________________________________________________________________________
24704 [  7325] By: gsar                                  on 2000/10/16  07:25:13
24705         Log: integrate change#6158 from vmsperl
24706              
24707              Add fallback to tmpfile for use in cases where user's relying on
24708              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
24709              Lane's patch)
24710      Branch: maint-5.6/perl
24711           !> vms/vms.c vms/vmsish.h
24712 ____________________________________________________________________________
24713 [  7324] By: gsar                                  on 2000/10/16  07:20:50
24714         Log: integrate changes#6153..6155 from mainline
24715              
24716              prettier Test::Harness output on failed tests (from Nicholas Clark
24717              <nick@Bagpuss.uk.boo.com>)
24718              
24719              avoid type mismatch warning
24720              
24721              small bug in change#6144; remove random \xA0 character that snuck
24722              in via change#6145
24723      Branch: maint-5.6/perl
24724           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
24725           !> perl.c
24726 ____________________________________________________________________________
24727 [  7323] By: gsar                                  on 2000/10/16  07:18:47
24728         Log: integrate changes#6151,6152 from mainline
24729              
24730              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
24731              
24732              cosmetic fixups of RE debug output (from Ilya Zakharevich)
24733      Branch: maint-5.6/perl
24734           !> regexec.c
24735 ____________________________________________________________________________
24736 [  7322] By: gsar                                  on 2000/10/16  07:17:25
24737         Log: integrate changes#6146..6150 from mainline
24738              
24739              doc typo
24740              
24741              add a make entry to Config.pm so "perl -V:make" works on VMS
24742              (from Peter Prymmer)
24743              
24744              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
24745              
24746              OS/2 tweaks for usethreads build (from Rocco Caputo
24747              <troc@netrus.net>)
24748              
24749              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
24750      Branch: maint-5.6/perl
24751           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
24752           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
24753           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
24754           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
24755           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
24756           !> warnings.pl x2p/a2p.h
24757 ____________________________________________________________________________
24758 [  7321] By: gsar                                  on 2000/10/16  07:14:02
24759         Log: integrate changes#6143..6145 from mainline
24760              
24761              MacOS support, part 1 (from Matthias Neeracher
24762              <neeri@iis.ee.ethz.ch>)
24763              
24764              MacOS support, part 2: make AutoSplit use File::Spec instead
24765              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
24766              <neeri@iis.ee.ethz.ch>)
24767              
24768              make xsubpp skip embedded pod (from Matthias Neeracher
24769              <neeri@iis.ee.ethz.ch>)
24770      Branch: maint-5.6/perl
24771           +> ext/DynaLoader/dl_mac.xs
24772           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
24773           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24774           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
24775           !> pp_ctl.c proto.h toke.c util.c util.h
24776 ____________________________________________________________________________
24777 [  7320] By: gsar                                  on 2000/10/16  07:12:13
24778         Log: integrate changes#6141,6142 from mainline
24779              
24780              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
24781              forwarded by Peter Seebach from the bsdi-users mailing list.
24782              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
24783              
24784              File::Find fails to chdir when chasing symlinks (from
24785              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24786      Branch: maint-5.6/perl
24787           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
24788 ____________________________________________________________________________
24789 [  7319] By: gsar                                  on 2000/10/16  07:04:30
24790         Log: integrate change#6139 from mainline
24791              
24792              revise mktables.PL for bugs and newness in Unicode 3.0
24793              (from James Bence <jbence@amgen.com>)
24794      Branch: maint-5.6/perl
24795           +> (branch 30 files)
24796           !> (integrate 49 files)
24797 ____________________________________________________________________________
24798 [  7318] By: gsar                                  on 2000/10/16  07:01:01
24799         Log: integrate changes#6137,6138 from mainline
24800              
24801              fix bogus redeclaration warning for "our" variables in different
24802              scopes
24803              
24804              add note about the handling of negative indices to tied arrays
24805              (from Michael G Schwern <schwern@pobox.com>)
24806      Branch: maint-5.6/perl
24807           !> op.c pod/perltie.pod t/pragma/strict-vars
24808 ____________________________________________________________________________
24809 [  7317] By: gsar                                  on 2000/10/16  06:58:46
24810         Log: integrate changes#6127..6136 from mainline
24811              
24812              call_method(...,G_EVAL) can longjmp() out if the method probing
24813              failed (from Gisle Aas)
24814              
24815              new perlxstut example for passing/returning refs to arrays
24816              (from David Lowe <dlowe@pootpoot.com>)
24817              
24818              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
24819              
24820              fix places that mean C<"word" character> but say C<alphanumeric
24821              character>
24822              
24823              avoid warnings in POSIX.pm (from Barrie Slaymaker)
24824              
24825              warnings::enabled() doesn't fall back to looking at $^W if
24826              caller isn't using lexical warnings (from Paul Marquess)
24827              
24828              elide bogus test in change#6132
24829              
24830              make Test::Harness use wait.h/WCOREDUMP if available
24831              (from Ben Tilly <ben_tilly@hotmail.com>)
24832              
24833              enable Test::Harness to dynamically determine column width etc.
24834              (from Rob Napier <rnapier@employees.org>)
24835              
24836              random pod typos (from Peter Scott <Peter@PSDT.com>)
24837      Branch: maint-5.6/perl
24838           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
24839           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
24840           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
24841           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
24842 ____________________________________________________________________________
24843 [  7316] By: gsar                                  on 2000/10/16  06:53:23
24844         Log: integrate change#6126 from mainline
24845              
24846              change#2879 broke rvalue autovivification of magicals such as
24847              ${$num} (reworked variant of patch suggested by Simon Cozens)
24848      Branch: maint-5.6/perl
24849           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
24850           !> pp_hot.c proto.h t/op/gv.t
24851 ____________________________________________________________________________
24852 [  7315] By: gsar                                  on 2000/10/16  06:51:38
24853         Log: integrate changes#6123,6125 from mainline
24854              
24855              clarify gotcha with #line directives (from Rocco Caputo
24856              <troc@netrus.net>)
24857              
24858              enable propagating exception objects via Perl_croak() in XS code
24859              (from Gisle Aas)
24860      Branch: maint-5.6/perl
24861           !> pod/perldebug.pod pod/perlsyn.pod util.c
24862 ____________________________________________________________________________
24863 [  7314] By: gsar                                  on 2000/10/16  06:49:28
24864         Log: integrate change#6122 from mainline
24865              
24866              downgrade fatal error on C<"foo@nosucharray.com"> to optional
24867              warning (from Mark-Jason Dominus)
24868      Branch: maint-5.6/perl
24869           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
24870           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
24871           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
24872           !> toke.c
24873 ____________________________________________________________________________
24874 [  7313] By: gsar                                  on 2000/10/16  06:46:54
24875         Log: integrate changes#6112..6121 from vmsperl
24876              
24877              Check for existence of file before trying to delete
24878              
24879              Ugly workaround for version-specific RTL error
24880              
24881              Urk -- undo previous removal of vmsish 'exit' change
24882              
24883              Add bounds checking for several strings (Charles Lane)
24884              
24885              Miscellaneous cosmetic fixes (Charles Lane)
24886              
24887              Treat sockets as special in sys(read|write) (Charles Lane et al.)
24888              
24889              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
24890              Flatten case labels in switch statements uniformly (Charles Bailey)
24891              
24892              Quiet error messages in vmsish.t (Charles Lane)
24893              
24894              Add missing escape (Charles Lane)
24895              
24896              Allow eliminate_macros() and fixpath() to handle space-delimited
24897              lists (based on fixes by Craig Berry)
24898      Branch: maint-5.6/perl
24899           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
24900           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
24901           !> vms/vmsish.h
24902 ____________________________________________________________________________
24903 [  7312] By: gsar                                  on 2000/10/16  06:41:18
24904         Log: integrate changes#6107,6110 from cfgperl
24905              
24906              Tweak the todo list.
24907              
24908              todo tweak
24909      Branch: maint-5.6/perl
24910           !> Todo-5.6
24911 ____________________________________________________________________________
24912 [  7311] By: gsar                                  on 2000/10/16  06:38:38
24913         Log: integrate changes#6104,6108 from mainline
24914              
24915              PL_sys_intern was being initialized too late on windows
24916              
24917              reenable fake signal handling on Windows, bugs and all
24918      Branch: maint-5.6/perl
24919           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
24920           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
24921           !> win32/win32.c
24922 ____________________________________________________________________________
24923 [  7310] By: gsar                                  on 2000/10/16  06:36:03
24924         Log: integrate changes#6095,6097..6103 from cfgperl
24925              
24926              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
24927              might be useful in future.
24928              
24929              Add a note about possible compilation problems from Allen Smith.
24930              
24931              Add a note about other, yet unsupported, shadow password APIs.
24932              
24933              Tweaks for the cc bugs from Allen Smith.
24934              
24935              More compilation tweakery from Allen Smith.
24936              
24937              Hints and test tweaks for Unicos.
24938              
24939              The test suite tweak in #6101 wasn't quite right.
24940              
24941              Test tweaking for Unicos continues.
24942      Branch: maint-5.6/perl
24943           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24944           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
24945           !> t/lib/complex.t t/op/64bitint.t
24946 ____________________________________________________________________________
24947 [  7309] By: gsar                                  on 2000/10/16  06:29:41
24948         Log: integrate changes#6093,6094 from mainline
24949              
24950              fork() failure to create pseudo process sets errno=EAGAIN and returns
24951              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
24952              
24953              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
24954      Branch: maint-5.6/perl
24955           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24956           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
24957 ____________________________________________________________________________
24958 [  7308] By: gsar                                  on 2000/10/16  06:27:29
24959         Log: integrate change#6092 from cfgperl
24960              
24961              Regen perltoc with the fixed buildtoc.
24962      Branch: maint-5.6/perl
24963           !> pod/perltoc.pod
24964 ____________________________________________________________________________
24965 [  7307] By: gsar                                  on 2000/10/16  06:26:40
24966         Log: integrate changes#6089,6090 from mainline
24967              
24968              buildtoc tweak to fix newline lossage
24969              
24970              concat doesn't preserve utf8-ness, and doesn't invalidate
24971              [NI]OK; added tests for both
24972      Branch: maint-5.6/perl
24973           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
24974 ____________________________________________________________________________
24975 [  7306] By: gsar                                  on 2000/10/16  06:24:05
24976         Log: integrate change#6088 from cfgperl
24977              
24978              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
24979              because we do not use those.  The HAS_GETSPNAM remains,
24980              though, because we still do use that.
24981      Branch: maint-5.6/perl
24982           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24983           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
24984           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
24985           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24986           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24987           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24988 ____________________________________________________________________________
24989 [  7305] By: gsar                                  on 2000/10/16  06:15:52
24990         Log: integrate changes#6084,6085,6087 from mainline
24991              
24992              substr() does not preserve utf8-ness (from Stefan Eissing
24993              <Eissing@medicaldataservice.de>); added tests
24994              
24995              repeat operator (x) doesn't preserve utf8-ness
24996              
24997              reverse() and quotemeta() weren't preserving utf8-ness; add tests
24998      Branch: maint-5.6/perl
24999           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
25000 ____________________________________________________________________________
25001 [  7304] By: gsar                                  on 2000/10/16  06:13:10
25002         Log: integrate changes#6077..6083 from mainline
25003              
25004              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
25005              and Tom Phoenix)
25006              
25007              workaround for CRT bug in chdir() (from Charles Lane, via
25008              Peter Prymmer)
25009              
25010              remove outdated kludge in Carp (NULLs are permitted in diagnostics
25011              now)
25012              
25013              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
25014              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25015              
25016              better default perlbug categories for ok reports (from Richard Foley)
25017              
25018              peek.t non-portable to ithreads
25019              
25020              note about undocumented caller() return value (from M.J.T. Guy);
25021              yet another peek.t tweak
25022      Branch: maint-5.6/perl
25023           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25024           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25025           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
25026           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
25027           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
25028           !> vms/vmsish.h
25029 ____________________________________________________________________________
25030 [  7303] By: gsar                                  on 2000/10/16  06:03:18
25031         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
25032              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
25033              
25034              &HUGE_VAL is not defined, it exists.
25035              
25036              Do not warn that an infinity does not look like a number.
25037              
25038              Rewrite the pwent/spent logic to be a little bit more clearer.
25039              
25040              Continue on the pwent/spent case.
25041              
25042              Correct Freudian slip.
25043              
25044              Use HUGE_VALL if applicable.
25045              
25046              pwent/spent #ifdef imbalance.
25047              
25048              Infinite problems.
25049              
25050              Call getspnam() only iff needd.
25051              
25052              Test both the scalar and list contexts.
25053              
25054              Use setxxent()/endxxent().
25055              
25056              Complex tweakery.
25057              
25058              Unicos hint tweak.
25059              
25060              Be more forgiving in POSIX about HUGE_VALL.
25061              
25062              Detypo.
25063              
25064              The search of infinity continues, this time simplified.
25065              
25066              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
25067              in natively 64-bit platforms where a long is a quad (no need
25068              for long longs).  Also added bias for IVs.
25069              
25070              Complex tweaks.
25071              
25072              Introduce t/lib/peek.t.
25073              
25074              Make the test more portable.
25075      Branch: maint-5.6/perl
25076           +> t/lib/peek.t
25077            ! pp_sys.c
25078           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
25079           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
25080           !> t/op/pwent.t toke.c util.c
25081 ____________________________________________________________________________
25082 [  7302] By: gsar                                  on 2000/10/16  05:03:37
25083         Log: integrate changes#6066..6071 from mainline
25084              
25085              s/END/CHECK/
25086              
25087              replace direct call to sighandler() with (*PL_sighandlerp)()
25088              
25089              note about values()
25090              
25091              File::Spec compatibility update (from Barrie Slaymaker
25092              <barries@slaysys.com>)
25093              
25094              remove misleading comment (from M.J.T. Guy)
25095              
25096              misformatted perllocal.pod (from Tim Jenness
25097              <t.jenness@jach.hawaii.edu>)
25098      Branch: maint-5.6/perl
25099           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25100           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25101           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
25102           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
25103 ____________________________________________________________________________
25104 [  7301] By: gsar                                  on 2000/10/16  05:00:08
25105         Log: integrate changes#6061..6063 from mainline
25106              
25107              change#5921 neglected to make eq honor "use bytes"
25108              
25109              additional tests for utf8.t
25110              
25111              tokeq() could read unallocated field in argument
25112      Branch: maint-5.6/perl
25113           !> sv.c t/pragma/utf8.t toke.c
25114 ____________________________________________________________________________
25115 [  7300] By: gsar                                  on 2000/10/16  04:56:54
25116         Log: integrate changes#6046,6048,6057,6058 from mainline
25117              
25118              libscheck has insufficient checks for n32 libs (from
25119              Albert Chin-A-Young <china@thewrittenword.com>)
25120              
25121              add note about how $( doesn't interpolate in REs (from
25122              Philip Newton <newton@ficus.frogspace.net>)
25123              
25124              fix broken parsing of /\x{ab}/
25125              
25126              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
25127              (spotted by Donald Kinzer <dkinzer@premia.com>)
25128      Branch: maint-5.6/perl
25129           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
25130           !> t/pragma/utf8.t
25131 ____________________________________________________________________________
25132 [  7299] By: gsar                                  on 2000/10/16  04:52:50
25133         Log: integrate change#6044 from mainline
25134              
25135              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25136              such that underscores are only ignored in literal numbers,
25137              "\x{...}", and hex/oct argument
25138      Branch: maint-5.6/perl
25139           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25140 ____________________________________________________________________________
25141 [  7298] By: gsar                                  on 2000/10/16  04:50:53
25142         Log: integrate changes#6027..6043 from mainline
25143              
25144              podlators-1.02 update (from Russ Allbery)
25145              
25146              Pod::Man generates groff-incompatible macro definition (from
25147              Tom Christiansen)
25148              
25149              add CGI.pm v2.66 (from Lincoln Stein)
25150              
25151              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25152              for @- and @+ (from Johan Vromans)
25153              
25154              small nits in diagnostics.pm (from Robin Barker)
25155              
25156              whitespace adjustments
25157              
25158              missing files in MANIFEST
25159              
25160              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25161              to compensate
25162              
25163              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25164              
25165              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25166      Branch: maint-5.6/perl
25167           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25168           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
25169           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
25170           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
25171           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
25172           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25173           !> t/lib/cgi-html.t t/lib/cgi-request.t
25174 ____________________________________________________________________________
25175 [  7297] By: gsar                                  on 2000/10/16  04:44:30
25176         Log: integrate change#6025 from mainline
25177              
25178              Is{Alnum,Alpha,Word} don't match titlecase
25179              TODO: IsSpace is defined recursively!
25180              (both spotted by Larry)
25181      Branch: maint-5.6/perl
25182           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25183           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25184 ____________________________________________________________________________
25185 [  7296] By: gsar                                  on 2000/10/16  04:39:30
25186         Log: integrate change#6023 from mainline
25187              
25188              debugger stomps on $. (from M.J.T. Guy)
25189      Branch: maint-5.6/perl
25190           !> lib/perl5db.pl
25191 ____________________________________________________________________________
25192 [  7295] By: gsar                                  on 2000/10/16  04:38:02
25193         Log: integrate change#6022 from mainline
25194              
25195              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25196      Branch: maint-5.6/perl
25197           !> sv.c
25198 ____________________________________________________________________________
25199 [  7294] By: gsar                                  on 2000/10/16  04:37:05
25200         Log: integrate changes#6018..6021 from mainline
25201              
25202              make lib/syslog.t portable to systems that don't have _PATH_LOG,
25203              make _PATH_LOG() return "" if unavailable
25204              
25205              windows portability tweaks
25206              
25207              test tweak
25208              
25209              remove Win2K issue in pod (fixed by change#6020)
25210      Branch: maint-5.6/perl
25211           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25212           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
25213           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
25214 ____________________________________________________________________________
25215 [  7293] By: gsar                                  on 2000/10/16  04:20:00
25216         Log: integrate changes#6013..6015 from mainline
25217              
25218              tweak change#5945 to display correct switch name in diagnostic
25219              
25220              glob() loading File::Glob behind the scenes may cause syntax errors
25221              
25222              tweak test for portability
25223      Branch: maint-5.6/perl
25224           !> op.c perl.c pod/perldiag.pod t/lib/b.t
25225 ____________________________________________________________________________
25226 [  7292] By: gsar                                  on 2000/10/16  04:18:11
25227         Log: integrate changes#6005..6010 from mainline, cfgperl
25228              
25229              perldoc might fail via "use blib" (from Hugo van der Sanden)
25230              
25231              Regen Configure.
25232              
25233              note about compile failures and END blocks (from M.J.T. Guy)
25234              
25235              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
25236              
25237              (change#6009 integrated earlier in change#7255)
25238              
25239              clarify note about shadow password support (from
25240              gellyfish@gellyfish.com)
25241      Branch: maint-5.6/perl
25242           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25243           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
25244           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
25245 ____________________________________________________________________________
25246 [  7291] By: gsar                                  on 2000/10/16  04:12:03
25247         Log: integrate changes#6002,6003 from mainline
25248              
25249              destructive sv_setsv() can lose UV-ness from source, causing
25250              numeric promotions/comparisons to fail to do the right thing
25251              
25252              allow REG_EXPAND_SZ keys in Windows registry (from
25253              John Clayton <John.Clayton@barclayscapital.com>)
25254      Branch: maint-5.6/perl
25255           !> sv.c win32/win32.c
25256 ____________________________________________________________________________
25257 [  7290] By: gsar                                  on 2000/10/16  04:10:19
25258         Log: integrate change#6001 from mainline
25259              
25260              support additional library locations via $Config{otherlibdirs}
25261              (from Andy Dougherty)
25262      Branch: maint-5.6/perl
25263           !> Configure INSTALL Porting/Glossary Porting/config.sh
25264           !> Porting/config_H config_h.SH epoc/config.sh perl.c
25265           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
25266           !> win32/config.bc win32/config.gc win32/config.vc
25267 ____________________________________________________________________________
25268 [  7289] By: gsar                                  on 2000/10/16  04:08:28
25269         Log: integrate change#5999 from mainline
25270              
25271              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
25272      Branch: maint-5.6/perl
25273           !> t/pragma/warn/toke toke.c
25274 ____________________________________________________________________________
25275 [  7288] By: gsar                                  on 2000/10/16  04:07:01
25276         Log: integrate changes#5997,5998 from cfgperl
25277              
25278              Preserve $!.
25279              
25280              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
25281      Branch: maint-5.6/perl
25282           !> lib/Math/Complex.pm
25283 ____________________________________________________________________________
25284 [  7287] By: gsar                                  on 2000/10/16  04:04:37
25285         Log: integrate change#5995 from mainline
25286              
25287              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
25288      Branch: maint-5.6/perl
25289           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
25290 ____________________________________________________________________________
25291 [  7286] By: gsar                                  on 2000/10/16  04:03:21
25292         Log: integrate change#5994 from mainline
25293              
25294              fix for missed accounting for null byte in pack("Z",...) (from
25295              M.J.T. Guy)
25296      Branch: maint-5.6/perl
25297           !> pp.c t/op/pack.t
25298 ____________________________________________________________________________
25299 [  7285] By: gsar                                  on 2000/10/16  04:02:11
25300         Log: integrate changes#5989..5993 from mainline
25301              
25302              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
25303              itself and no other (from Tom Hughes)
25304              
25305              use $ENV{LIB} to search for libs under Visual C compiler
25306              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
25307              
25308              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
25309              
25310              pod nit (from Simon Cozens)
25311              
25312              various minor tweaks seen on p5p
25313      Branch: maint-5.6/perl
25314           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
25315           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
25316           !> t/op/array.t toke.c
25317 ____________________________________________________________________________
25318 [  7284] By: gsar                                  on 2000/10/16  03:59:00
25319         Log: integrate changes#5978..5988 from mainline
25320              
25321              sync version numbers in File::Spec with the ones on CPAN
25322              (from Barrie Slaymaker)
25323              
25324              under useithreads, constant pad entries could inadvertantly be
25325              shared across threads (from Eric Blood <eblood@xmission.com>);
25326              added Eric's test case to testsuite
25327              
25328              allow Configure -S to run non-interactively (spotted by Greg Hudson
25329              <ghudson@mit.edu>)
25330              
25331              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
25332              prototype mismatch with CORE::glob(); update pod and tests to
25333              suit (File::Glob::glob() is still available for backward
25334              compatibility, but should be considered deprecated)
25335              
25336              avoid error in IO::Socket::INET when given an unknown service name
25337              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
25338              
25339              numeric conversion of non-number in change#3378 tramples on
25340              OOK offset, causing segfaults
25341              
25342              attributes::reftype() doesn't work on tied argument
25343              
25344              forked child may not exit correctly if it failed to open
25345              /dev/console (from Graham Barr)
25346              
25347              add regular expressions tutorial and quick-start guide (from
25348              Mark Kvale <kvale@phy.ucsf.edu>)
25349              
25350              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
25351              
25352              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
25353              <paul@miraclefish.com>)
25354      Branch: maint-5.6/perl
25355           +> pod/perlrequick.pod pod/perlretut.pod
25356           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
25357           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
25358           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
25359           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
25360           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
25361           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25362           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
25363           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
25364 ____________________________________________________________________________
25365 [  7283] By: gsar                                  on 2000/10/16  03:52:14
25366         Log: integrate change#5977 from mainline
25367              
25368              autoquote barewords followed by newline and arrow properly
25369              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
25370      Branch: maint-5.6/perl
25371           !> t/pragma/warn/toke toke.c
25372 ____________________________________________________________________________
25373 [  7282] By: gsar                                  on 2000/10/16  03:50:48
25374         Log: integrate change#5976 from mainline
25375              
25376              DB_File v1.73 update (from Paul Marquess)
25377      Branch: maint-5.6/perl
25378           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25379           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
25380 ____________________________________________________________________________
25381 [  7281] By: gsar                                  on 2000/10/16  03:49:14
25382         Log: integrate change#5975 from mainline
25383              
25384              allow sort() reentrancy (variant of patch suggested by
25385              Hugo van der Sanden)
25386      Branch: maint-5.6/perl
25387           !> pp_ctl.c t/op/sort.t
25388 ____________________________________________________________________________
25389 [  7280] By: gsar                                  on 2000/10/16  03:48:22
25390         Log: integrate change#5974 from mainline
25391              
25392              change#4197 somehow missed initializing PL_errors, meaning
25393              syntax error queueing wasn't working outside eval"" at all;
25394              also fixed eval"" to localize PL_error_count, so that compile-time
25395              eval's don't clobber the error state of the outer context
25396      Branch: maint-5.6/perl
25397           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
25398           !> t/pragma/warn/toke
25399 ____________________________________________________________________________
25400 [  7279] By: gsar                                  on 2000/10/16  03:46:21
25401         Log: integrate change#5973 from mainline
25402              
25403              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
25404      Branch: maint-5.6/perl
25405           !> regcomp.c regexec.c t/op/re_tests
25406 ____________________________________________________________________________
25407 [  7278] By: gsar                                  on 2000/10/16  03:44:54
25408         Log: integrate change#5971 from cfgperl
25409              
25410              Unicos tweaks from Mark P. Lutz.
25411      Branch: maint-5.6/perl
25412           !> hints/unicos.sh lib/Math/Complex.pm
25413 ____________________________________________________________________________
25414 [  7277] By: gsar                                  on 2000/10/16  03:42:59
25415         Log: integrate changes#5966..5970 from mainline
25416              
25417              add testsuite for B backends, fix bug in B::Deparse (from
25418              Simon Cozens <simon@brecon.co.uk>)
25419              
25420              improved docs on the warn_uninit diagnostic (from David Glasser
25421              and Simon Cozens)
25422              
25423              tolerate spaces in group names in test on solaris (from David Boyce
25424              <dsb@boyski.com>)
25425              
25426              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
25427              
25428              Data::Dumper fumbles negative numbers on 32-bit platforms where
25429              IV is >32bits
25430      Branch: maint-5.6/perl
25431           +> t/lib/b.t t/lib/syslog.t
25432           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
25433           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
25434           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
25435 ____________________________________________________________________________
25436 [  7276] By: gsar                                  on 2000/10/16  03:39:30
25437         Log: integrate change#5965 from mainline
25438              
25439              avoid "will not stay shared" warnings for our variables (from
25440              Robin Barker)
25441      Branch: maint-5.6/perl
25442           !> op.c t/pragma/warn/op
25443 ____________________________________________________________________________
25444 [  7275] By: gsar                                  on 2000/10/16  03:38:18
25445         Log: integrate change#5964 from mainline
25446              
25447              reformat to 72 columns (again)
25448      Branch: maint-5.6/perl
25449           !> pod/perldiag.pod
25450 ____________________________________________________________________________
25451 [  7274] By: gsar                                  on 2000/10/16  03:36:58
25452         Log: integrate change#5963 from mainline
25453              
25454              patch from Larry to make (\&) prototype work; added tests for
25455              the same
25456      Branch: maint-5.6/perl
25457           !> op.c t/comp/proto.t
25458 ____________________________________________________________________________
25459 [  7273] By: gsar                                  on 2000/10/16  03:35:51
25460         Log: integrate changes#5956..5962 from mainline
25461              
25462              better diagnostics on failed tests (from Ilya Zakharevich)
25463              
25464              pod nits (from A. C. Yardley <yardley@tanet.net>)
25465              
25466              change#3569 deleted some essential code, revert; avoid use of
25467              atexit() to make DynaLoader work properly on AIX under mod_perl
25468              (from Jens-Uwe Mager <jum@helios.de>)
25469              
25470              doubled words in pods (from Simon Cozens
25471              <simon.p.cozens@jp.pwcglobal.com>)
25472              
25473              better INSTALL notes on Solaris issues (from Dominic Dunlop)
25474              
25475              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
25476              
25477              updated README.hpux (from Jeff Okamoto)
25478      Branch: maint-5.6/perl
25479           !> INSTALL README.hpux emacs/cperl-mode.el
25480           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
25481           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
25482           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
25483           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
25484           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
25485           !> t/op/lex_assign.t
25486 ____________________________________________________________________________
25487 [  7272] By: gsar                                  on 2000/10/16  03:31:22
25488         Log: integrate change#5955 from mainline
25489              
25490              longstanding bug exposed by change#3307: sort arguments weren't
25491              compiled with the right wantarray context (ensuing runtime lookup
25492              via block_gimme() was getting the incidental context of the
25493              sort() itself)
25494      Branch: maint-5.6/perl
25495           !> op.c t/op/sort.t
25496 ____________________________________________________________________________
25497 [  7271] By: gsar                                  on 2000/10/16  03:29:11
25498         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
25499              branch
25500              
25501              Flatten the cpp jungle doing the nosuid checking.
25502              
25503              Do not assume sign propagation. (from M.J.T. Guy)
25504              
25505              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
25506              
25507              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
25508              Now pp_ncmp() returns undef is either operand is a NaN.
25509              
25510              On second thoughts frexp() does have two arguments.
25511              
25512              Document that tr() is not tr(1).
25513              
25514              Be more robust on "extreme" (large absolute value)
25515              arguments.  Originally reported by Daniel Connelly
25516              as a problem with asinh() on large negative arguments,
25517              asinh() used to bail out because an argument to log()
25518              ended up being zero.  Ilya Zakharevich proposed using
25519              Taylor's series in such cases, which for such large
25520              arguments is a very good approximation.
25521              
25522              Undo "use integer" addition from 64bitint as it seems
25523              to break most of the subtests in Digital UNIX;
25524              Unicos needs to find another way.
25525      Branch: maint-5.6/perl
25526           !> (integrate 29 files)
25527 ____________________________________________________________________________
25528 [  7270] By: gsar                                  on 2000/10/16  03:09:44
25529         Log: integrate changes#5948,5949,5950 from mainline
25530              
25531              typo in vars.pm that leads to cryptic message (from Piotr
25532              Piatkowski <kompas@kompas.usr.onet.pl>)
25533              
25534              make perldoc use the pod2man from the same version (from
25535              M.J.T. Guy)
25536              
25537              reformat perldiag to avoid long lines
25538      Branch: maint-5.6/perl
25539           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
25540 ____________________________________________________________________________
25541 [  7269] By: gsar                                  on 2000/10/16  03:05:54
25542         Log: integrate change#5947 from mainline
25543              
25544              use &dl_error rather than &dl_load_file as the guard for calling
25545              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
25546              statically built perl)
25547      Branch: maint-5.6/perl
25548           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
25549 ____________________________________________________________________________
25550 [  7268] By: gsar                                  on 2000/10/16  03:04:48
25551         Log: integrate change#5945 from mainline
25552              
25553              make module name mandatory after -M switch; reorder perldiag
25554              alphabetically (from Mark-Jason Dominus)
25555      Branch: maint-5.6/perl
25556           !> perl.c pod/perldiag.pod
25557 ____________________________________________________________________________
25558 [  7267] By: gsar                                  on 2000/10/16  03:03:01
25559         Log: integrate change#5939 from mainline
25560              
25561              more pod nits (from Larry Virden)
25562      Branch: maint-5.6/perl
25563           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
25564           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
25565           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
25566 ____________________________________________________________________________
25567 [  7266] By: gsar                                  on 2000/10/16  03:01:39
25568         Log: integrate change#5938 from mainline
25569              
25570              Consolidated B::Deparse fixes (from Stephen McCamant)
25571      Branch: maint-5.6/perl
25572           !> ext/B/B/Deparse.pm
25573 ____________________________________________________________________________
25574 [  7265] By: gsar                                  on 2000/10/16  03:00:43
25575         Log: integrate change#5936 from mainline
25576              
25577              additional tests for change#7263 (from Paul Marquess)
25578      Branch: maint-5.6/perl
25579           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
25580           !> t/pragma/warn/5nolint t/pragma/warn/6default
25581 ____________________________________________________________________________
25582 [  7264] By: gsar                                  on 2000/10/16  02:58:34
25583         Log: integrate change#5934 from mainline
25584              
25585              propagate lexical warnings from surrounding scope correctly
25586              within string eval() (from Paul Marquess)
25587      Branch: maint-5.6/perl
25588           !> pp_ctl.c t/pragma/warn/pp_ctl
25589 ____________________________________________________________________________
25590 [  7263] By: gsar                                  on 2000/10/16  02:56:53
25591         Log: integrate change#5932 from mainline
25592              
25593              add rsignal(), whichsig() and do_join() to public API list
25594              (mod_perl uses them to good advantage)
25595      Branch: maint-5.6/perl
25596           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
25597 ____________________________________________________________________________
25598 [  7262] By: gsar                                  on 2000/10/16  02:55:53
25599         Log: integrate change#5931 from mainline
25600              
25601              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
25602      Branch: maint-5.6/perl
25603           !> pp_hot.c regexec.c t/op/pat.t
25604 ____________________________________________________________________________
25605 [  7261] By: gsar                                  on 2000/10/16  02:55:01
25606         Log: integrate change#5930 from mainline
25607              
25608              small os390 tweaks (from Peter Prymmer)
25609      Branch: maint-5.6/perl
25610           !> config_h.SH makedepend.SH
25611 ____________________________________________________________________________
25612 [  7260] By: gsar                                  on 2000/10/16  02:54:10
25613         Log: integrate change#5929 from mainline
25614              
25615              pod nits
25616      Branch: maint-5.6/perl
25617           !> pod/perlguts.pod
25618 ____________________________________________________________________________
25619 [  7259] By: gsar                                  on 2000/10/16  02:52:55
25620         Log: integrate change#5927 from mainline
25621              
25622              arrange for next() to resume at the unstack op rather than the
25623              loop conditional, so that scope cleanup happens correctly
25624              (from Stephen McCamant)
25625      Branch: maint-5.6/perl
25626           !> op.c pp_ctl.c t/op/misc.t
25627 ____________________________________________________________________________
25628 [  7258] By: gsar                                  on 2000/10/16  02:51:38
25629         Log: integrate change#5926 from mainline
25630              
25631              on windows, reserve 16M of stack rather than 128M (allows more
25632              threads to run concurrently)
25633      Branch: maint-5.6/perl
25634           !> win32/Makefile win32/makefile.mk
25635 ____________________________________________________________________________
25636 [  7257] By: gsar                                  on 2000/10/16  02:50:37
25637         Log: integrate change#5925 from mainline
25638              
25639              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
25640      Branch: maint-5.6/perl
25641           !> toke.c
25642 ____________________________________________________________________________
25643 [  7256] By: gsar                                  on 2000/10/16  02:49:36
25644         Log: integrate change#5924 from mainline
25645              
25646              avoid using uninitialized memory in require version check
25647      Branch: maint-5.6/perl
25648           !> pp_ctl.c universal.c
25649 ____________________________________________________________________________
25650 [  7255] By: gsar                                  on 2000/10/16  02:48:03
25651         Log: integrate changes#5923,5928,6009 from mainline
25652              
25653              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
25654      Branch: maint-5.6/perl
25655           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
25656 ____________________________________________________________________________
25657 [  7254] By: gsar                                  on 2000/10/16  02:44:46
25658         Log: integrate change#5922 from mainline
25659              
25660              commentary about IoTYPE() (from Nathan Torkington)
25661      Branch: maint-5.6/perl
25662           !> sv.h
25663 ____________________________________________________________________________
25664 [  7253] By: gsar                                  on 2000/10/16  02:43:49
25665         Log: integrate change#5921 from mainline
25666              
25667              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
25668      Branch: maint-5.6/perl
25669           !> sv.c t/lib/charnames.t t/pragma/utf8.t
25670 ____________________________________________________________________________
25671 [  7252] By: gsar                                  on 2000/10/16  02:42:31
25672         Log: integrate change#5920 from mainline
25673              
25674              Larry's fix for buggy propagation of utf8-ness in join(); add test
25675      Branch: maint-5.6/perl
25676           !> doop.c t/op/ver.t
25677 ____________________________________________________________________________
25678 [  7251] By: gsar                                  on 2000/10/16  02:41:14
25679         Log: integrate changes#5915..5919 from mainline
25680              
25681              various (pod tweaks &c)
25682      Branch: maint-5.6/perl
25683           !> (integrate 33 files)
25684 ____________________________________________________________________________
25685 [  7250] By: gsar                                  on 2000/10/16  02:38:16
25686         Log: integrate change#5914 from mainline
25687              
25688              caller() wasn't returning the right number of elements for
25689              eval {...}
25690      Branch: maint-5.6/perl
25691           !> pp_ctl.c t/pragma/warn/9enabled
25692 ____________________________________________________________________________
25693 [  7249] By: gsar                                  on 2000/10/16  02:37:02
25694         Log: integrate change#5913 from mainline
25695              
25696              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
25697              (from Mark-Jason Dominus)
25698      Branch: maint-5.6/perl
25699           !> pod/perlfunc.pod
25700 ____________________________________________________________________________
25701 [  7248] By: gsar                                  on 2000/10/16  02:35:58
25702         Log: integrate change#5912 from mainline
25703              
25704              fix totally broken caching in UNIVERSAL::isa() (from
25705              Nick Ing-Simmons)
25706      Branch: maint-5.6/perl
25707           !> t/op/universal.t universal.c
25708 ____________________________________________________________________________
25709 [  7247] By: gsar                                  on 2000/10/16  02:34:27
25710         Log: integrate changes#5910,5911 from mainline
25711              
25712              typo in pod
25713              
25714              add linebreak properties from unicode/LineBrk.txt (from
25715              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
25716      Branch: maint-5.6/perl
25717           +> (branch 29 files)
25718           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
25719 ____________________________________________________________________________
25720 [  7246] By: gsar                                  on 2000/10/16  02:33:29
25721         Log: integrate change#5909 from mainline
25722              
25723              mode argument to do_binmode() should be file mode, not boolean
25724      Branch: maint-5.6/perl
25725           !> pp_sys.c
25726 ____________________________________________________________________________
25727 [  7245] By: gsar                                  on 2000/10/16  02:31:04
25728         Log: integrate change#5908 from mainline
25729              
25730              introduce illegal symbols into null package so that
25731              gv_fetchpv(...,TRUE) always returns a valid GV even when the
25732              symbol is trapped by strictures (avoids coredumps)
25733      Branch: maint-5.6/perl
25734           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
25735           !> t/pragma/strict-vars
25736 ____________________________________________________________________________
25737 [  7244] By: jhi                                   on 2000/10/16  02:29:54
25738         Log: Subject: $Carp::ExportLevel confusion in Exporter
25739              From: "Ben Tilly" <ben_tilly@hotmail.com>
25740              Date: Sat, 14 Oct 2000 16:44:34 EDT
25741              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
25742      Branch: perl
25743            ! lib/Exporter/Heavy.pm
25744 ____________________________________________________________________________
25745 [  7243] By: jhi                                   on 2000/10/16  02:28:33
25746         Log: Subject: [PATCH perlguts.pod] Document offset hack
25747              From: Simon Cozens <simon@cozens.net>
25748              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
25749              Date: Sat, 14 Oct 2000 19:32:25 +0100
25750      Branch: perl
25751            ! pod/perlguts.pod
25752 ____________________________________________________________________________
25753 [  7242] By: gsar                                  on 2000/10/16  02:26:51
25754         Log: integrate changes#5905,5906,5907,6064 from mainline
25755              
25756              printf/sprintf didn't get quad types right under use64bitint
25757      Branch: maint-5.6/perl
25758           !> pp_sys.c sv.c t/op/64bitint.t
25759 ____________________________________________________________________________
25760 [  7241] By: jhi                                   on 2000/10/16  02:22:44
25761         Log: Subject: small pod patch
25762              From: Dan Boorstein <dan_boo@bellsouth.net>
25763              Date: Sat, 14 Oct 2000 14:29:24 -0400
25764              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
25765      Branch: perl
25766            ! pod/perlfaq7.pod pod/perlmod.pod
25767 ____________________________________________________________________________
25768 [  7240] By: jhi                                   on 2000/10/16  02:13:46
25769         Log: -w cleanup.
25770              
25771              Subject: Re: Problems with bleadperl 
25772              From: "Stephen P. Potter" <spp@ds.net>
25773              Date: Fri, 13 Oct 2000 13:32:49 -0400
25774              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
25775      Branch: perl
25776            ! t/pragma/overload.t
25777 ____________________________________________________________________________
25778 [  7239] By: jhi                                   on 2000/10/16  01:41:18
25779         Log: One more ~utf8 tweak.
25780      Branch: perl
25781            ! t/op/bop.t
25782 ____________________________________________________________________________
25783 [  7238] By: jhi                                   on 2000/10/16  01:34:14
25784         Log: Tweak the test of #7235.
25785      Branch: perl
25786            ! t/op/bop.t
25787 ____________________________________________________________________________
25788 [  7237] By: jhi                                   on 2000/10/16  01:25:04
25789         Log: Fix a couple of compiler-noted nits in #7235.
25790      Branch: perl
25791            ! pp.c
25792 ____________________________________________________________________________
25793 [  7236] By: jhi                                   on 2000/10/16  01:22:46
25794         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
25795      Branch: perl
25796            ! pp.c pp_hot.c
25797 ____________________________________________________________________________
25798 [  7235] By: jhi                                   on 2000/10/15  16:24:44
25799         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
25800              
25801              From: Simon Cozens <simon@cozens.net>
25802              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
25803              Date: Sat, 14 Oct 2000 20:52:13 +0100
25804              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
25805      Branch: perl
25806            ! pp.c t/op/bop.t utf8.h
25807 ____________________________________________________________________________
25808 [  7234] By: jhi                                   on 2000/10/15  15:19:29
25809         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
25810              The problem was that rx->minlen was in chars while pp_split()
25811              thought it would be in bytes. 
25812      Branch: perl
25813            ! pp.c t/pragma/utf8.t
25814 ____________________________________________________________________________
25815 [  7233] By: jhi                                   on 2000/10/14  20:24:24
25816         Log: Document FNCASE=y as discussed in the bug 20000902.009.
25817      Branch: perl
25818            ! README.dos
25819 ____________________________________________________________________________
25820 [  7232] By: jhi                                   on 2000/10/14  18:52:21
25821         Log: Add test for bug id 20000427.003 (which seems to have
25822              been fixed) (also duplicate as 20000427.004, though
25823              with a higher severity).  Move one utf8 from op/append
25824              to pragma/utf8, tag the tests with bug ids.
25825      Branch: perl
25826            ! t/op/append.t t/pragma/utf8.t
25827 ____________________________________________________________________________
25828 [  7231] By: jhi                                   on 2000/10/14  17:28:37
25829         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
25830      Branch: perl
25831            ! t/pragma/utf8.t
25832 ____________________________________________________________________________
25833 [  7230] By: jhi                                   on 2000/10/14  14:24:50
25834         Log: Needs to be conditional on SunOS 4.
25835              
25836              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
25837              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25838              Date: Sat, 14 Oct 2000 13:37:49 +0100
25839              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
25840      Branch: metaconfig/U/perl
25841            ! End.U
25842      Branch: perl
25843            ! Configure myconfig.SH pod/perldelta.pod
25844 ____________________________________________________________________________
25845 [  7229] By: jhi                                   on 2000/10/14  00:49:22
25846         Log: Update Changes.
25847      Branch: perl
25848            ! Changes patchlevel.h
25849 ____________________________________________________________________________
25850 [  7228] By: jhi                                   on 2000/10/14  00:46:10
25851         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
25852              From: Peter Prymmer <pvhp@forte.com>
25853              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
25854              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
25855      Branch: perl
25856            ! lib/utf8.pm
25857 ____________________________________________________________________________
25858 [  7227] By: jhi                                   on 2000/10/13  23:20:30
25859         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
25860      Branch: perl
25861            ! t/op/tie.t
25862 ____________________________________________________________________________
25863 [  7226] By: jhi                                   on 2000/10/13  22:14:32
25864         Log: Tweak #7225.
25865              
25866              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
25867              From: Peter Prymmer <pvhp@forte.com>
25868              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
25869              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
25870      Branch: perl
25871            ! t/op/sprintf.t
25872 ____________________________________________________________________________
25873 [  7225] By: jhi                                   on 2000/10/13  22:11:31
25874         Log: op/sprintf.t patch for OS/390 (and any other host with limited
25875              floating-point exponent length)
25876              
25877              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
25878              From: Dominic Dunlop <domo@computer.org>
25879              Date: Fri, 13 Oct 2000 19:17:57 +0200
25880              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
25881      Branch: perl
25882            ! t/op/sprintf.t
25883 ____________________________________________________________________________
25884 [  7224] By: jhi                                   on 2000/10/13  18:40:48
25885         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
25886      Branch: perl
25887            ! toke.c
25888 ____________________________________________________________________________
25889 [  7223] By: jhi                                   on 2000/10/13  18:37:13
25890         Log: Thinko in #7222.
25891      Branch: perl
25892            ! utf8.c
25893 ____________________________________________________________________________
25894 [  7222] By: jhi                                   on 2000/10/13  18:05:23
25895         Log: Use UTF8SKIP(), from Simon Cozens.
25896      Branch: perl
25897            ! utf8.c
25898 ____________________________________________________________________________
25899 [  7221] By: jhi                                   on 2000/10/13  15:43:19
25900         Log: (accidentally empty check-in)
25901      Branch: perl
25902            ! utf8.c
25903 ____________________________________________________________________________
25904 [  7220] By: jhi                                   on 2000/10/13  15:23:51
25905         Log: Add (optimistically) Storable to static extensions.
25906      Branch: perl
25907            ! hints/uwin.sh hints/vmesa.sh
25908 ____________________________________________________________________________
25909 [  7219] By: jhi                                   on 2000/10/13  15:20:05
25910         Log: Amdahl UTS doesn't seem to do dynaloading.
25911      Branch: perl
25912            ! hints/uts.sh
25913 ____________________________________________________________________________
25914 [  7218] By: jhi                                   on 2000/10/13  15:15:20
25915         Log: Slight tweak of the code to appease Amdahl UTS cc.
25916      Branch: perl
25917            ! pp.c
25918 ____________________________________________________________________________
25919 [  7217] By: jhi                                   on 2000/10/13  14:50:42
25920         Log: In Amdahl UTS "struct sv" is defined by a system header,
25921              <ksync.h>.
25922      Branch: perl
25923            ! perl.h sv.h
25924 ____________________________________________________________________________
25925 [  7216] By: jhi                                   on 2000/10/13  11:58:25
25926         Log: Ilya implemented the memory profiling API.
25927      Branch: perl
25928            ! Todo
25929 ____________________________________________________________________________
25930 [  7215] By: jhi                                   on 2000/10/13  02:56:38
25931         Log: Subject: [PATCH 5.7.0] Perl API for mstats
25932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25933              Date: Thu, 12 Oct 2000 22:52:40 -0400
25934              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
25935      Branch: perl
25936            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
25937 ____________________________________________________________________________
25938 [  7214] By: jhi                                   on 2000/10/13  02:55:38
25939         Log: Subject: [PATCH 5.7.0] IVs in mtats
25940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25941              Date: Thu, 12 Oct 2000 22:51:04 -0400
25942              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
25943      Branch: perl
25944            ! malloc.c perl.h
25945 ____________________________________________________________________________
25946 [  7213] By: jhi                                   on 2000/10/13  02:31:47
25947         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
25948      Branch: perl
25949            ! pod/perldiag.pod pp_sys.c
25950 ____________________________________________________________________________
25951 [  7212] By: jhi                                   on 2000/10/13  01:27:38
25952         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
25953              From: Peter Prymmer <pvhp@forte.com>
25954              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
25955              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
25956      Branch: perl
25957            ! t/op/oct.t
25958 ____________________________________________________________________________
25959 [  7211] By: jhi                                   on 2000/10/13  00:35:09
25960         Log: Update Changes.
25961      Branch: perl
25962            ! Changes patchlevel.h
25963 ____________________________________________________________________________
25964 [  7210] By: jhi                                   on 2000/10/12  23:59:40
25965         Log: The Install.pm third of
25966              
25967              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25968              From: Bill Campbell <bill@celestial.com>
25969              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25970              Date: Thu, 5 Oct 2000 18:04:51 -0700
25971      Branch: perl
25972            ! lib/ExtUtils/Install.pm
25973 ____________________________________________________________________________
25974 [  7209] By: jhi                                   on 2000/10/12  23:58:43
25975         Log: Two thirds of
25976              
25977              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25978              Date: Thu, 5 Oct 2000 18:04:51 -0700
25979              From: Bill Campbell <bill@celestial.com>
25980              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25981              
25982              The Install.pm changes will be submitted separately because
25983              they need some work and discussion still.
25984      Branch: perl
25985            ! lib/getopts.pl lib/termcap.pl
25986 ____________________________________________________________________________
25987 [  7208] By: jhi                                   on 2000/10/12  23:41:19
25988         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
25989              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25990              Date:     Thu, 12 Oct 2000 07:30:02 EDT
25991              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
25992      Branch: perl
25993            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
25994            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
25995 ____________________________________________________________________________
25996 [  7207] By: jhi                                   on 2000/10/12  23:39:01
25997         Log: An updated EBCDIC tr patch.
25998              
25999              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
26000              From: Peter Prymmer <pvhp@forte.com>
26001              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
26002              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
26003      Branch: perl
26004            ! t/op/tr.t
26005 ____________________________________________________________________________
26006 [  7206] By: jhi                                   on 2000/10/12  23:34:55
26007         Log: Upgrade to CPAN 1.58, from Andreas König.
26008      Branch: perl
26009            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26010 ____________________________________________________________________________
26011 [  7205] By: jhi                                   on 2000/10/12  23:29:08
26012         Log: Introduce the man[24-8] variables, from Andy Dougherty.
26013      Branch: metaconfig/U/perl
26014            + mandirs.U mandirstyle.U
26015      Branch: perl
26016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26017            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
26018            ! vos/config.h vos/config.pl vos/config_h.SH_orig
26019            ! win32/config.bc win32/config.gc win32/config.vc
26020 ____________________________________________________________________________
26021 [  7204] By: gsar                                  on 2000/10/12  18:11:24
26022         Log: restore change#7202
26023      Branch: perl
26024            ! mg.c
26025 ____________________________________________________________________________
26026 [  7203] By: gsar                                  on 2000/10/12  18:09:40
26027         Log: another test of the Emergency Broadcast System--back out 
26028              change#7202
26029      Branch: perl
26030            ! mg.c
26031 ____________________________________________________________________________
26032 [  7202] By: gsar                                  on 2000/10/12  16:40:47
26033         Log: (submitted on behalf of Jarkko)
26034              Fix the lib/encode.t subtest 6 failure as reported by Andreas
26035              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
26036              was unearthed by change 7182, as was a bug in HTML::Entities.
26037      Branch: perl
26038            ! mg.c
26039 ____________________________________________________________________________
26040 [  7201] By: jhi                                   on 2000/10/11  03:16:05
26041         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
26042      Branch: perl
26043            ! pp_hot.c t/pragma/utf8.t
26044 ____________________________________________________________________________
26045 [  7200] By: jhi                                   on 2000/10/11  00:40:30
26046         Log: The #7198 was a false alarm.
26047      Branch: perl
26048            ! pp_hot.c
26049 ____________________________________________________________________________
26050 [  7199] By: jhi                                   on 2000/10/11  00:26:04
26051         Log: Remove duplicated code.
26052      Branch: perl
26053            ! t/lib/cgi-html.t
26054 ____________________________________________________________________________
26055 [  7198] By: jhi                                   on 2000/10/10  23:30:46
26056         Log: (Retracted by #7200.)
26057      Branch: perl
26058            ! pp_hot.c
26059 ____________________________________________________________________________
26060 [  7197] By: jhi                                   on 2000/10/10  21:49:30
26061         Log: Add the test case for #7190, from the original bug report
26062              by Andreas König.
26063      Branch: perl
26064            ! t/pragma/utf8.t
26065 ____________________________________________________________________________
26066 [  7196] By: jhi                                   on 2000/10/10  21:40:49
26067         Log: Reapply Andy's patch and regen Configure.
26068      Branch: perl
26069            ! Configure INSTALL Makefile.SH Porting/Glossary
26070            ! Porting/config.sh config_h.SH epoc/config.sh installperl
26071            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
26072            ! win32/config.vc
26073 ____________________________________________________________________________
26074 [  7195] By: jhi                                   on 2000/10/10  21:09:30
26075         Log: Use the versiononly instead of the installscripts,
26076              retract the changes 7146 and 7147.
26077      Branch: perl
26078            ! Configure INSTALL Makefile.SH Porting/Glossary
26079            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
26080            ! installperl uconfig.sh vos/config.def win32/config.bc
26081            ! win32/config.gc win32/config.vc
26082 ____________________________________________________________________________
26083 [  7194] By: jhi                                   on 2000/10/10  21:06:15
26084         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
26085              From: Peter Prymmer <pvhp@forte.com>
26086              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
26087              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
26088      Branch: perl
26089            ! t/op/ver.t
26090 ____________________________________________________________________________
26091 [  7193] By: jhi                                   on 2000/10/10  21:05:12
26092         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
26093              From: Peter Prymmer <pvhp@forte.com>
26094              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
26095              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
26096      Branch: perl
26097            ! t/op/tr.t
26098 ____________________________________________________________________________
26099 [  7192] By: jhi                                   on 2000/10/10  20:57:30
26100         Log: Add versiononly, delete installscripts, from Andy Dougherty.
26101      Branch: metaconfig
26102            - U/installdirs/installscripts.U
26103      Branch: metaconfig/U/perl
26104            + versiononly.U
26105 ____________________________________________________________________________
26106 [  7191] By: jhi                                   on 2000/10/10  19:41:21
26107         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
26108              From: Peter Prymmer <pvhp@forte.com>
26109              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
26110              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
26111      Branch: perl
26112            ! pod/perlebcdic.pod
26113 ____________________________________________________________________________
26114 [  7190] By: jhi                                   on 2000/10/10  19:26:14
26115         Log: Subject: Re: utf8 concat, mg_get
26116              From: Simon Cozens <simon@cozens.net>
26117              Date: Tue, 10 Oct 2000 17:40:17 +0100
26118              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
26119      Branch: perl
26120            ! pp_hot.c
26121 ____________________________________________________________________________
26122 [  7189] By: jhi                                   on 2000/10/10  19:23:03
26123         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
26124              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
26125              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
26126              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
26127      Branch: perl
26128            ! lib/ExtUtils/MM_Unix.pm
26129 ____________________________________________________________________________
26130 [  7188] By: jhi                                   on 2000/10/10  15:31:24
26131         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
26132              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26133              Date: Fri, 14 Jul 2000 10:47:36 +0100
26134              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
26135      Branch: perl
26136            ! README.win32
26137 ____________________________________________________________________________
26138 [  7187] By: jhi                                   on 2000/10/10  13:30:10
26139         Log: Quote the temp file name, needed in Win32 because the
26140              default name unfortunately contains spaces, shouldn't
26141              hurt elsewhere.
26142              
26143              Subject: FW: perldoc fails if $TEMP contains spaces
26144              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26145              Date: Thu, 14 Sep 2000 08:58:45 +0100
26146              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
26147      Branch: perl
26148            ! utils/perldoc.PL
26149 ____________________________________________________________________________
26150 [  7186] By: jhi                                   on 2000/10/10  13:16:27
26151         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
26152              From: hv@hugo.hybyte.com
26153              Date: Tue, 10 Oct 2000 14:10:20 +0100
26154              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
26155      Branch: perl
26156            ! t/lib/thr5005.t util.c
26157 ____________________________________________________________________________
26158 [  7185] By: jhi                                   on 2000/10/10  12:06:22
26159         Log: Upgrade to podlators 1.04, from Russ Allbery.
26160      Branch: perl
26161            ! lib/Pod/Man.pm lib/Pod/Text.pm
26162 ____________________________________________________________________________
26163 [  7184] By: jhi                                   on 2000/10/10  12:01:32
26164         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
26165      Branch: perl
26166            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
26167 ____________________________________________________________________________
26168 [  7183] By: jhi                                   on 2000/10/09  23:47:15
26169         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
26170              From: Peter Prymmer <pvhp@forte.com>
26171              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
26172              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
26173      Branch: perl
26174            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
26175 ____________________________________________________________________________
26176 [  7182] By: jhi                                   on 2000/10/09  23:43:16
26177         Log: Make eq work again with utf8 (disabling the upgrading
26178              should no more be necessary since the copies of the
26179              scalars are upgraded, not the scalars themselves).
26180              Takes care of ID 20001009.001.  (The claimed length()
26181              bug in 20001009.001 seems bogus to me.)
26182      Branch: perl
26183            ! sv.c t/pragma/utf8.t
26184 ____________________________________________________________________________
26185 [  7181] By: gsar                                  on 2000/10/09  19:41:54
26186         Log: tweak for change#7173
26187      Branch: perl
26188            ! win32/win32sck.c
26189 ____________________________________________________________________________
26190 [  7180] By: gsar                                  on 2000/10/09  19:26:56
26191         Log: on Windows, clean targets might not work under some flavors of the shell
26192      Branch: perl
26193            ! win32/Makefile win32/makefile.mk
26194 ____________________________________________________________________________
26195 [  7179] By: jhi                                   on 2000/10/09  19:21:02
26196         Log: Update Changes.
26197      Branch: perl
26198            ! Changes patchlevel.h
26199 ____________________________________________________________________________
26200 [  7178] By: jhi                                   on 2000/10/09  19:18:23
26201         Log: Warn about unknown scripts.
26202              
26203              Subject: Re: ideas? patches? [PATCH bleadperl]
26204              From: Dominic Dunlop <domo@computer.org>
26205              Date: Mon, 9 Oct 2000 14:57:17 +0200
26206              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
26207      Branch: perl
26208            ! lib/charnames.pm
26209 ____________________________________________________________________________
26210 [  7177] By: jhi                                   on 2000/10/09  19:13:27
26211         Log: Change #7160 had a nasty typo.
26212      Branch: metaconfig
26213            ! U/compline/Compile.U
26214      Branch: perl
26215            ! Configure config_h.SH
26216 ____________________________________________________________________________
26217 [  7176] By: gsar                                  on 2000/10/09  18:59:33
26218         Log: pod nit
26219      Branch: perl
26220            ! pod/perlport.pod
26221 ____________________________________________________________________________
26222 [  7175] By: gsar                                  on 2000/10/09  18:54:28
26223         Log: Windows9x doesn't support link(), despite what Config.pm
26224              might think
26225      Branch: perl
26226            ! lib/ExtUtils/Manifest.pm
26227 ____________________________________________________________________________
26228 [  7174] By: gsar                                  on 2000/10/09  18:50:03
26229         Log: avoid nonportable example code
26230      Branch: perl
26231            ! lib/File/Copy.pm
26232 ____________________________________________________________________________
26233 [  7173] By: gsar                                  on 2000/10/09  18:46:54
26234         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
26235              being used) when closing a socket handle
26236      Branch: perl
26237            ! win32/win32.c win32/win32.h win32/win32sck.c
26238 ____________________________________________________________________________
26239 [  7172] By: gsar                                  on 2000/10/09  18:41:40
26240         Log: on Windows, cwd strings in the environment should be of the
26241              form =X:=X:\foo instead of =X=X:\foo\
26242      Branch: perl
26243            ! win32/vdir.h
26244 ____________________________________________________________________________
26245 [  7171] By: gsar                                  on 2000/10/09  18:30:09
26246         Log: on Windows, LoadLibrary() could load an extension DLL multiple
26247              times if forward slashes are used in the path
26248      Branch: perl
26249            ! win32/win32.c
26250 ____________________________________________________________________________
26251 [  7170] By: jhi                                   on 2000/10/09  17:53:59
26252         Log: Add a todo note about overloadable assertions.
26253      Branch: perl
26254            ! Todo-5.6
26255 ____________________________________________________________________________
26256 [  7169] By: jhi                                   on 2000/10/09  13:43:45
26257         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
26258              From: mjd@plover.com
26259              Date: 9 Oct 2000 00:24:44 -0000
26260              Message-ID: <20001009002444.10616.qmail@plover.com>
26261      Branch: perl
26262            ! pod/perldebguts.pod
26263 ____________________________________________________________________________
26264 [  7168] By: nick                                  on 2000/10/08  13:16:33
26265         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
26266              is not right thing to do on (e.g. x86). Network order is also "right" for
26267              X fonts.
26268      Branch: perl
26269            ! ext/Encode/Encode.pm
26270 ____________________________________________________________________________
26271 [  7167] By: nick                                  on 2000/10/08  12:54:42
26272         Log: Make "encodings" work post-install when Encode/*.enc files may not
26273              be in same directory as Encode.pm
26274      Branch: perl
26275            ! ext/Encode/Encode.pm
26276 ____________________________________________________________________________
26277 [  7166] By: nick                                  on 2000/10/08  11:51:26
26278         Log: Work round the fact that $hash->{$key} does not take into account
26279              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
26280              so that key is always in the "expected" encoding - i.e. same way we put
26281              it in the hash.
26282      Branch: perl
26283            ! ext/Encode/Encode.pm
26284 ____________________________________________________________________________
26285 [  7165] By: gsar                                  on 2000/10/08  04:15:29
26286         Log: save_re_context() could reset PL_curcop to freed memory, causing core
26287              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
26288      Branch: perl
26289            ! pp_ctl.c
26290 ____________________________________________________________________________
26291 [  7164] By: jhi                                   on 2000/10/06  20:51:48
26292         Log: UTF8ize split() so that the cloned substrings get the UTF8
26293              flag of the original scalar.  Problem reported by Simon Cozens.
26294      Branch: perl
26295            ! pp.c t/pragma/utf8.t
26296 ____________________________________________________________________________
26297 [  7163] By: nick                                  on 2000/10/06  20:48:34
26298         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
26299              got a false +ve and so did not reach code which would have un-FAKEd the SV.
26300      Branch: perl
26301            ! sv.c
26302 ____________________________________________________________________________
26303 [  7162] By: nick                                  on 2000/10/06  20:25:37
26304         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
26305              To fix  (sort {$a <=> $b} keys %hash) in particular but
26306              should cover a number of other as-yet-unknown cases as well.
26307      Branch: perl
26308            ! sv.c
26309 ____________________________________________________________________________
26310 [  7161] By: jhi                                   on 2000/10/06  19:56:18
26311         Log: Change the version number of Tie::Handle in the core to 4.0,
26312              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
26313              
26314              Subject: Note on Tie::Handle
26315              From: andreas.koenig@anima.de (Andreas J. Koenig)
26316              Date:      06 Oct 2000 21:48:58 +0200
26317              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
26318      Branch: perl
26319            ! lib/Tie/Handle.pm
26320 ____________________________________________________________________________
26321 [  7160] By: jhi                                   on 2000/10/06  18:20:35
26322         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
26323              as the first option of cc/ld because of ultrapicky compilers
26324              (e.g. OS/390 R2.5)
26325      Branch: metaconfig
26326            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
26327            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
26328            ! U/compline/orderlib.U U/modified/Cppsym.U
26329            ! U/modified/d_access.U
26330      Branch: metaconfig/U/perl
26331            ! Checkcc.U d_dlsymun.U gccvers.U
26332      Branch: perl
26333            ! Configure config_h.SH
26334 ____________________________________________________________________________
26335 [  7159] By: jhi                                   on 2000/10/06  13:56:39
26336         Log: Update Changes.
26337      Branch: perl
26338            ! Changes patchlevel.h
26339 ____________________________________________________________________________
26340 [  7158] By: jhi                                   on 2000/10/06  12:48:40
26341         Log: Eliminate $Is_VMS code from the test.
26342              
26343              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
26344              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26345              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
26346              Date:     Thu, 5 Oct 2000 07:46:33 EDT
26347      Branch: perl
26348            ! t/lib/b.t
26349 ____________________________________________________________________________
26350 [  7157] By: jhi                                   on 2000/10/06  12:47:13
26351         Log: Also the $ccflags is needed for the C compiler check.
26352              
26353              Subject: Configure (check for C-compiler)
26354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26355              Date: Fri, 06 Oct 2000 08:47:15 +0200
26356              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
26357      Branch: metaconfig/U/perl
26358            ! Checkcc.U
26359      Branch: perl
26360            ! Configure config_h.SH
26361 ____________________________________________________________________________
26362 [  7156] By: jhi                                   on 2000/10/06  11:45:15
26363         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
26364      Branch: perl
26365            ! perl.c pp_ctl.c sv.h utf8.c
26366 ____________________________________________________________________________
26367 [  7155] By: jhi                                   on 2000/10/06  11:40:41
26368         Log: IO::Handle->syswrite() did not handle length omission
26369              like CORE::syswrite() does.
26370              
26371              Subject: [Fwd] IO::Handle, syswrite and arguments
26372              From: Graham Barr <gbarr@pobox.com>
26373              Date: Fri, 6 Oct 2000 10:22:05 +0100
26374              Message-ID: <20001006102205.U6312@pobox.com>
26375              
26376              The original patch from andrew@ugh.net.au.
26377      Branch: perl
26378            ! ext/IO/lib/IO/Handle.pm
26379 ____________________________________________________________________________
26380 [  7154] By: jhi                                   on 2000/10/06  01:42:15
26381         Log: Tweak #7153.
26382      Branch: perl
26383            ! utf8.h
26384 ____________________________________________________________________________
26385 [  7153] By: jhi                                   on 2000/10/06  00:39:55
26386         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
26387      Branch: perl
26388            ! utf8.h
26389 ____________________________________________________________________________
26390 [  7152] By: jhi                                   on 2000/10/06  00:38:11
26391         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
26392      Branch: perl
26393            ! perl.c pp_ctl.c sv.h utf8.c
26394 ____________________________________________________________________________
26395 [  7151] By: jhi                                   on 2000/10/06  00:36:38
26396         Log: Subject: Re: Questions about Tie::Array and perl modules
26397              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26398              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
26399              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
26400              
26401              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
26402      Branch: perl
26403            ! lib/Tie/Array.pm t/op/array.t
26404 ____________________________________________________________________________
26405 [  7150] By: jhi                                   on 2000/10/05  00:20:45
26406         Log: Regen Changes.
26407      Branch: perl
26408            ! Changes patchlevel.h
26409 ____________________________________________________________________________
26410 [  7149] By: jhi                                   on 2000/10/05  00:20:01
26411         Log: Regen toc.
26412      Branch: perl
26413            ! pod/perltoc.pod
26414 ____________________________________________________________________________
26415 [  7148] By: jhi                                   on 2000/10/04  23:35:08
26416         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
26417              reported several times by Dominic Dunlop, for example in
26418              ID 20000315.008.  Patch from Dominic.  Patch affects at
26419              least MachTen, and possibly other oldish BSDs. Should not
26420              break non-broken platforms (tested on LinuxPPC). 
26421      Branch: perl
26422            ! doio.c
26423 ____________________________________________________________________________
26424 [  7147] By: jhi                                   on 2000/10/04  23:26:34
26425         Log: The one that got away from 7146.
26426      Branch: metaconfig
26427            + U/installdirs/installscripts.U
26428 ____________________________________________________________________________
26429 [  7146] By: jhi                                   on 2000/10/04  23:25:04
26430         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
26431              suggested by H. Merijn Brand.
26432      Branch: perl
26433            ! Configure INSTALL Makefile.SH Porting/Glossary
26434            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
26435            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
26436            ! win32/config.vc
26437 ____________________________________________________________________________
26438 [  7145] By: jhi                                   on 2000/10/04  22:08:21
26439         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
26440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26441              Date: Wed, 4 Oct 2000 17:37:46 -0400
26442              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
26443      Branch: perl
26444            ! utils/h2xs.PL
26445 ____________________________________________________________________________
26446 [  7144] By: jhi                                   on 2000/10/04  18:11:41
26447         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
26448              From: Jeff Pinyan <jeffp@crusoe.net>
26449              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
26450              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
26451      Branch: perl
26452            ! pod/perlrun.pod
26453 ____________________________________________________________________________
26454 [  7143] By: jhi                                   on 2000/10/04  18:09:58
26455         Log: Subject: perlhack.pod Patch for Externals Tools
26456              From: Fisher Mark <fisherm@tce.com>
26457              Date: Tue, 3 Oct 2000 15:43:27 -0500 
26458              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
26459      Branch: perl
26460            ! pod/perlhack.pod
26461 ____________________________________________________________________________
26462 [  7142] By: jhi                                   on 2000/10/04  18:08:41
26463         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
26464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26465              Date:     Wed, 4 Oct 2000 12:11:11 EDT
26466              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
26467      Branch: perl
26468            ! vms/vms.c
26469 ____________________________________________________________________________
26470 [  7141] By: jhi                                   on 2000/10/04  12:20:16
26471         Log: Subject: [PATCH 5.7.0] h2xs not working
26472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26473              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
26474              Date: Tue, 3 Oct 2000 21:43:01 -0400
26475              
26476              Subject: [PATCH 5.7.0] h2xs not documenting the created module
26477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26478              Date: Tue, 3 Oct 2000 22:55:19 -0400
26479              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
26480      Branch: perl
26481            ! utils/h2xs.PL
26482 ____________________________________________________________________________
26483 [  7140] By: jhi                                   on 2000/10/04  11:53:44
26484         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
26485              From: nick@babyhippo.com
26486              Date: Wed, 4 Oct 2000 12:06:45 +0100
26487              Message-Id: <20001004120645.A7356@babyhippo.com>
26488              
26489              Retract 7118 and 7135.
26490      Branch: perl
26491            ! installman installperl op.c t/pragma/subs.t
26492 ____________________________________________________________________________
26493 [  7139] By: jhi                                   on 2000/10/03  22:09:41
26494         Log: It is possible to have no hosts database at all.  Pointed out in
26495              
26496              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
26497              From: Peter Prymmer <pvhp@forte.com>
26498              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
26499              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
26500      Branch: metaconfig
26501            ! U/modified/myhostname.U
26502      Branch: perl
26503            ! Configure config_h.SH
26504 ____________________________________________________________________________
26505 [  7138] By: jhi                                   on 2000/10/03  21:49:49
26506         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
26507              From: Peter Prymmer <pvhp@forte.com>
26508              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
26509              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
26510      Branch: perl
26511            ! pp_sys.c
26512 ____________________________________________________________________________
26513 [  7137] By: jhi                                   on 2000/10/03  20:10:05
26514         Log: One remaining nit less at the VMS mailbox sizing.
26515      Branch: perl
26516            ! vms/vms.c
26517 ____________________________________________________________________________
26518 [  7136] By: jhi                                   on 2000/10/03  20:08:47
26519         Log: Test harness update to sync with the new perlcc,
26520              from Simon Cozens.
26521      Branch: perl
26522            ! t/TEST t/UTEST
26523 ____________________________________________________________________________
26524 [  7135] By: jhi                                   on 2000/10/03  15:15:42
26525         Log: Subject: Re: PATCH for 20001003.004
26526              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
26527              From: "AARON B. DOSSETT" <aaron@iglou.com>
26528              Message-Id: <E13gTay-0006od-00@iglou.com>
26529      Branch: perl
26530            ! installman installperl
26531 ____________________________________________________________________________
26532 [  7134] By: jhi                                   on 2000/10/03  15:00:34
26533         Log: Subject: [ID 20001003.006] B::Debug not -w clean
26534              From: Nicholas Clark <nick@babyhippo.co.uk>
26535              Date: Tue, 03 Oct 2000 15:46:32 +0100
26536              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
26537      Branch: perl
26538            ! ext/B/B/Debug.pm
26539 ____________________________________________________________________________
26540 [  7133] By: jhi                                   on 2000/10/03  14:58:39
26541         Log: Scale down the VMS message boxes, by Charles Lane.
26542              Fix for ID 20000903.009, workaround at
26543              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
26544      Branch: perl
26545            ! vms/vms.c
26546 ____________________________________________________________________________
26547 [  7132] By: jhi                                   on 2000/10/03  11:20:37
26548         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
26549      Branch: perl
26550            + t/lib/st-lock.t t/lib/st-utf8.t
26551            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
26552            ! ext/Storable/Storable.xs t/lib/st-recurse.t
26553 ____________________________________________________________________________
26554 [  7131] By: jhi                                   on 2000/10/03  03:38:23
26555         Log: Encode nits.
26556      Branch: perl
26557            ! MANIFEST Makefile.SH
26558 ____________________________________________________________________________
26559 [  7130] By: jhi                                   on 2000/10/03  03:31:05
26560         Log: Update Changes.
26561      Branch: perl
26562            ! Changes patchlevel.h
26563 ____________________________________________________________________________
26564 [  7129] By: jhi                                   on 2000/10/03  02:24:02
26565         Log: Misplaced else.
26566      Branch: metaconfig/U/perl
26567            ! d_strtoll.U
26568      Branch: perl
26569            ! Configure config_h.SH
26570 ____________________________________________________________________________
26571 [  7128] By: jhi                                   on 2000/10/03  02:08:29
26572         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
26573              From: sthoenna@efn.org
26574              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
26575              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
26576      Branch: metaconfig/U/perl
26577            ! d_strtoll.U
26578      Branch: perl
26579            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
26580 ____________________________________________________________________________
26581 [  7127] By: jhi                                   on 2000/10/03  01:13:14
26582         Log: Update Changes.
26583      Branch: perl
26584            ! Changes patchlevel.h
26585 ____________________________________________________________________________
26586 [  7126] By: jhi                                   on 2000/10/03  00:57:08
26587         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
26588              as suggested by Olaf Flebbe and Nick Clark.
26589      Branch: perl
26590            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
26591 ____________________________________________________________________________
26592 [  7125] By: jhi                                   on 2000/10/03  00:50:56
26593         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
26594              From: Nick Clark <nick@plum.flirble.org>
26595              Date: Mon, 2 Oct 2000 11:03:24 +0100
26596              Message-Id: <20001002110324.D20073@plum.flirble.org>
26597              
26598              Also fixes bug ID 20001002.005.
26599      Branch: perl
26600            ! t/lib/encode.t
26601 ____________________________________________________________________________
26602 [  7124] By: jhi                                   on 2000/10/03  00:34:59
26603         Log: Subject: [PATCH 5.7.0] Epoc update
26604              From: Olaf Flebbe <o.flebbe@gmx.de>
26605              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
26606              Message-ID: <26423.969484586@www10.gmx.net>
26607      Branch: perl
26608            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
26609            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
26610            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
26611            ! util.c util.h
26612 ____________________________________________________________________________
26613 [  7123] By: jhi                                   on 2000/10/03  00:30:07
26614         Log: Regen headers.
26615      Branch: perl
26616            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
26617 ____________________________________________________________________________
26618 [  7122] By: jhi                                   on 2000/10/03  00:10:48
26619         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
26620      Branch: perl
26621            ! hints/openbsd.sh
26622 ____________________________________________________________________________
26623 [  7121] By: jhi                                   on 2000/10/03  00:05:06
26624         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
26625              From: <abigail@foad.org>
26626              Date: Tue, 26 Sep 2000 13:36:14 -0400
26627              Message-ID: <20000926173614.4356.qmail@foad.org>
26628      Branch: perl
26629            ! pod/perlop.pod
26630 ____________________________________________________________________________
26631 [  7120] By: jhi                                   on 2000/10/03  00:04:00
26632         Log: Inside require() $^S was always left undefined.
26633              
26634              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
26635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26636              Date: Wed, 27 Sep 2000 18:54:49 -0400
26637              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
26638      Branch: perl
26639            ! cop.h mg.c pp_ctl.c util.c
26640 ____________________________________________________________________________
26641 [  7119] By: jhi                                   on 2000/10/03  00:00:16
26642         Log: Subject: [PATCH] DLL not restartabke with threaded perl
26643              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
26644              Date: Thu, 28 Sep 2000 09:20:46 +0100
26645              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
26646      Branch: perl
26647            ! perl.c
26648 ____________________________________________________________________________
26649 [  7118] By: jhi                                   on 2000/10/02  23:59:20
26650         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
26651              From: Nicholas Clark <nick@ccl4.org>
26652              Date: Thu, 28 Sep 2000 11:52:24 +0100
26653              Message-ID: <20000928115224.D7924@plum.flirble.org>
26654      Branch: perl
26655            ! op.c
26656 ____________________________________________________________________________
26657 [  7117] By: jhi                                   on 2000/10/02  23:57:51
26658         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
26659              From: Nicholas Clark <nick@babyhippo.co.uk>
26660              Date: Thu, 28 Sep 2000 12:18:10 +0100
26661              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
26662              
26663              Did not apply cleanly, manual intervention was needed.
26664      Branch: perl
26665            ! ext/B/B/Bytecode.pm utils/perlcc.PL
26666 ____________________________________________________________________________
26667 [  7116] By: jhi                                   on 2000/10/02  23:50:40
26668         Log: Document the issue (is not a syntax error, kind of)
26669              
26670              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
26671              From: Nicholas Clark <nick@ccl4.org>
26672              Date: Thu, 28 Sep 2000 17:12:42 +0100
26673              Message-ID: <20000928171242.K7924@plum.flirble.org>
26674      Branch: perl
26675            ! pod/perldata.pod
26676 ____________________________________________________________________________
26677 [  7115] By: jhi                                   on 2000/10/02  23:48:58
26678         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
26679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26680              Date: Thu, 28 Sep 2000 21:55:31 -0400
26681              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
26682      Branch: perl
26683            ! regexec.c
26684 ____________________________________________________________________________
26685 [  7114] By: jhi                                   on 2000/10/02  23:47:57
26686         Log: Subject: DOC PATCH 5.6.0
26687              From: mjd@plover.com
26688              Date: 30 Sep 2000 06:02:34 -0000
26689              Message-ID: <20000930060234.4559.qmail@plover.com>
26690      Branch: perl
26691            ! pod/perldebguts.pod
26692 ____________________________________________________________________________
26693 [  7113] By: jhi                                   on 2000/10/02  23:46:43
26694         Log: SOCK_DGRAM and listen() do not mix as reported in
26695              
26696              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
26697              From: Petter Reinholdtsen <pere@hungry.com>
26698              Date: Sun, 1 Oct 2000 10:57:20 +0800
26699              Message-Id: <200010010257.KAA05735@localhost.localdomain>
26700              
26701              The patch for 5.7.0+ had to be reengineered, though.
26702      Branch: perl
26703            ! ext/IO/lib/IO/Socket/UNIX.pm
26704 ____________________________________________________________________________
26705 [  7112] By: jhi                                   on 2000/10/02  23:36:57
26706         Log: Subject: Re: [PATCH 5.005_64 missed]
26707              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26708              Date: Sun, 1 Oct 2000 18:50:10 -0400
26709              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
26710      Branch: perl
26711            ! pod/perlxs.pod
26712 ____________________________________________________________________________
26713 [  7111] By: jhi                                   on 2000/10/02  23:35:40
26714         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
26715              From: Radu Greab <radu@netsoft.ro>
26716              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
26717              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
26718      Branch: perl
26719            ! op.c opcode.pl t/op/substr.t
26720 ____________________________________________________________________________
26721 [  7110] By: jhi                                   on 2000/10/02  23:32:38
26722         Log: Subject: [PATCH] Fix aliasing of tied filehandles
26723              From: Daniel Chetlin <daniel@chetlin.com>
26724              Date: Mon, 2 Oct 2000 14:53:27 -0700
26725              Message-ID: <20001002145327.C1617@ilmd>
26726      Branch: perl
26727            ! perl.h pp_hot.c t/op/tiehandle.t
26728 ____________________________________________________________________________
26729 [  7109] By: jhi                                   on 2000/10/02  23:31:30
26730         Log: s/Robin Parker/Robin Barker/
26731      Branch: perl
26732            ! Changes5.6
26733 ____________________________________________________________________________
26734 [  7108] By: jhi                                   on 2000/10/02  23:15:46
26735         Log: Retract #7091 as suggested in
26736              
26737              From: Robin Barker <rmb1@cise.npl.co.uk> 
26738              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
26739              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
26740              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
26741      Branch: perl
26742            ! embed.pl proto.h
26743 ____________________________________________________________________________
26744 [  7107] By: nick                                  on 2000/10/02  18:23:14
26745         Log: A few tweaks to get Tk803 to work with Encode scheme.
26746      Branch: perl
26747            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
26748 ____________________________________________________________________________
26749 [  7106] By: nick                                  on 2000/10/01  21:34:14
26750         Log: Add checking cases to Encode's toUnicode and fromUnicode.
26751      Branch: perl
26752            ! ext/Encode/Encode.pm
26753 ____________________________________________________________________________
26754 [  7105] By: nick                                  on 2000/10/01  17:18:01
26755         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
26756              To read and use them.
26757              Add a lib/encode.t which checks a few things.
26758      Branch: perl
26759            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
26760            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
26761            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
26762            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
26763            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
26764            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
26765            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
26766            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
26767            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
26768            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
26769            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
26770            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
26771            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
26772            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
26773            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
26774            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
26775            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
26776            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
26777            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
26778            + ext/Encode/Encode/iso2022-jp.enc
26779            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
26780            + ext/Encode/Encode/iso8859-1.enc
26781            + ext/Encode/Encode/iso8859-2.enc
26782            + ext/Encode/Encode/iso8859-3.enc
26783            + ext/Encode/Encode/iso8859-4.enc
26784            + ext/Encode/Encode/iso8859-5.enc
26785            + ext/Encode/Encode/iso8859-6.enc
26786            + ext/Encode/Encode/iso8859-7.enc
26787            + ext/Encode/Encode/iso8859-8.enc
26788            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
26789            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
26790            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
26791            + ext/Encode/Encode/macCentEuro.enc
26792            + ext/Encode/Encode/macCroatian.enc
26793            + ext/Encode/Encode/macCyrillic.enc
26794            + ext/Encode/Encode/macDingbats.enc
26795            + ext/Encode/Encode/macGreek.enc
26796            + ext/Encode/Encode/macIceland.enc
26797            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
26798            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
26799            + ext/Encode/Encode/macTurkish.enc
26800            + ext/Encode/Encode/macUkraine.enc
26801            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
26802            + t/lib/encode.t
26803            ! MANIFEST ext/Encode/Encode.pm
26804 ____________________________________________________________________________
26805 [  7104] By: nick                                  on 2000/09/30  13:04:30
26806         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
26807              From: Daniel Chetlin <daniel@chetlin.com>
26808              Date: Mon, 18 Sep 2000 05:05:40 -0700
26809              Message-Id: <20000918050540.C652@ilmd>
26810      Branch: perl
26811            ! lib/overload.pm sv.c t/pragma/overload.t
26812 ____________________________________________________________________________
26813 [  7103] By: nick                                  on 2000/09/30  12:53:36
26814         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
26815              From: Johan Vromans <jvromans@squirrel.nl>
26816              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
26817              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
26818      Branch: perl
26819            ! pod/Makefile.SH
26820 ____________________________________________________________________________
26821 [  7102] By: nick                                  on 2000/09/30  12:52:31
26822         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
26823              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26824              Date: Sat, 16 Sep 2000 16:36:45 -0400
26825              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
26826      Branch: perl
26827            ! ext/B/B/Deparse.pm
26828 ____________________________________________________________________________
26829 [  7101] By: nick                                  on 2000/09/30  12:51:41
26830         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
26831              From: Craig A. Berry <craig.berry@psinetcs.com>
26832              Date: Sat, 16 Sep 2000 10:11:10 -0500
26833              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
26834      Branch: perl
26835            ! vms/vms.c
26836 ____________________________________________________________________________
26837 [  7100] By: nick                                  on 2000/09/30  12:50:33
26838         Log: Subject: Re: unicode support and perl [ID 20000901.097]
26839              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26840              Date: Fri, 15 Sep 2000 16:37:58 -0400
26841              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
26842      Branch: perl
26843            ! t/op/append.t
26844 ____________________________________________________________________________
26845 [  7099] By: nick                                  on 2000/09/30  12:49:35
26846         Log: Subject: Re: unicode support and perl [ID 20000901.097]
26847              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26848              Date: Fri, 15 Sep 2000 16:25:30 -0400
26849              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
26850      Branch: perl
26851            ! pp_hot.c
26852 ____________________________________________________________________________
26853 [  7098] By: nick                                  on 2000/09/30  12:48:00
26854         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
26855              From: Gisle Aas <gisle@ActiveState.com>
26856              Date: 15 Sep 2000 16:23:41 +0200
26857              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
26858      Branch: perl
26859            ! toke.c
26860 ____________________________________________________________________________
26861 [  7097] By: nick                                  on 2000/09/30  12:45:16
26862         Log: Subject: [PATCH] Nits in perlmod.pod
26863              From: Daniel Chetlin <daniel@chetlin.com>
26864              Date: Fri, 15 Sep 2000 02:04:09 -0700
26865              Message-Id: <20000915020409.A2104@ilmd>
26866      Branch: perl
26867            ! pod/perlmod.pod
26868 ____________________________________________________________________________
26869 [  7096] By: nick                                  on 2000/09/30  12:18:00
26870         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
26871              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
26872              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
26873              0 to checking to get the warning.
26874      Branch: perl
26875            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
26876            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
26877            ! regexec.c sv.c toke.c utf8.c
26878 ____________________________________________________________________________
26879 [  7095] By: nick                                  on 2000/09/15  16:55:59
26880         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
26881              
26882              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
26883              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26884              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
26885              Date: Fri, 15 Sep 2000 06:37:30 -0400
26886      Branch: perl
26887            ! ext/Encode/Encode.xs sv.c
26888 ____________________________________________________________________________
26889 [  7094] By: jhi                                   on 2000/09/15  03:23:32
26890         Log: Update Changes.
26891      Branch: perl
26892            ! Changes patchlevel.h
26893 ____________________________________________________________________________
26894 [  7093] By: jhi                                   on 2000/09/15  03:11:44
26895         Log: Fix for the charnames.t failures from Spider Boardman.
26896      Branch: perl
26897            ! toke.c
26898 ____________________________________________________________________________
26899 [  7092] By: jhi                                   on 2000/09/15  00:15:48
26900         Log: Botched the #7090 check-in.
26901      Branch: perl
26902            ! sv.c
26903 ____________________________________________________________________________
26904 [  7091] By: jhi                                   on 2000/09/14  23:33:24
26905         Log: Part of #7081 didn't come through.
26906      Branch: perl
26907            ! embed.pl proto.h
26908 ____________________________________________________________________________
26909 [  7090] By: jhi                                   on 2000/09/14  23:17:39
26910         Log: Subject: Re: perl@7078 
26911              From: Spider Boardman <spider@web.zk3.dec.com>
26912              Date: Thu, 14 Sep 2000 19:06:36 -0400
26913              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
26914      Branch: perl
26915            ! sv.c toke.c
26916 ____________________________________________________________________________
26917 [  7089] By: jhi                                   on 2000/09/14  23:11:21
26918         Log: Small portability tweaks.
26919      Branch: perl
26920            ! ext/Encode/Encode.xs
26921 ____________________________________________________________________________
26922 [  7088] By: jhi                                   on 2000/09/14  22:57:23
26923         Log: Fake return to pacify picky compilers.
26924      Branch: perl
26925            ! ext/Encode/Encode.xs
26926 ____________________________________________________________________________
26927 [  7087] By: jhi                                   on 2000/09/14  22:53:37
26928         Log: Subject: [PATCH] utf8.c apidoc
26929              From: Simon Cozens <simon@cozens.net>
26930              Date: Thu, 14 Sep 2000 23:46:57 +0100
26931              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
26932      Branch: perl
26933            ! perlapi.c pod/perlapi.pod utf8.c
26934 ____________________________________________________________________________
26935 [  7086] By: jhi                                   on 2000/09/14  22:40:38
26936         Log: We don't need to count the high bit bytes, a boolean is enough. 
26937      Branch: perl
26938            ! sv.c
26939 ____________________________________________________________________________
26940 [  7085] By: jhi                                   on 2000/09/14  21:20:09
26941         Log: Replace #7084 with
26942              
26943              Subject: Re: perl@7078 
26944              From: Spider Boardman <spider@web.zk3.dec.com>
26945              Date: Thu, 14 Sep 2000 17:09:36 -0400
26946              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
26947      Branch: perl
26948            ! sv.c utf8.c
26949 ____________________________________________________________________________
26950 [  7084] By: jhi                                   on 2000/09/14  20:03:34
26951         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
26952              convertable to bytes by checking it doesn't go above 0xc3
26953              
26954              Subject: Re: perl@7078
26955              From: Simon Cozens <simon@cozens.net>
26956              Date: Thu, 14 Sep 2000 20:59:19 +0100
26957              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
26958      Branch: perl
26959            ! utf8.c
26960 ____________________________________________________________________________
26961 [  7083] By: jhi                                   on 2000/09/14  19:38:47
26962         Log: Subject: Re: perl@7078
26963              From: Simon Cozens <simon@cozens.net>
26964              Date: Thu, 14 Sep 2000 20:13:09 +0100
26965              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
26966      Branch: perl
26967            ! t/op/bop.t
26968 ____________________________________________________________________________
26969 [  7082] By: jhi                                   on 2000/09/14  17:50:44
26970         Log: The one that got away.
26971      Branch: perl
26972            ! lib/File/Find.pm
26973 ____________________________________________________________________________
26974 [  7081] By: jhi                                   on 2000/09/14  17:45:35
26975         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
26976              From: Robin Barker <rmb1@cise.npl.co.uk>
26977              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
26978              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
26979      Branch: perl
26980            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
26981            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
26982            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
26983            ! regcomp.c toke.c universal.c
26984 ____________________________________________________________________________
26985 [  7080] By: jhi                                   on 2000/09/14  17:40:35
26986         Log: Problems picked up by AIX cc.
26987              
26988              Subject: Re: perl@7078 (patch included)
26989              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26990              Date: Thu, 14 Sep 2000 18:53:30 +0200
26991              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
26992      Branch: perl
26993            ! ext/Encode/Encode.xs
26994 ____________________________________________________________________________
26995 [  7079] By: jhi                                   on 2000/09/14  17:38:27
26996         Log: Subject: File::Find 5.7.0 POD nits
26997              From: Rich Morin <rdm@cfcl.com>
26998              Date: Wed, 13 Sep 2000 22:03:58 -0700
26999              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
27000      Branch: perl
27001            ! lib/File/Find.pm
27002 ____________________________________________________________________________
27003 [  7078] By: jhi                                   on 2000/09/14  14:58:20
27004         Log: Update Changes.
27005      Branch: perl
27006            ! Changes patchlevel.h
27007 ____________________________________________________________________________
27008 [  7077] By: jhi                                   on 2000/09/14  14:55:54
27009         Log: Compilation warnings and an error.
27010      Branch: perl
27011            ! sv.c
27012 ____________________________________________________________________________
27013 [  7076] By: jhi                                   on 2000/09/14  14:42:56
27014         Log: Fix for a parsing bug, not for the original bug.
27015              
27016              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
27017              From: Spider Boardman <spider@web.zk3.dec.com>
27018              Date: Wed, 13 Sep 2000 17:52:20 -0400
27019              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
27020      Branch: perl
27021            ! regcomp.c
27022 ____________________________________________________________________________
27023 [  7075] By: jhi                                   on 2000/09/14  14:40:40
27024         Log: Batch of UTF-8 patches from Simon Cozens.
27025      Branch: perl
27026            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
27027            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
27028            ! toke.c utf8.c
27029 ____________________________________________________________________________
27030 [  7074] By: jhi                                   on 2000/09/14  14:29:58
27031         Log: Subject: Re: Two advertising clauses need to be removed
27032              From: Russ Allbery <rra@stanford.edu>
27033              Date: 13 Sep 2000 18:50:26 -0700
27034              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
27035      Branch: perl
27036            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27037 ____________________________________________________________________________
27038 [  7073] By: jhi                                   on 2000/09/14  14:28:20
27039         Log: Subject: [PATCH] de-wall t/README
27040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27041              Date: Wed, 13 Sep 2000 17:46:55 -0700
27042              Message-ID: <//Bw5gzkge/e092yn@efn.org>
27043      Branch: perl
27044            ! t/README
27045 ____________________________________________________________________________
27046 [  7072] By: jhi                                   on 2000/09/14  14:25:10
27047         Log: Hints optimization.
27048              
27049              Subject: Minor nit
27050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27051              Date: Wed, 13 Sep 2000 21:42:07 +0200
27052              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
27053      Branch: perl
27054            ! hints/hpux.sh
27055 ____________________________________________________________________________
27056 [  7071] By: jhi                                   on 2000/09/14  14:23:30
27057         Log: Allow chop() and chomp() to be overridden.
27058              
27059              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
27060              From: "Casey R. Tweten" <crt@kiski.net>
27061              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
27062              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
27063      Branch: perl
27064            ! toke.c
27065 ____________________________________________________________________________
27066 [  7070] By: jhi                                   on 2000/09/14  14:20:36
27067         Log: The return value of setlocale must be copied away.
27068              
27069              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
27070              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27071              Date: Wed, 13 Sep 2000 16:27:37 +0100 
27072              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
27073      Branch: perl
27074            ! util.c
27075 ____________________________________________________________________________
27076 [  7069] By: jhi                                   on 2000/09/14  14:16:27
27077         Log: Remove vestiges of tr//CU.
27078              
27079              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27080              From: Nick Clark <nick@plum.flirble.org>
27081              Date: Tue, 12 Sep 2000 22:50:14 +0100
27082              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
27083              
27084              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27085              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27086              Date: Tue, 12 Sep 2000 21:38:48 -0700
27087              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
27088      Branch: perl
27089            ! op.h pod/perlunicode.pod
27090 ____________________________________________________________________________
27091 [  7068] By: jhi                                   on 2000/09/13  14:18:39
27092         Log: Add the Encode extension.  The code is still largely just skeleton.
27093      Branch: perl
27094            + ext/Encode/Encode.pm ext/Encode/Encode.xs
27095            + ext/Encode/Makefile.PL ext/Encode/Todo
27096            ! MANIFEST Todo-5.6
27097 ____________________________________________________________________________
27098 [  7067] By: jhi                                   on 2000/09/12  17:43:33
27099         Log: Allow for whitespace between "#" and "line" in cpp output.
27100              
27101              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
27102              From: Calle Dybedahl <calle@lysator.liu.se>
27103              Date: 12 Sep 2000 19:38:02 +0200 
27104              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
27105      Branch: perl
27106            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
27107 ____________________________________________________________________________
27108 [  7066] By: gsar                                  on 2000/09/12  17:24:29
27109         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
27110              initialization in all the threads on Windows
27111      Branch: perl
27112            ! win32/win32.c
27113 ____________________________________________________________________________
27114 [  7065] By: jhi                                   on 2000/09/12  15:11:31
27115         Log: Update Changes.
27116      Branch: perl
27117            ! Changes patchlevel.h
27118 ____________________________________________________________________________
27119 [  7064] By: jhi                                   on 2000/09/12  14:54:54
27120         Log: Retract #7062, the pod tests are not ready.
27121      Branch: perl
27122            ! t/TEST t/harness
27123 ____________________________________________________________________________
27124 [  7063] By: jhi                                   on 2000/09/12  14:25:41
27125         Log: The #7054 truncated Configure badly.
27126      Branch: metaconfig/U/perl
27127            ! End.U
27128      Branch: perl
27129            ! Configure config_h.SH
27130 ____________________________________________________________________________
27131 [  7062] By: jhi                                   on 2000/09/12  14:08:32
27132         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
27133              From: sthoenna@efn.org
27134              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
27135              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
27136      Branch: perl
27137            ! t/TEST t/harness
27138 ____________________________________________________________________________
27139 [  7061] By: jhi                                   on 2000/09/12  14:07:18
27140         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
27141              From: sthoenna@efn.org
27142              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
27143              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
27144      Branch: perl
27145            ! pod/perlxs.pod
27146 ____________________________________________________________________________
27147 [  7060] By: jhi                                   on 2000/09/12  14:06:08
27148         Log: Break up the myconfig lines a bit.
27149              
27150              Subject: perlbug/perl -V output format
27151              From: sthoenna@efn.org
27152              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
27153              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
27154      Branch: perl
27155            ! myconfig.SH
27156 ____________________________________________________________________________
27157 [  7059] By: jhi                                   on 2000/09/12  14:05:04
27158         Log: Test for the #7049.
27159              
27160              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
27161              From: andreas.koenig@anima.de (Andreas J. Koenig)
27162              Date: 12 Sep 2000 06:42:01 +0200
27163              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
27164      Branch: perl
27165            ! t/op/my.t
27166 ____________________________________________________________________________
27167 [  7058] By: jhi                                   on 2000/09/12  14:03:05
27168         Log: Subject: [patch: perl@7045] vms updates
27169              From: Peter Prymmer <pvhp@forte.com>
27170              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
27171              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
27172      Branch: perl
27173            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
27174 ____________________________________________________________________________
27175 [  7057] By: jhi                                   on 2000/09/12  14:00:51
27176         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
27177              From: sthoenna@efn.org
27178              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
27179              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
27180      Branch: perl
27181            ! t/op/64bitint.t
27182 ____________________________________________________________________________
27183 [  7056] By: jhi                                   on 2000/09/12  13:58:14
27184         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
27185              From: Jeff Pinyan <jeffp@crusoe.net>
27186              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
27187              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
27188      Branch: perl
27189            ! pod/perlfunc.pod
27190 ____________________________________________________________________________
27191 [  7055] By: jhi                                   on 2000/09/12  13:56:32
27192         Log: Do in VMS as the #7054 does.
27193      Branch: perl
27194            ! configure.com
27195 ____________________________________________________________________________
27196 [  7054] By: jhi                                   on 2000/09/12  13:50:31
27197         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
27198              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27199              Date: Mon, 11 Sep 2000 08:33:09 +0100
27200              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
27201      Branch: metaconfig/U/perl
27202            ! End.U
27203      Branch: perl
27204            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
27205            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27206 ____________________________________________________________________________
27207 [  7053] By: jhi                                   on 2000/09/12  13:29:19
27208         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
27209              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27210              Date:     Tue, 12 Sep 2000 08:35:59 EDT
27211              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
27212      Branch: perl
27213            ! vms/test.com
27214 ____________________________________________________________________________
27215 [  7052] By: jhi                                   on 2000/09/11  23:01:50
27216         Log: Document the SvUTF8*().
27217      Branch: perl
27218            ! pod/perlapi.pod sv.h
27219 ____________________________________________________________________________
27220 [  7051] By: gsar                                  on 2000/09/11  14:46:30
27221         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
27222              (missed a spot when fixing up op_pmreplroot hack for ithreads)
27223      Branch: perl
27224            ! op.c t/op/split.t
27225 ____________________________________________________________________________
27226 [  7050] By: nick                                  on 2000/09/11  10:03:51
27227         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
27228              
27229              Subject: borland C++ win32.c tweak
27230              From: Vadim Konovalov <vkonovalov@lucent.com>
27231              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
27232              Date: Mon, 11 Sep 2000 11:22:33 +0400
27233      Branch: perl
27234            ! win32/win32.c
27235 ____________________________________________________________________________
27236 [  7049] By: nick                                  on 2000/09/11  09:57:33
27237         Log: Point fix for s/// on foreach (keys %xxx).
27238      Branch: perl
27239            ! pp_hot.c
27240 ____________________________________________________________________________
27241 [  7048] By: jhi                                   on 2000/09/10  23:37:09
27242         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
27243              by Pod::Text, from Brad Appleton.
27244      Branch: perl
27245            ! t/pod/testp2pt.pl
27246 ____________________________________________________________________________
27247 [  7047] By: jhi                                   on 2000/09/10  14:32:53
27248         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
27249              by Russ Allbery.
27250      Branch: perl
27251            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
27252 ____________________________________________________________________________
27253 [  7046] By: jhi                                   on 2000/09/10  14:15:08
27254         Log: Upgrade to CPAN 1.57_65, from Andreas König.
27255      Branch: perl
27256            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27257 ____________________________________________________________________________
27258 [  7045] By: jhi                                   on 2000/09/08  21:36:32
27259         Log: Update Changes.
27260      Branch: perl
27261            ! Changes patchlevel.h
27262 ____________________________________________________________________________
27263 [  7044] By: jhi                                   on 2000/09/08  21:29:56
27264         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
27265              From: Peter Prymmer <pvhp@forte.com>
27266              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
27267              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
27268      Branch: perl
27269            ! configure.com
27270 ____________________________________________________________________________
27271 [  7043] By: jhi                                   on 2000/09/08  21:27:50
27272         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
27273              From: Peter Prymmer <pvhp@forte.com>
27274              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
27275              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
27276      Branch: perl
27277            ! Makefile.SH installperl
27278 ____________________________________________________________________________
27279 [  7042] By: jhi                                   on 2000/09/08  21:23:21
27280         Log: Continue #7041.
27281      Branch: perl
27282            ! cygwin/Makefile.SHs os2/Makefile.SHs
27283 ____________________________________________________________________________
27284 [  7041] By: jhi                                   on 2000/09/08  21:18:10
27285         Log: Do away with memory models cruft.  Sorry, PDP users.
27286      Branch: metaconfig
27287            ! U/modified/cc.U U/modified/libpth.U
27288      Branch: perl
27289            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
27290            ! Porting/config_H cflags.SH config_h.SH configure.com
27291            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
27292            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
27293            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
27294 ____________________________________________________________________________
27295 [  7040] By: jhi                                   on 2000/09/08  14:34:18
27296         Log: Major rewrite of s2p.  And I mean really major, it is
27297              an implementation of sed in perl.  If called as s2p it
27298              will function as s2p.  Note: needs non-UNIXifying.
27299              
27300              Subject: s2p
27301              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27302              Date: Mon, 28 Aug 2000 14:05:12 +0200
27303              Message-ID: <39AA5578.2102E2AA@alcatel.at>
27304      Branch: perl
27305            ! x2p/s2p.PL
27306 ____________________________________________________________________________
27307 [  7039] By: jhi                                   on 2000/09/08  14:19:49
27308         Log: Re-allow vec() for characters > 255.
27309              
27310              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
27311              From: Spider Boardman <spider@web.zk3.dec.com>
27312              Date: Fri, 08 Sep 2000 02:21:02 -0400
27313              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
27314      Branch: perl
27315            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
27316            ! t/op/vec.t
27317 ____________________________________________________________________________
27318 [  7038] By: jhi                                   on 2000/09/08  14:14:18
27319         Log: Subject: [PATCH lib/Benchmark.pm]
27320              From: <abigail@foad.org>
27321              Date: Thu, 7 Sep 2000 15:03:20 -0400
27322              Message-ID: <20000907190320.888.qmail@foad.org>
27323      Branch: perl
27324            ! lib/Benchmark.pm
27325 ____________________________________________________________________________
27326 [  7037] By: jhi                                   on 2000/09/08  14:11:06
27327         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
27328              
27329              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
27330              From: Spider Boardman <spider@web.zk3.dec.com>
27331              Date: Fri, 08 Sep 2000 01:30:27 -0400
27332              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
27333      Branch: perl
27334            ! op.c
27335 ____________________________________________________________________________
27336 [  7036] By: jhi                                   on 2000/09/08  14:08:58
27337         Log: Subject: [ID 20000908.002] perlipc documentation bug.
27338              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
27339              Date: Fri, 08 Sep 2000 12:38:32 +0200
27340              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
27341      Branch: perl
27342            ! pod/perlipc.pod
27343 ____________________________________________________________________________
27344 [  7035] By: jhi                                   on 2000/09/08  14:03:12
27345         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27347              Date: Fri, 08 Sep 2000 11:47:34 +0200
27348              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
27349      Branch: perl
27350            ! hints/dec_osf.sh
27351 ____________________________________________________________________________
27352 [  7034] By: jhi                                   on 2000/09/08  13:59:35
27353         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
27354              From: Simon Cozens <simon@cozens.net>
27355              Date: Thu, 7 Sep 2000 20:40:38 +0100
27356              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
27357      Branch: perl
27358            ! pp_hot.c
27359 ____________________________________________________________________________
27360 [  7033] By: jhi                                   on 2000/09/08  04:03:03
27361         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
27362              From: "Larry W. Virden" <lvirden@cas.org>
27363              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
27364              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
27365      Branch: perl
27366            ! pod/perldiag.pod
27367 ____________________________________________________________________________
27368 [  7032] By: jhi                                   on 2000/09/07  22:18:30
27369         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
27370              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
27371              Date: Mon, 04 Sep 2000 13:16:38 -0700
27372              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
27373      Branch: perl
27374            ! lib/perl5db.pl
27375 ____________________________________________________________________________
27376 [  7031] By: jhi                                   on 2000/09/07  22:02:29
27377         Log: Fix the ccversion detection for 5.1 and beyond.
27378              
27379              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27380              From: Spider Boardman <spider@leggy.zk3.dec.com>
27381              Date: Thu, 7 Sep 2000 17:54:27 -0400
27382              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
27383      Branch: perl
27384            ! hints/dec_osf.sh
27385 ____________________________________________________________________________
27386 [  7030] By: jhi                                   on 2000/09/07  19:12:28
27387         Log: Fix for
27388              
27389              Subject: [ID 20000903.001] \w in utf8-strings
27390              From: Marc Lehmann <pcg@goof.com>
27391              Date: Sun, 03 Sep 2000 09:44:29 +0200
27392              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
27393              
27394              and various related nits.
27395      Branch: perl
27396            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
27397 ____________________________________________________________________________
27398 [  7029] By: jhi                                   on 2000/09/07  18:49:09
27399         Log: Fix the URL, but the server is still missing in action.
27400              
27401              Subject: [ID 20000905.002] perlfaq1.pod URL error
27402              From: "Larry W. Virden" <lvirden@cas.org>
27403              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
27404              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
27405      Branch: perl
27406            ! pod/perlfaq1.pod
27407 ____________________________________________________________________________
27408 [  7028] By: jhi                                   on 2000/09/07  18:47:13
27409         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
27410              From: Hugo <hv@crypt.compulink.co.uk>
27411              Date: Tue, 05 Sep 2000 14:13:37 +0100
27412              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
27413      Branch: perl
27414            ! toke.c
27415 ____________________________________________________________________________
27416 [  7027] By: jhi                                   on 2000/09/07  18:45:35
27417         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
27418              From: Daniel Chetlin <daniel@chetlin.com>
27419              Date: Tue, 5 Sep 2000 04:57:07 -0700
27420              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
27421      Branch: perl
27422            ! pod/perlfaq6.pod pod/perlop.pod
27423 ____________________________________________________________________________
27424 [  7026] By: jhi                                   on 2000/09/07  18:44:01
27425         Log: Document the new ref() semantics.
27426              
27427              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
27428              From: Gisle Aas <gisle@ActiveState.com>
27429              Date: 05 Sep 2000 08:10:30 +0200
27430              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
27431      Branch: perl
27432            ! pod/perldelta.pod
27433 ____________________________________________________________________________
27434 [  7025] By: jhi                                   on 2000/09/07  18:42:27
27435         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
27436              
27437              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
27438              From: Gisle Aas <gisle@ActiveState.com>
27439              Date: 05 Sep 2000 08:11:40 +0200
27440              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
27441      Branch: perl
27442            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
27443 ____________________________________________________________________________
27444 [  7024] By: jhi                                   on 2000/09/07  18:39:32
27445         Log: Subject: [PATCH] Modernize Opcode.pm documentation
27446              From: Gisle Aas <gisle@ActiveState.com>
27447              Date: 4 Sep 2000 00:18:55 -0000
27448              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
27449      Branch: perl
27450            ! ext/Opcode/Opcode.pm
27451 ____________________________________________________________________________
27452 [  7023] By: jhi                                   on 2000/09/07  18:37:42
27453         Log: Subject: [PATCH] Tied filehandle documentation
27454              From: Gisle Aas <gisle@ActiveState.com>
27455              Date: 4 Sep 2000 00:14:40 -0000
27456              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
27457      Branch: perl
27458            ! pod/perlfunc.pod pod/perltie.pod
27459 ____________________________________________________________________________
27460 [  7022] By: jhi                                   on 2000/09/07  18:35:37
27461         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
27462              From: Gisle Aas <gisle@ActiveState.com>
27463              Date: 4 Sep 2000 00:04:22 -0000
27464              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
27465      Branch: perl
27466            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
27467 ____________________________________________________________________________
27468 [  7021] By: jhi                                   on 2000/09/07  18:33:22
27469         Log: Subject: small apidoc fix
27470              From: Marc Lehmann <pcg@goof.com>
27471              Date: Sun, 3 Sep 2000 05:12:06 +0200
27472              Message-ID: <20000903051206.A5909@cerebro.laendle>
27473      Branch: perl
27474            ! pod/perlapi.pod utf8.c
27475 ____________________________________________________________________________
27476 [  7020] By: jhi                                   on 2000/09/07  16:14:57
27477         Log: Tiny perldelta nits.
27478      Branch: perl
27479            ! pod/perldelta.pod
27480 ____________________________________________________________________________
27481 [  7019] By: jhi                                   on 2000/09/07  16:04:20
27482         Log: Guard against bad string->int conversion for quads.
27483      Branch: perl
27484            ! t/op/64bitint.t
27485 ____________________________________________________________________________
27486 [  7018] By: jhi                                   on 2000/09/06  17:07:03
27487         Log: Update Unicode todo list.
27488      Branch: perl
27489            ! Todo-5.6
27490 ____________________________________________________________________________
27491 [  7017] By: jhi                                   on 2000/09/05  21:16:01
27492         Log: Document the SvIOK_.*UV().
27493      Branch: perl
27494            ! pod/perlapi.pod sv.h
27495 ____________________________________________________________________________
27496 [  7016] By: nick                                  on 2000/09/03  21:54:46
27497         Log: Hash lookup of constant strings optimization:
27498              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
27499              to string table (as per sharepvn). Add newSV_pvn_share to create such
27500              a thing. Make hv.c compare addresses of strings and skip string compare
27501              if equal. Make method_named and helem ops use these shared-string SVs
27502              when arg is constant. Make keys op return shared-string SVs (less clearly
27503              a win).
27504      Branch: perl
27505            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
27506            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
27507            ! pod/perlintern.pod pp_hot.c proto.h sv.c
27508 ____________________________________________________________________________
27509 [  7015] By: jhi                                   on 2000/09/02  17:48:59
27510         Log: This is 5.7.0.
27511      Branch: perl
27512            ! Changes
27513 ____________________________________________________________________________
27514 [  7014] By: jhi                                   on 2000/09/02  17:35:45
27515         Log: Changes and patchlevel tweaks.
27516      Branch: perl
27517            ! Changes patchlevel.h
27518 ____________________________________________________________________________
27519 [  7013] By: jhi                                   on 2000/09/02  17:30:50
27520         Log: Update Changes.
27521      Branch: perl
27522            ! Changes patchlevel.h
27523 ____________________________________________________________________________
27524 [  7012] By: nick                                  on 2000/09/02  17:25:20
27525         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
27526      Branch: perl
27527            ! gv.c lib/overload.pm
27528 ____________________________________________________________________________
27529 [  7011] By: jhi                                   on 2000/09/02  17:16:25
27530         Log: Update perlhist.
27531      Branch: perl
27532            ! pod/perlhist.pod
27533 ____________________________________________________________________________
27534 [  7010] By: jhi                                   on 2000/09/02  17:01:35
27535         Log: perldelta nits.
27536      Branch: perl
27537            ! pod/perldelta.pod
27538 ____________________________________________________________________________
27539 [  7009] By: nick                                  on 2000/09/02  16:48:35
27540         Log: If overloaded %{} etc. return the object do not loop.
27541              Thus  sub deref { $_[0] } functions if object is wanted type.
27542      Branch: perl
27543            ! pp.h
27544 ____________________________________________________________________________
27545 [  7008] By: jhi                                   on 2000/09/02  16:26:11
27546         Log: Retab MANIFEST.
27547      Branch: perl
27548            ! ext/Storable/MANIFEST
27549 ____________________________________________________________________________
27550 [  7007] By: jhi                                   on 2000/09/02  16:23:02
27551         Log: Make certain cc is set before trying to run it.
27552      Branch: perl
27553            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
27554 ____________________________________________________________________________
27555 [  7006] By: jhi                                   on 2000/09/02  15:45:41
27556         Log: Unicode notes.
27557      Branch: perl
27558            ! pod/perldelta.pod
27559 ____________________________________________________________________________
27560 [  7005] By: jhi                                   on 2000/09/02  15:42:11
27561         Log: Various Configure nits by Philip Newton,
27562              plus the ebcdic one by me.
27563      Branch: metaconfig
27564            + U/modified/pager.U
27565            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
27566      Branch: metaconfig/U/perl
27567            ! Devel.U quadfio.U
27568      Branch: perl
27569            ! Configure config_h.SH
27570 ____________________________________________________________________________
27571 [  7004] By: jhi                                   on 2000/09/02  15:06:14
27572         Log: Apparently avoiding the swapping is too costly.
27573              
27574              From: "Ben Tilly" <ben_tilly@hotmail.com>
27575              Subject: Re: the door is closed.
27576              Date: Fri, 01 Sep 2000 20:23:16 EDT
27577              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
27578      Branch: perl
27579            ! pod/perlfaq4.pod
27580 ____________________________________________________________________________
27581 [  7003] By: nick                                  on 2000/09/02  12:26:04
27582         Log: Undo part of change 6489 which looks like a bulk edit which
27583              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
27584              The supressing of main:: on return from select() is undesirable.
27585      Branch: perl
27586            ! pp_sys.c
27587 ____________________________________________________________________________
27588 [  7002] By: jhi                                   on 2000/09/01  23:08:54
27589         Log: Update Changes.
27590      Branch: perl
27591            ! Changes patchlevel.h
27592 ____________________________________________________________________________
27593 [  7001] By: jhi                                   on 2000/09/01  23:00:13
27594         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
27595              From: Peter Prymmer <pvhp@forte.com>
27596              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
27597              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
27598              
27599              plus rework the http: spots as suggested by Tom Christiansen,
27600              plus regen perltoc.
27601      Branch: perl
27602            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
27603            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
27604 ____________________________________________________________________________
27605 [  7000] By: jhi                                   on 2000/09/01  22:36:01
27606         Log: Only the first line, thank you very much.
27607      Branch: perl
27608            ! hints/solaris_2.sh
27609 ____________________________________________________________________________
27610 [  6999] By: gsar                                  on 2000/09/01  22:16:40
27611         Log: change#6791 accidentally clobbered change#6710, put it back
27612      Branch: perl
27613            ! win32/win32.c
27614 ____________________________________________________________________________
27615 [  6998] By: jhi                                   on 2000/09/01  22:14:16
27616         Log: Mention the HP-UX LP64 freak failure.
27617      Branch: perl
27618            ! pod/perldelta.pod
27619 ____________________________________________________________________________
27620 [  6997] By: jhi                                   on 2000/09/01  21:48:32
27621         Log: Detypo.
27622      Branch: perl
27623            ! hints/hpux.sh
27624 ____________________________________________________________________________
27625 [  6996] By: jhi                                   on 2000/09/01  21:27:10
27626         Log: Update Changes.
27627      Branch: perl
27628            ! Changes patchlevel.h
27629 ____________________________________________________________________________
27630 [  6995] By: jhi                                   on 2000/09/01  21:14:24
27631         Log: Mi splgn s gnin.g
27632      Branch: perl
27633            ! pp_ctl.c
27634 ____________________________________________________________________________
27635 [  6994] By: jhi                                   on 2000/09/01  21:09:54
27636         Log: Subject: http:// in L<>
27637              From: Nicholas Clark <nick@ccl4.org>
27638              Date: Fri, 1 Sep 2000 22:03:21 +0100
27639              Message-ID: <20000901220321.B72074@plum.flirble.org>
27640      Branch: perl
27641            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
27642 ____________________________________________________________________________
27643 [  6993] By: jhi                                   on 2000/09/01  21:06:54
27644         Log: Update to Storable 1.0, from Raphael Manfredi.
27645      Branch: perl
27646            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
27647            ! ext/Storable/Makefile.PL ext/Storable/README
27648            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27649            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
27650            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
27651            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
27652            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
27653            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
27654 ____________________________________________________________________________
27655 [  6992] By: jhi                                   on 2000/09/01  20:43:05
27656         Log: Mention known sfio+linux buglet.
27657      Branch: perl
27658            ! pod/perldelta.pod
27659 ____________________________________________________________________________
27660 [  6991] By: jhi                                   on 2000/09/01  20:40:11
27661         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
27662              From: Peter Prymmer <pvhp@forte.com>
27663              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
27664              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
27665      Branch: perl
27666            ! vms/vms.c
27667 ____________________________________________________________________________
27668 [  6990] By: jhi                                   on 2000/09/01  20:25:26
27669         Log: Retract #6986.
27670      Branch: perl
27671            ! hints/solaris_2.sh
27672 ____________________________________________________________________________
27673 [  6989] By: jhi                                   on 2000/09/01  20:23:00
27674         Log: Mergesort is back.
27675      Branch: perl
27676            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
27677 ____________________________________________________________________________
27678 [  6988] By: jhi                                   on 2000/09/01  19:37:40
27679         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
27680              From: Mike Guy <mjtg@cam.ac.uk>
27681              Date: Fri, 01 Sep 2000 17:43:33 +0100
27682              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
27683      Branch: perl
27684            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
27685            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
27686 ____________________________________________________________________________
27687 [  6987] By: jhi                                   on 2000/09/01  19:17:10
27688         Log: Regen perltoc.
27689      Branch: perl
27690            ! pod/perltoc.pod
27691 ____________________________________________________________________________
27692 [  6986] By: jhi                                   on 2000/09/01  18:51:10
27693         Log: Subject: Re: Solaris x86 has no SPARC libraries!
27694              From: Lupe Christoph <lupe@lupe-christoph.de>
27695              Date: Fri, 1 Sep 2000 20:41:20 +0200
27696              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
27697      Branch: perl
27698            ! hints/solaris_2.sh
27699 ____________________________________________________________________________
27700 [  6985] By: jhi                                   on 2000/09/01  18:28:10
27701         Log: Update Changes.
27702      Branch: perl
27703            ! Changes patchlevel.h
27704 ____________________________________________________________________________
27705 [  6984] By: jhi                                   on 2000/09/01  18:26:53
27706         Log: Feature ordering tweak.
27707      Branch: perl
27708            ! myconfig.SH
27709 ____________________________________________________________________________
27710 [  6983] By: jhi                                   on 2000/09/01  18:19:50
27711         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27712              From: <abigail@foad.org>
27713              Date: Fri, 1 Sep 2000 13:07:32 -0400
27714              Message-ID: <20000901170732.18249.qmail@foad.org>
27715      Branch: perl
27716            ! t/pragma/overload.t
27717 ____________________________________________________________________________
27718 [  6982] By: jhi                                   on 2000/09/01  18:17:54
27719         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
27720              so that case-ignoring systems like DCL can tell them from
27721              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
27722      Branch: metaconfig/U/perl
27723            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
27724      Branch: perl
27725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27726            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
27727            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
27728            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
27729            ! vos/config.def vos/config.h vos/config_h.SH_orig
27730            ! win32/config.bc win32/config.gc win32/config.vc
27731 ____________________________________________________________________________
27732 [  6981] By: nick                                  on 2000/09/01  17:21:57
27733         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
27734              warning when UNTIE exists and instead pass the cound of extra references to
27735              the UNTIE method.
27736      Branch: perl
27737            ! pod/perltie.pod pp_sys.c
27738 ____________________________________________________________________________
27739 [  6980] By: jhi                                   on 2000/09/01  16:54:44
27740         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
27741              From: Peter Prymmer <pvhp@forte.com>
27742              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
27743              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
27744      Branch: perl
27745            ! configure.com
27746 ____________________________________________________________________________
27747 [  6979] By: jhi                                   on 2000/09/01  16:06:20
27748         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
27749              From: Mike Guy <mjtg@cam.ac.uk> 
27750              Date: Fri, 01 Sep 2000 16:49:27 +0100
27751              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
27752      Branch: perl
27753            ! t/base/rs.t
27754 ____________________________________________________________________________
27755 [  6978] By: jhi                                   on 2000/09/01  16:00:42
27756         Log: Update to PodParser 1.18, from Brad Appleton.
27757      Branch: perl
27758            ! lib/Pod/Checker.pm t/pod/find.t
27759 ____________________________________________________________________________
27760 [  6977] By: jhi                                   on 2000/09/01  14:48:58
27761         Log: Subject: Nit in Configure (bleadperl@6961)
27762              From: Lupe Christoph <lupe@lupe-christoph.de>
27763              Date: Fri, 1 Sep 2000 16:34:29 +0200
27764              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
27765      Branch: metaconfig
27766            ! U/compline/ccflags.U
27767      Branch: perl
27768            ! Configure config_h.SH
27769 ____________________________________________________________________________
27770 [  6976] By: jhi                                   on 2000/09/01  14:39:52
27771         Log: Update Changes.
27772      Branch: perl
27773            ! Changes patchlevel.h
27774 ____________________________________________________________________________
27775 [  6975] By: jhi                                   on 2000/09/01  14:37:36
27776         Log: microperl config update.
27777      Branch: perl
27778            ! uconfig.h uconfig.sh
27779 ____________________________________________________________________________
27780 [  6974] By: jhi                                   on 2000/09/01  14:36:53
27781         Log: Document known deficiencies.
27782      Branch: perl
27783            ! pod/perldelta.pod
27784 ____________________________________________________________________________
27785 [  6973] By: jhi                                   on 2000/09/01  14:10:20
27786         Log: Mention warnings fixes and updates.
27787      Branch: perl
27788            ! pod/perldelta.pod
27789 ____________________________________________________________________________
27790 [  6972] By: jhi                                   on 2000/09/01  14:01:52
27791         Log: Drop unused argument.
27792              
27793              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
27794              From: Spider Boardman <spider@web.zk3.dec.com>
27795              Date: Thu, 31 Aug 2000 16:10:15 -0400
27796              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
27797      Branch: perl
27798            ! toke.c
27799 ____________________________________________________________________________
27800 [  6971] By: jhi                                   on 2000/09/01  13:59:24
27801         Log: Add the overload warnings to perldiag.
27802      Branch: perl
27803            ! lib/overload.pm pod/perldiag.pod
27804 ____________________________________________________________________________
27805 [  6970] By: jhi                                   on 2000/09/01  13:55:10
27806         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27807              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27808              Date: Fri, 1 Sep 2000 13:43:15 +0100 
27809              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
27810      Branch: perl
27811            ! lib/overload.pm t/pragma/overload.t
27812 ____________________________________________________________________________
27813 [  6969] By: jhi                                   on 2000/09/01  13:52:27
27814         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27815              From: <abigail@foad.org>
27816              Date: Fri, 1 Sep 2000 05:46:54 -0400
27817              Message-ID: <20000901094654.6476.qmail@foad.org>
27818      Branch: perl
27819            ! lib/overload.pm
27820 ____________________________________________________________________________
27821 [  6968] By: jhi                                   on 2000/09/01  13:50:05
27822         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
27823              From: Daniel Chetlin <daniel@chetlin.com>
27824              Date: Fri, 1 Sep 2000 02:10:55 -0700
27825              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
27826      Branch: perl
27827            ! pod/perlretut.pod
27828 ____________________________________________________________________________
27829 [  6967] By: jhi                                   on 2000/09/01  13:47:54
27830         Log: Part of the solution.
27831              
27832              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
27833              From: Mike Guy <mjtg@cam.ac.uk>
27834              Date: Fri, 01 Sep 2000 14:16:01 +0100
27835              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
27836      Branch: perl
27837            ! gv.c mg.c
27838 ____________________________________________________________________________
27839 [  6966] By: jhi                                   on 2000/09/01  13:46:17
27840         Log: Subject: CPAN.pm beta 1.57_57 for the core
27841              From: andreas.koenig@anima.de (Andreas J. Koenig)
27842              Date: 01 Sep 2000 15:16:31 +0200
27843              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
27844      Branch: perl
27845            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27846 ____________________________________________________________________________
27847 [  6965] By: jhi                                   on 2000/09/01  13:43:18
27848         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
27849              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27850              Date: Fri, 01 Sep 2000 01:47:22 -0500
27851              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
27852      Branch: perl
27853            ! pod/perldelta.pod vms/vms.c
27854 ____________________________________________________________________________
27855 [  6964] By: jhi                                   on 2000/09/01  13:35:35
27856         Log: File::Temp patches from Andreas König,
27857              
27858              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
27859              From: andreas.koenig@anima.de (Andreas J. Koenig)
27860              Date: 01 Sep 2000 10:07:20 +0200
27861              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
27862              
27863              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
27864              From: andreas.koenig@anima.de (Andreas J. Koenig)
27865              Date: 31 Aug 2000 23:26:08 +0200
27866              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
27867      Branch: perl
27868            ! lib/File/Temp.pm t/lib/ftmp-security.t
27869 ____________________________________________________________________________
27870 [  6963] By: jhi                                   on 2000/09/01  02:22:24
27871         Log: Retract the mergesort code, way too incompatible licensing
27872              and copyrights.
27873      Branch: perl
27874            ! pod/perldelta.pod pp_ctl.c
27875 ____________________________________________________________________________
27876 [  6962] By: jhi                                   on 2000/08/31  23:27:32
27877         Log: Update Changes.
27878      Branch: perl
27879            ! Changes patchlevel.h
27880 ____________________________________________________________________________
27881 [  6961] By: jhi                                   on 2000/08/31  23:20:04
27882         Log: Small tweaks all over.
27883      Branch: metaconfig
27884            ! U/compline/d_gconvert.U
27885      Branch: perl
27886            ! AUTHORS Configure config_h.SH pp_ctl.c
27887 ____________________________________________________________________________
27888 [  6960] By: jhi                                   on 2000/08/31  22:39:36
27889         Log: Further rewording.
27890      Branch: perl
27891            ! pp_ctl.c
27892 ____________________________________________________________________________
27893 [  6959] By: jhi                                   on 2000/08/31  21:26:44
27894         Log: More address tweaking.
27895      Branch: perl
27896            ! AUTHORS Changes
27897 ____________________________________________________________________________
27898 [  6958] By: jhi                                   on 2000/08/31  20:47:25
27899         Log: AUTHORS tweaks, from Peter Prymmer.
27900              
27901              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
27902              From: Peter Prymmer <pvhp@forte.com>
27903              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
27904              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
27905      Branch: perl
27906            ! AUTHORS MAINTAIN
27907 ____________________________________________________________________________
27908 [  6957] By: jhi                                   on 2000/08/31  20:34:43
27909         Log: perldelta tweaks.
27910      Branch: perl
27911            ! pod/perldelta.pod
27912 ____________________________________________________________________________
27913 [  6956] By: jhi                                   on 2000/08/31  19:11:06
27914         Log: Regen perltoc.
27915      Branch: perl
27916            ! pod/perltoc.pod
27917 ____________________________________________________________________________
27918 [  6955] By: jhi                                   on 2000/08/31  19:06:30
27919         Log: Clarify the mergesort situation.
27920      Branch: perl
27921            ! pp_ctl.c
27922 ____________________________________________________________________________
27923 [  6954] By: jhi                                   on 2000/08/31  18:24:17
27924         Log: Move the Solaris 7 scan to use64bitall, make the
27925              failure to find 64-bot sparc libc to mention the
27926              possibility of being in an intel, from Lupe and Alan.
27927      Branch: perl
27928            ! hints/solaris_2.sh
27929 ____________________________________________________________________________
27930 [  6953] By: jhi                                   on 2000/08/31  18:09:20
27931         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
27932              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27933      Branch: metaconfig
27934            ! U/compline/d_gconvert.U U/threads/archname.U
27935      Branch: metaconfig/U/perl
27936            ! perlxv.U
27937      Branch: perl
27938            ! Configure config_h.SH sv.c
27939 ____________________________________________________________________________
27940 [  6952] By: jhi                                   on 2000/08/31  17:42:24
27941         Log: :: not allowed in pathnames, change to .
27942              
27943              Subject: [PATCH perl@6938] cygwin port
27944              From: "Fifer, Eric" <EFifer@sanwaint.com>
27945              Date: Thu, 31 Aug 2000 16:32:59 +0100
27946              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
27947      Branch: metaconfig/U/perl
27948            ! perlxv.U
27949 ____________________________________________________________________________
27950 [  6951] By: jhi                                   on 2000/08/31  17:02:05
27951         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
27952      Branch: perl
27953            ! perl.h
27954 ____________________________________________________________________________
27955 [  6950] By: jhi                                   on 2000/08/31  16:26:08
27956         Log: More author updates.
27957              
27958              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
27959              From: Simon Cozens <simon@cozens.net>
27960              Date: Thu, 31 Aug 2000 17:13:32 +0100
27961              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
27962      Branch: perl
27963            ! AUTHORS
27964 ____________________________________________________________________________
27965 [  6949] By: jhi                                   on 2000/08/31  16:04:49
27966         Log: POSIX doesn't report long double values under -Duselongdouble
27967              when the long doubles are "real" (bigger than doubles).
27968              
27969              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
27970              From: Spider Boardman <spider@peano.zk3.dec.com>
27971              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
27972              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
27973      Branch: perl
27974            ! ext/POSIX/POSIX.xs
27975 ____________________________________________________________________________
27976 [  6948] By: jhi                                   on 2000/08/31  15:25:10
27977         Log: Update Changes.
27978      Branch: perl
27979            ! Changes patchlevel.h
27980 ____________________________________________________________________________
27981 [  6947] By: jhi                                   on 2000/08/31  15:22:29
27982         Log: Document UNTIE in a very minimalistic way.
27983      Branch: perl
27984            ! pod/perlfunc.pod pod/perltie.pod
27985 ____________________________________________________________________________
27986 [  6946] By: jhi                                   on 2000/08/31  15:15:23
27987         Log: Document known failures.
27988      Branch: perl
27989            ! pod/perldelta.pod
27990 ____________________________________________________________________________
27991 [  6945] By: jhi                                   on 2000/08/31  15:07:00
27992         Log: Don't attach -ld to the archname if pointless.
27993      Branch: metaconfig
27994            ! U/threads/archname.U
27995      Branch: perl
27996            ! Configure config_h.SH
27997 ____________________________________________________________________________
27998 [  6944] By: jhi                                   on 2000/08/31  14:37:42
27999         Log: Wrap the test in eval.
28000              
28001              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
28002              From: Tim Jenness <timj@jach.hawaii.edu>
28003              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
28004              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
28005      Branch: perl
28006            ! t/lib/ftmp-security.t
28007 ____________________________________________________________________________
28008 [  6943] By: jhi                                   on 2000/08/31  14:30:57
28009         Log: Make -Dusemorebits find long doubles in Solaris.
28010      Branch: perl
28011            ! hints/solaris_2.sh
28012 ____________________________________________________________________________
28013 [  6942] By: jhi                                   on 2000/08/31  13:48:45
28014         Log: Clarify the third case of ftmp-security warnings.
28015      Branch: perl
28016            ! INSTALL
28017 ____________________________________________________________________________
28018 [  6941] By: jhi                                   on 2000/08/31  13:40:31
28019         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28020              From: <abigail@foad.org>
28021              Date: Thu, 31 Aug 2000 01:35:05 -0400
28022              Message-ID: <20000831053505.32120.qmail@foad.org>
28023      Branch: perl
28024            ! pod/perldelta.pod
28025 ____________________________________________________________________________
28026 [  6940] By: jhi                                   on 2000/08/31  13:38:48
28027         Log: Issue useful diagnostic on unknown pod commands.
28028              
28029              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28030              From: <abigail@foad.org>
28031              Date: Thu, 31 Aug 2000 03:41:18 -0400
28032              Message-ID: <20000831074118.24880.qmail@foad.org>
28033      Branch: perl
28034            ! lib/Pod/Man.pm
28035 ____________________________________________________________________________
28036 [  6939] By: jhi                                   on 2000/08/31  13:34:33
28037         Log: Reveal Borland's isnan.
28038              
28039              Subject: build with BC++ tweak
28040              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28041              Date: Thu, 31 Aug 2000 13:09:37 +0400
28042              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
28043      Branch: perl
28044            ! win32/win32.h
28045 ____________________________________________________________________________
28046 [  6938] By: jhi                                   on 2000/08/31  05:01:20
28047         Log: Update Changes.
28048      Branch: perl
28049            ! Changes patchlevel.h
28050 ____________________________________________________________________________
28051 [  6937] By: jhi                                   on 2000/08/31  04:26:23
28052         Log: sscanf() may be the only way to read long doubles from strings.
28053      Branch: metaconfig/U/perl
28054            ! longdblfio.U
28055      Branch: perl
28056            ! Configure config_h.SH perl.h util.c
28057 ____________________________________________________________________________
28058 [  6936] By: jhi                                   on 2000/08/31  04:18:19
28059         Log: The #6929 was too skimpy.
28060      Branch: perl
28061            ! sv.c
28062 ____________________________________________________________________________
28063 [  6935] By: jhi                                   on 2000/08/31  02:47:07
28064         Log: Subject: Re: typos in pods
28065              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28066              Date: Wed, 30 Aug 2000 19:25:34 -0700
28067              Message-ID: <eIcr5gzkg25X092yn@efn.org>
28068      Branch: perl
28069            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
28070 ____________________________________________________________________________
28071 [  6934] By: jhi                                   on 2000/08/31  02:42:55
28072         Log: Missed one Unicode file.
28073      Branch: perl
28074            + lib/unicode/UCDFF301.html
28075 ____________________________________________________________________________
28076 [  6933] By: jhi                                   on 2000/08/30  23:42:27
28077         Log: Update Changes.
28078      Branch: perl
28079            ! Changes patchlevel.h
28080 ____________________________________________________________________________
28081 [  6932] By: jhi                                   on 2000/08/30  23:40:07
28082         Log: Mention UNTIE in perldelta.  Still needs documenting
28083              in perltie et alia.
28084      Branch: perl
28085            ! pod/perldelta.pod
28086 ____________________________________________________________________________
28087 [  6931] By: jhi                                   on 2000/08/30  23:36:02
28088         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
28089              From: <abigail@foad.org>
28090              Date: Wed, 30 Aug 2000 19:28:07 -0400
28091              Message-ID: <20000830232807.305.qmail@foad.org>
28092      Branch: perl
28093            ! pod/perldelta.pod
28094 ____________________________________________________________________________
28095 [  6930] By: jhi                                   on 2000/08/30  23:32:40
28096         Log: Update to Unicode 3.0.1.
28097      Branch: perl
28098            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28099            + lib/unicode/PropList.txt lib/unicode/README.perl
28100            + lib/unicode/UCD301.html lib/unicode/Unicode.301
28101            - lib/unicode/Props.txt lib/unicode/UCD300.html
28102            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28103            ! (edit 257 files)
28104 ____________________________________________________________________________
28105 [  6929] By: jhi                                   on 2000/08/30  22:38:18
28106         Log: Heap decorruption.
28107              
28108              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28109              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28110              Date: Wed, 30 Aug 2000 22:39:52 +0100
28111              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
28112      Branch: perl
28113            ! sv.c
28114 ____________________________________________________________________________
28115 [  6928] By: jhi                                   on 2000/08/30  22:29:34
28116         Log: Retract the dummy test, skip the security tests (instead of failing),
28117              explain what the warnings mean.
28118      Branch: perl
28119            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
28120 ____________________________________________________________________________
28121 [  6927] By: jhi                                   on 2000/08/30  22:14:13
28122         Log: Change the internal implementation of sort() to be mergesort
28123              instead of quicksort, from John Linderman <jpl@research.att.com>.
28124              Gives us better worst case, better average case, and stability.
28125              What's there not to like?  (Small fixes for threaded builds
28126              were required).
28127      Branch: perl
28128            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
28129 ____________________________________________________________________________
28130 [  6926] By: jhi                                   on 2000/08/30  20:55:20
28131         Log: A better fix for the Socket building problem from Craig Berry.
28132      Branch: perl
28133            ! vms/vms.c
28134 ____________________________________________________________________________
28135 [  6925] By: jhi                                   on 2000/08/30  20:20:25
28136         Log: Subject: [PATCH] Re: UNTIE method 
28137              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28138              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
28139              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
28140      Branch: perl
28141            ! pp_sys.c t/op/tie.t
28142 ____________________________________________________________________________
28143 [  6924] By: jhi                                   on 2000/08/30  20:17:11
28144         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28145              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28146              Date: Wed, 30 Aug 2000 15:03:14 -0500
28147              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
28148      Branch: perl
28149            ! vms/vms.c
28150 ____________________________________________________________________________
28151 [  6923] By: jhi                                   on 2000/08/30  20:15:18
28152         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28153              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28154              Date: Wed, 30 Aug 2000 13:30:36 -0500
28155              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
28156      Branch: perl
28157            ! vms/vms.c
28158 ____________________________________________________________________________
28159 [  6922] By: jhi                                   on 2000/08/30  19:54:43
28160         Log: Better options for rsync.
28161      Branch: perl
28162            ! pod/perlhack.pod
28163 ____________________________________________________________________________
28164 [  6921] By: jhi                                   on 2000/08/30  19:40:16
28165         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28166              From: Rick Delaney <rick@consumercontact.com>
28167              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
28168              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
28169      Branch: perl
28170            ! pod/perlfunc.pod
28171 ____________________________________________________________________________
28172 [  6920] By: jhi                                   on 2000/08/30  19:36:40
28173         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
28174              From: Peter Prymmer <pvhp@forte.com>
28175              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
28176              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
28177      Branch: perl
28178            ! configure.com
28179 ____________________________________________________________________________
28180 [  6919] By: jhi                                   on 2000/08/30  14:52:02
28181         Log: Update Changes.
28182      Branch: perl
28183            ! Changes patchlevel.h
28184 ____________________________________________________________________________
28185 [  6918] By: jhi                                   on 2000/08/30  14:48:34
28186         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
28187      Branch: perl
28188            ! lib/ExtUtils/typemap
28189 ____________________________________________________________________________
28190 [  6917] By: jhi                                   on 2000/08/30  14:46:34
28191         Log: Subject: typos in pods
28192              From: Nicholas Clark <nick@ccl4.org>
28193              Date: Wed, 30 Aug 2000 01:12:50 +0100
28194              Message-ID: <20000830011249.A61388@plum.flirble.org>
28195      Branch: perl
28196            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
28197            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
28198            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
28199            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
28200 ____________________________________________________________________________
28201 [  6916] By: jhi                                   on 2000/08/30  14:19:09
28202         Log: Document Storable problems on Crays.  (Will have
28203              to document all the other Storable problems, too.)
28204      Branch: perl
28205            ! pod/perldelta.pod
28206 ____________________________________________________________________________
28207 [  6915] By: jhi                                   on 2000/08/30  14:06:02
28208         Log: Subject: [PATCH] fix misc cast warnings
28209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28210              Date: Tue, 29 Aug 2000 23:16:14 -0700
28211              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
28212      Branch: perl
28213            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
28214            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
28215            ! os2/os2ish.h
28216 ____________________________________________________________________________
28217 [  6914] By: jhi                                   on 2000/08/30  14:03:45
28218         Log: Timestamp mismatch again.  Need to fix this dependence on
28219              config_h.SH timestamp, since it's the contents of config_h.SH
28220              that matter.
28221      Branch: perl
28222            ! uconfig.h uconfig.sh
28223 ____________________________________________________________________________
28224 [  6913] By: jhi                                   on 2000/08/30  13:54:06
28225         Log: Don't say "Perl 5.0 source kit".
28226      Branch: perl
28227            ! perl.c
28228 ____________________________________________________________________________
28229 [  6912] By: jhi                                   on 2000/08/30  13:51:24
28230         Log: Reset archname and archname64 always, forcing them be
28231              recomputed at each Configure run, make Configure and
28232              the hints files agree on the naming of largefiles variables.
28233      Branch: metaconfig
28234            ! U/threads/archname.U
28235      Branch: metaconfig/U/perl
28236            ! use64bits.U
28237      Branch: perl
28238            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
28239            ! hints/linux.sh hints/solaris_2.sh
28240 ____________________________________________________________________________
28241 [  6911] By: jhi                                   on 2000/08/30  13:30:13
28242         Log: Put back the slice accidentally removed by #6907.
28243      Branch: perl
28244            ! hints/solaris_2.sh
28245 ____________________________________________________________________________
28246 [  6910] By: jhi                                   on 2000/08/30  01:24:26
28247         Log: Be consistent: other Net::get* do export theirs.
28248              
28249              Subject: Re: Net::protoent does not export 'getproto'
28250              From: Yasushi Nakajima <sey@jkc.co.jp>
28251              Date: Wed, 30 Aug 2000 09:53:14 +0900
28252              Message-Id: <200008300051.DAA24700@taku.hut.fi>
28253      Branch: perl
28254            ! lib/Net/protoent.pm
28255 ____________________________________________________________________________
28256 [  6909] By: jhi                                   on 2000/08/30  01:17:25
28257         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
28258              From: Gurusamy Sarathy <gsar@ActiveState.com>
28259              Date: Tue, 29 Aug 2000 17:17:07 -0700
28260              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
28261      Branch: perl
28262            ! cop.h
28263 ____________________________________________________________________________
28264 [  6908] By: jhi                                   on 2000/08/30  00:58:05
28265         Log: Update Changes.
28266      Branch: perl
28267            ! Changes patchlevel.h
28268 ____________________________________________________________________________
28269 [  6907] By: jhi                                   on 2000/08/30  00:57:22
28270         Log: Introduce ccname to keep track of what compiler kind of we have.
28271      Branch: metaconfig/U/perl
28272            ! Checkcc.U gccvers.U
28273      Branch: perl
28274            ! Configure config_h.SH hints/solaris_2.sh
28275 ____________________________________________________________________________
28276 [  6906] By: jhi                                   on 2000/08/30  00:25:47
28277         Log: Put back the flags dump as reasoned in
28278              
28279              Subject: Re: [PATCH] Glob dumping
28280              From: Mike Guy <mjtg@cam.ac.uk> 
28281              Date: Tue, 29 Aug 2000 21:41:32 +0100
28282              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
28283      Branch: perl
28284            ! dump.c t/lib/peek.t
28285 ____________________________________________________________________________
28286 [  6905] By: jhi                                   on 2000/08/30  00:16:17
28287         Log: Make the epsilon to be relative, not absolute.
28288              
28289              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
28290              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
28291              Date: Tue, 29 Aug 2000 19:58:56 -0400
28292              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
28293      Branch: perl
28294            ! t/lib/trig.t
28295 ____________________________________________________________________________
28296 [  6904] By: jhi                                   on 2000/08/30  00:13:09
28297         Log: From now on, Gisle is on my list of usual suspects :-)
28298              Retract #6902.
28299      Branch: perl
28300            ! ext/Opcode/Safe.pm
28301 ____________________________________________________________________________
28302 [  6903] By: jhi                                   on 2000/08/29  23:51:20
28303         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28304              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28305              Date: Tue, 29 Aug 2000 18:43:26 -0500
28306              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
28307      Branch: perl
28308            + vms/vmspipe.com
28309            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
28310            ! vms/vms.c
28311 ____________________________________________________________________________
28312 [  6902] By: jhi                                   on 2000/08/29  23:44:14
28313         Log: Retry what #6882 attempted.
28314              
28315              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
28316              From: Gisle Aas <gisle@ActiveState.com>
28317              Date: 30 Aug 2000 00:33:09 +0200
28318              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
28319      Branch: perl
28320            ! ext/Opcode/Safe.pm
28321 ____________________________________________________________________________
28322 [  6901] By: jhi                                   on 2000/08/29  22:59:32
28323         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
28324              From: Hugo <hv@crypt.compulink.co.uk>
28325              Date: Mon, 12 Jun 2000 19:36:08 +0100
28326              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
28327      Branch: perl
28328            ! sv.c
28329 ____________________________________________________________________________
28330 [  6900] By: jhi                                   on 2000/08/29  22:58:35
28331         Log: Admit that we are leaking scalars.
28332              
28333              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
28334              From: Spider Boardman <spider@leggy.zk3.dec.com>
28335              Date: Tue, 29 Aug 2000 18:48:29 -0400
28336              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
28337      Branch: perl
28338            ! t/pragma/warnings.t
28339 ____________________________________________________________________________
28340 [  6899] By: jhi                                   on 2000/08/29  20:53:13
28341         Log: Update Changes.
28342      Branch: perl
28343            ! Changes patchlevel.h
28344 ____________________________________________________________________________
28345 [  6898] By: jhi                                   on 2000/08/29  20:46:21
28346         Log: Undo namespace pollution of #6878.
28347              
28348              Subject: Re: Net::protoent does not export 'getproto'
28349              From: Mike Guy <mjtg@cam.ac.uk>
28350              Date: Tue, 29 Aug 2000 21:32:37 +0100
28351              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
28352      Branch: perl
28353            ! lib/Net/protoent.pm
28354 ____________________________________________________________________________
28355 [  6897] By: jhi                                   on 2000/08/29  20:44:29
28356         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
28357              From: Peter Prymmer <pvhp@forte.com>
28358              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
28359              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
28360      Branch: perl
28361            ! pod/perlebcdic.pod
28362 ____________________________________________________________________________
28363 [  6896] By: jhi                                   on 2000/08/29  20:40:57
28364         Log: There's no point repeating the 'revision' (5) of perl5.
28365      Branch: metaconfig/U/perl
28366            ! Devel.U patchlevel.U
28367      Branch: perl
28368            ! Configure config_h.SH
28369 ____________________________________________________________________________
28370 [  6895] By: jhi                                   on 2000/08/29  20:16:58
28371         Log: Regen Configure for #6894.
28372      Branch: metaconfig/U/perl
28373            ! perladmin.U
28374      Branch: perl
28375            ! Configure config_h.SH
28376 ____________________________________________________________________________
28377 [  6894] By: jhi                                   on 2000/08/29  19:59:52
28378         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
28379              From: "Philip Newton" <Philip.Newton@gmx.net>
28380              Date: Tue, 29 Aug 2000 21:39:14 +0200
28381              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
28382      Branch: perl
28383            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
28384            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
28385            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
28386            ! utils/perlbug.PL
28387 ____________________________________________________________________________
28388 [  6893] By: jhi                                   on 2000/08/29  19:55:30
28389         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
28390              From: "Philip Newton" <Philip.Newton@gmx.net>
28391              Date: Tue, 29 Aug 2000 21:39:14 +0200
28392              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
28393      Branch: perl
28394            ! installhtml
28395 ____________________________________________________________________________
28396 [  6892] By: jhi                                   on 2000/08/29  19:53:59
28397         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
28398              From: "Philip Newton" <Philip.Newton@gmx.net>
28399              Date: Tue, 29 Aug 2000 21:48:18 +0200
28400              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
28401      Branch: perl
28402            ! lib/File/Temp.pm
28403 ____________________________________________________________________________
28404 [  6891] By: jhi                                   on 2000/08/29  18:30:03
28405         Log: Nail the ID 20000828.023.
28406      Branch: perl
28407            ! ext/Storable/Storable.xs
28408 ____________________________________________________________________________
28409 [  6890] By: jhi                                   on 2000/08/29  16:50:17
28410         Log: Under usethreads the dumped variable is IN_PAD.
28411              
28412              Subject: Re: [PATCH] Glob dumping
28413              From: Gisle Aas <gisle@ActiveState.com>
28414              Date: 29 Aug 2000 18:45:05 +0200
28415              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
28416      Branch: perl
28417            ! t/lib/peek.t
28418 ____________________________________________________________________________
28419 [  6889] By: jhi                                   on 2000/08/29  15:17:37
28420         Log: Update Changes.
28421      Branch: perl
28422            ! Changes patchlevel.h
28423 ____________________________________________________________________________
28424 [  6888] By: jhi                                   on 2000/08/29  14:49:59
28425         Log: Retract #6882, broke the safe tests.
28426      Branch: perl
28427            ! ext/Opcode/Safe.pm
28428 ____________________________________________________________________________
28429 [  6887] By: jhi                                   on 2000/08/29  14:47:06
28430         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
28431              From: Gisle Aas <gisle@ActiveState.com> 
28432              Date: 09 Jun 2000 20:00:11 +0200
28433              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
28434      Branch: perl
28435            ! utils/perldoc.PL
28436 ____________________________________________________________________________
28437 [  6886] By: jhi                                   on 2000/08/29  14:42:45
28438         Log: The #6881 removed one dump line.
28439      Branch: perl
28440            ! t/lib/peek.t
28441 ____________________________________________________________________________
28442 [  6885] By: jhi                                   on 2000/08/29  14:30:47
28443         Log: Don't forget to tidy up.
28444      Branch: perl
28445            ! t/lib/ftmp-security.t
28446 ____________________________________________________________________________
28447 [  6884] By: jhi                                   on 2000/08/29  14:25:17
28448         Log: Disabling the one test is a bit tricky.
28449      Branch: perl
28450            ! t/lib/ftmp-security.t
28451 ____________________________________________________________________________
28452 [  6883] By: jhi                                   on 2000/08/29  14:16:25
28453         Log: Disable one of the tests for now.
28454      Branch: perl
28455            ! t/lib/ftmp-security.t
28456 ____________________________________________________________________________
28457 [  6882] By: jhi                                   on 2000/08/29  14:05:50
28458         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
28459              From: gisle@aas.no
28460              Date: 29 Aug 2000 10:35:06 -0000
28461              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
28462      Branch: perl
28463            ! ext/Opcode/Safe.pm
28464 ____________________________________________________________________________
28465 [  6881] By: jhi                                   on 2000/08/29  14:03:51
28466         Log: Subject: [PATCH] Glob dumping
28467              From: Gisle Aas <gisle@ActiveState.com>
28468              Date: 29 Aug 2000 07:59:42 -0000
28469              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
28470      Branch: perl
28471            ! dump.c
28472 ____________________________________________________________________________
28473 [  6880] By: jhi                                   on 2000/08/29  14:02:01
28474         Log: Subject: [PATCH] Warnings in B::Deparse
28475              From: <abigail@foad.org>
28476              Date: Tue, 29 Aug 2000 00:00:01 -0400
28477              Message-ID: <20000829040001.2999.qmail@foad.org>
28478      Branch: perl
28479            ! ext/B/B/Deparse.pm
28480 ____________________________________________________________________________
28481 [  6879] By: jhi                                   on 2000/08/29  13:57:26
28482         Log: Missed a change in #6869.
28483      Branch: perl
28484            ! mg.c
28485 ____________________________________________________________________________
28486 [  6878] By: jhi                                   on 2000/08/29  13:45:04
28487         Log: Subject: Net::protoent does not export 'getproto'
28488              From: Yasushi Nakajima <sey@jkc.co.jp>
28489              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
28490      Branch: perl
28491            ! lib/Net/protoent.pm
28492 ____________________________________________________________________________
28493 [  6877] By: jhi                                   on 2000/08/29  13:39:19
28494         Log: Patches all over for people and the files they (hopefully) care about.
28495      Branch: perl
28496            ! AUTHORS Changes MAINTAIN
28497 ____________________________________________________________________________
28498 [  6876] By: jhi                                   on 2000/08/29  12:53:54
28499         Log: Fix for thinko in #6848.
28500              
28501              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
28502              From: Lupe Christoph <lupe@lupe-christoph.de>
28503              Date: Tue, 29 Aug 2000 09:04:08 +0200
28504              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
28505      Branch: perl
28506            ! ext/Thread/Thread.xs
28507 ____________________________________________________________________________
28508 [  6875] By: jhi                                   on 2000/08/29  12:50:14
28509         Log: Update to Getopt::Long 2.24, from Johan Vromans.
28510      Branch: perl
28511            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
28512 ____________________________________________________________________________
28513 [  6874] By: jhi                                   on 2000/08/29  02:09:53
28514         Log: Use minimal @INC in tests, most of the time just '../lib',
28515              so that we simply can't pick up stuff from other Perls than
28516              the one we are testing.  Pointed out by
28517              
28518              From: Mike Guy <mjtg@cam.ac.uk>
28519              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
28520              Date: Fri, 25 Aug 2000 15:15:59 +0100
28521              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
28522      Branch: perl
28523            ! (edit 185 files)
28524 ____________________________________________________________________________
28525 [  6873] By: jhi                                   on 2000/08/29  01:07:11
28526         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
28527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28528              Date: Mon, 28 Aug 2000 17:45:52 -0700
28529              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
28530      Branch: perl
28531            ! Makefile.SH hints/os2.sh
28532 ____________________________________________________________________________
28533 [  6872] By: jhi                                   on 2000/08/28  23:33:39
28534         Log: Subject: [PATCH bleedperl@6866] spellings
28535              From: marcel@codewerk.com (Marcel Grunauer)
28536              Date: Tue, 29 Aug 2000 01:19:59 +0200
28537              Message-Id: <200008282319.BAA29862@gandalf.local>
28538      Branch: perl
28539            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
28540            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
28541            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
28542 ____________________________________________________________________________
28543 [  6871] By: jhi                                   on 2000/08/28  23:22:09
28544         Log: Take out the SUIDMAIL thing, that will not be
28545              a problem in 5.7.*.
28546      Branch: perl
28547            ! patchlevel.h
28548 ____________________________________________________________________________
28549 [  6870] By: jhi                                   on 2000/08/28  23:19:30
28550         Log: -S is the silent flag, -s is the strip flag.
28551              
28552              Subject: [PATCH] Re: [PATCH] make no-install          
28553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28554              Date: Mon, 28 Aug 2000 15:12:55 -0700
28555              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
28556      Branch: perl
28557            ! Makefile.SH
28558 ____________________________________________________________________________
28559 [  6869] By: jhi                                   on 2000/08/28  23:12:05
28560         Log: Subject: [PATCH bleedperl@6856] warnings fixes
28561              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28562              Date: Mon, 28 Aug 2000 23:55:06 +0100
28563              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
28564      Branch: perl
28565            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
28566            ! warnings.h warnings.pl
28567 ____________________________________________________________________________
28568 [  6868] By: jhi                                   on 2000/08/28  21:38:22
28569         Log: Potential cruft.
28570      Branch: perl
28571            ! Makefile.SH
28572 ____________________________________________________________________________
28573 [  6867] By: jhi                                   on 2000/08/28  21:35:36
28574         Log: Update Changes.
28575      Branch: perl
28576            ! Changes patchlevel.h
28577 ____________________________________________________________________________
28578 [  6866] By: jhi                                   on 2000/08/28  21:33:49
28579         Log: Subject: hv.h Doc Patch
28580              From: Fisher Mark <fisherm@tce.com>
28581              Date: Mon, 28 Aug 2000 16:24:59 -0500
28582              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
28583      Branch: perl
28584            ! hv.h
28585 ____________________________________________________________________________
28586 [  6865] By: jhi                                   on 2000/08/28  21:02:15
28587         Log: Add -ld to archname on long tr...double platforms.
28588      Branch: metaconfig
28589            ! U/threads/archname.U
28590      Branch: perl
28591            ! Configure config_h.SH
28592 ____________________________________________________________________________
28593 [  6864] By: jhi                                   on 2000/08/28  20:38:59
28594         Log: An attempt to fix the problem reported in
28595              
28596              Subject: Building perl@6856 using gcc/AIX 4.3.3 
28597              From: Daniel Muino <dmuino@afip.gov.ar> 
28598              Date: Mon, 28 Aug 2000 15:50:01 -0300   
28599              Message-ID: <20000828155001.A14403@con2-dgi>
28600              
28601              I can't test this properly since the gcc installation I have
28602              access to seems to be botched (gcc is calling the AIX cpp,
28603              a losing proposition...)
28604      Branch: perl
28605            ! hints/aix.sh
28606 ____________________________________________________________________________
28607 [  6863] By: jhi                                   on 2000/08/28  18:57:52
28608         Log: Fix for ID 20000828.001, long doubles were not formatted
28609              correctly (showed up in $], which stopped installing perl).
28610      Branch: perl
28611            ! sv.c
28612 ____________________________________________________________________________
28613 [  6862] By: jhi                                   on 2000/08/28  18:07:15
28614         Log: Typo in #6858.
28615      Branch: perl
28616            ! lib/Cwd.pm
28617 ____________________________________________________________________________
28618 [  6861] By: jhi                                   on 2000/08/28  17:57:27
28619         Log: opmini.o may be left around if a build is interrupted.
28620      Branch: perl
28621            ! Makefile.SH
28622 ____________________________________________________________________________
28623 [  6860] By: jhi                                   on 2000/08/28  16:52:50
28624         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
28625              From: Daniel Chetlin <daniel@chetlin.com>
28626              Date: Mon, 28 Aug 2000 01:14:18 -0700
28627              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
28628      Branch: perl
28629            ! lib/overload.pm
28630 ____________________________________________________________________________
28631 [  6859] By: jhi                                   on 2000/08/28  16:08:46
28632         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
28633              From: Nicholas Clark <nick@ccl4.org>
28634              Date: Mon, 28 Aug 2000 16:03:27 +0100
28635              Message-Id: <20000828160327.C49785@plum.flirble.org>
28636      Branch: perl
28637            ! ext/ByteLoader/bytecode.h
28638 ____________________________________________________________________________
28639 [  6858] By: jhi                                   on 2000/08/28  16:02:10
28640         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
28641              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
28642              Date: Mon, 28 Aug 2000 13:08:30 +0200
28643              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
28644      Branch: perl
28645            ! lib/Cwd.pm
28646 ____________________________________________________________________________
28647 [  6857] By: jhi                                   on 2000/08/28  15:42:47
28648         Log: display_format used as a class method without arguments was broken,
28649              reported in
28650              
28651              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
28652              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
28653              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
28654              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
28655      Branch: perl
28656            ! lib/Math/Complex.pm t/lib/complex.t
28657 ____________________________________________________________________________
28658 [  6856] By: jhi                                   on 2000/08/27  22:09:48
28659         Log: Update Changes.
28660      Branch: perl
28661            ! Changes patchlevel.h
28662 ____________________________________________________________________________
28663 [  6855] By: jhi                                   on 2000/08/27  21:59:21
28664         Log: Retract #6853 (false alarm).
28665      Branch: perl
28666            ! lib/ExtUtils/xsubpp
28667 ____________________________________________________________________________
28668 [  6854] By: jhi                                   on 2000/08/27  21:37:44
28669         Log: Update Changes.
28670      Branch: perl
28671            ! Changes patchlevel.h
28672 ____________________________________________________________________________
28673 [  6853] By: jhi                                   on 2000/08/27  21:37:16
28674         Log: Subject: [PATCH perl@6850] workaround for xsubpp
28675              From: Hugo <hv@crypt.compulink.co.uk>
28676              Date: Sun, 27 Aug 2000 22:30:25 +0100
28677              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
28678      Branch: perl
28679            ! lib/ExtUtils/xsubpp
28680 ____________________________________________________________________________
28681 [  6852] By: jhi                                   on 2000/08/27  21:33:58
28682         Log: Big-endian 64-bit patch from Raphael Manfredi.
28683      Branch: perl
28684            ! ext/Storable/Storable.xs
28685 ____________________________________________________________________________
28686 [  6851] By: jhi                                   on 2000/08/27  21:22:21
28687         Log: More ruthless editing from Hugo van der Sanden.
28688      Branch: perl
28689            ! pod/perldelta.pod
28690 ____________________________________________________________________________
28691 [  6850] By: jhi                                   on 2000/08/27  16:11:46
28692         Log: Update Changes.
28693      Branch: perl
28694            ! Changes patchlevel.h
28695 ____________________________________________________________________________
28696 [  6849] By: jhi                                   on 2000/08/27  16:11:05
28697         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
28698      Branch: perl
28699            ! configpm pod/perldelta.pod
28700 ____________________________________________________________________________
28701 [  6848] By: jhi                                   on 2000/08/27  15:35:08
28702         Log: Use the actual thread type, not the pointer-to-struct.
28703      Branch: perl
28704            ! ext/Thread/Thread.xs
28705 ____________________________________________________________________________
28706 [  6847] By: jhi                                   on 2000/08/27  15:30:49
28707         Log: Test nit.
28708      Branch: perl
28709            ! t/pragma/warn/pp_sys
28710 ____________________________________________________________________________
28711 [  6846] By: jhi                                   on 2000/08/27  15:19:02
28712         Log: Passing -R in ldflags makes now it to appear in the default
28713              for lddlflags, just like with -L.
28714              
28715              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28716              From: Lupe Christoph <lupe@lupe-christoph.de>
28717              Date: Sun, 27 Aug 2000 10:28:21 +0200
28718              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
28719      Branch: metaconfig/U/perl
28720            ! dlsrc.U
28721      Branch: perl
28722            ! Configure
28723 ____________________________________________________________________________
28724 [  6845] By: jhi                                   on 2000/08/27  15:08:54
28725         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28726              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28727              Date: Sat, 26 Aug 2000 22:23:27 +0100
28728              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
28729      Branch: perl
28730            ! lib/ExtUtils/MM_Unix.pm
28731 ____________________________________________________________________________
28732 [  6844] By: jhi                                   on 2000/08/27  15:02:37
28733         Log: DJGPP update from Laszlo Molnar.
28734              
28735              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
28736              From: ml1050 <ml1050@freemail.hu>
28737              Date: Sat, 26 Aug 2000 23:24:40 +0200
28738              Message-Id: <20000826232440.A439@freemail.hu>
28739      Branch: perl
28740            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
28741            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
28742 ____________________________________________________________________________
28743 [  6843] By: jhi                                   on 2000/08/27  14:53:58
28744         Log: Subject: installman buglet
28745              From: Lupe Christoph <lupe@lupe-christoph.de>
28746              Date: Sun, 27 Aug 2000 14:38:59 +0200
28747              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
28748      Branch: perl
28749            ! installman
28750 ____________________________________________________________________________
28751 [  6842] By: jhi                                   on 2000/08/27  14:52:08
28752         Log: Can't get the test to reliably work thanks to the
28753              inaccurateness of floating point.  "Resolves" bug ids
28754              20000826.003, 20000826.009, 20000826.010,
28755      Branch: perl
28756            ! t/lib/trig.t
28757 ____________________________________________________________________________
28758 [  6841] By: jhi                                   on 2000/08/26  15:53:58
28759         Log: Update Changes.
28760      Branch: perl
28761            ! Changes patchlevel.h
28762 ____________________________________________________________________________
28763 [  6840] By: jhi                                   on 2000/08/26  14:23:03
28764         Log: grep -e isn't portable.
28765              
28766              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
28767              From: chris@broadband.att.com
28768              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
28769              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
28770      Branch: perl
28771            ! hints/solaris_2.sh
28772 ____________________________________________________________________________
28773 [  6839] By: jhi                                   on 2000/08/26  14:12:23
28774         Log: no-install target a la make -n.
28775              
28776              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
28777              From: <abigail@foad.org>
28778              Date: Sat, 26 Aug 2000 03:57:34 -0400
28779              Message-ID: <20000826075735.18912.qmail@foad.org>
28780      Branch: perl
28781            ! Makefile.SH installman installperl
28782 ____________________________________________________________________________
28783 [  6838] By: jhi                                   on 2000/08/26  14:06:33
28784         Log: Retract #6826 as the #6828 should be do the same
28785              in a More Correct Way.
28786      Branch: perl
28787            ! installperl
28788 ____________________________________________________________________________
28789 [  6837] By: jhi                                   on 2000/08/26  05:24:00
28790         Log: More casting.
28791      Branch: perl
28792            ! ext/Storable/Storable.xs
28793 ____________________________________________________________________________
28794 [  6836] By: jhi                                   on 2000/08/26  05:05:46
28795         Log: Nicer in decimal.
28796      Branch: perl
28797            ! ext/Storable/Storable.xs
28798 ____________________________________________________________________________
28799 [  6835] By: jhi                                   on 2000/08/26  05:03:50
28800         Log: There be no UVdf.
28801      Branch: perl
28802            ! ext/Storable/Storable.xs
28803 ____________________________________________________________________________
28804 [  6834] By: jhi                                   on 2000/08/26  05:00:18
28805         Log: Continue IVdfing and UVxfing.
28806      Branch: perl
28807            ! ext/Storable/Storable.xs
28808 ____________________________________________________________________________
28809 [  6833] By: jhi                                   on 2000/08/26  04:53:14
28810         Log: Use IVdf.
28811      Branch: perl
28812            ! ext/Storable/Storable.xs
28813 ____________________________________________________________________________
28814 [  6832] By: jhi                                   on 2000/08/26  04:40:41
28815         Log: Document PTR2XX and INT2PTR.
28816      Branch: perl
28817            ! pod/perlguts.pod
28818 ____________________________________________________________________________
28819 [  6831] By: jhi                                   on 2000/08/26  04:33:18
28820         Log: Use UVxf, PTR2UV, NVff.
28821      Branch: perl
28822            ! ext/Storable/Storable.xs
28823 ____________________________________________________________________________
28824 [  6830] By: jhi                                   on 2000/08/26  04:31:32
28825         Log: Update the test count.
28826      Branch: perl
28827            ! t/lib/trig.t
28828 ____________________________________________________________________________
28829 [  6829] By: jhi                                   on 2000/08/26  03:05:50
28830         Log: Subject: [PATCH] installation not quite silent yet.
28831              From: <abigail@foad.org>
28832              Date: Fri, 25 Aug 2000 20:07:53 -0400
28833              Message-ID: <20000826000753.7822.qmail@foad.org>
28834      Branch: perl
28835            ! installman installperl
28836 ____________________________________________________________________________
28837 [  6828] By: jhi                                   on 2000/08/26  03:05:14
28838         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28839              From: Spider Boardman <spider@web.zk3.dec.com>
28840              Date: Fri, 25 Aug 2000 19:12:40 -0400
28841              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
28842      Branch: perl
28843            ! gv.c
28844 ____________________________________________________________________________
28845 [  6827] By: jhi                                   on 2000/08/25  23:54:34
28846         Log: Support preserving extremely big/small angles.
28847      Branch: perl
28848            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
28849 ____________________________________________________________________________
28850 [  6826] By: jhi                                   on 2000/08/25  23:01:20
28851         Log: Patch installperl to be long double-aware.
28852              
28853              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28854              From: Spider Boardman <spider@web.zk3.dec.com>
28855              Date: Fri, 25 Aug 2000 18:15:23 -0400
28856              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
28857      Branch: perl
28858            ! installperl
28859 ____________________________________________________________________________
28860 [  6825] By: jhi                                   on 2000/08/25  22:58:25
28861         Log: Remove duplicately applied patch shards.
28862              
28863              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
28864              From: Spider Boardman <spider@leggy.zk3.dec.com>
28865              Date: Fri, 25 Aug 2000 16:45:03 -0400
28866              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
28867      Branch: perl
28868            ! t/lib/cgi-html.t
28869 ____________________________________________________________________________
28870 [  6824] By: jhi                                   on 2000/08/25  22:57:00
28871         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28872              From: Daniel Chetlin <daniel@chetlin.com>
28873              Date: Fri, 25 Aug 2000 12:23:16 -0700
28874              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
28875              
28876              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28877              From: Daniel Chetlin <daniel@chetlin.com>
28878              Date: Fri, 25 Aug 2000 14:47:19 -0700
28879              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
28880      Branch: perl
28881            ! installman
28882 ____________________________________________________________________________
28883 [  6823] By: jhi                                   on 2000/08/25  22:44:17
28884         Log: Timestamp problem?
28885      Branch: perl
28886            ! uconfig.h uconfig.sh
28887 ____________________________________________________________________________
28888 [  6822] By: jhi                                   on 2000/08/25  19:01:06
28889         Log: One forgotten file from #6816.
28890      Branch: perl
28891            ! vos/config.h
28892 ____________________________________________________________________________
28893 [  6821] By: jhi                                   on 2000/08/25  18:56:39
28894         Log: Regen Changes.
28895      Branch: perl
28896            ! Changes patchlevel.h
28897 ____________________________________________________________________________
28898 [  6820] By: jhi                                   on 2000/08/25  18:52:35
28899         Log: Fix Changes ordering.
28900      Branch: perl
28901            ! Changes
28902 ____________________________________________________________________________
28903 [  6819] By: jhi                                   on 2000/08/25  18:50:25
28904         Log: Update Changes.
28905      Branch: perl
28906            ! Changes patchlevel.h
28907 ____________________________________________________________________________
28908 [  6818] By: jhi                                   on 2000/08/25  18:47:45
28909         Log: Tweak the sfio/useperlio logic, hopefully as wished in
28910              
28911              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
28912              From: Nicholas Clark <nick@babyhippo.co.uk>
28913              Date: Fri, 25 Aug 2000 12:01:45 +0100
28914              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
28915      Branch: metaconfig/U/perl
28916            ! d_sfio.U
28917      Branch: perl
28918            ! Configure
28919 ____________________________________________________________________________
28920 [  6817] By: jhi                                   on 2000/08/25  18:32:51
28921         Log: Allow microperl to assume <math.h>, without it the math
28922              functions like floor() are assumed to return int, which makes
28923              for core dumps in machines where integer and floating register
28924              don't mix.
28925      Branch: perl
28926            ! uconfig.h uconfig.sh
28927 ____________________________________________________________________________
28928 [  6816] By: jhi                                   on 2000/08/25  18:27:17
28929         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
28930              the problem reported in
28931              
28932              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
28933              From: danhale@us.ibm.com
28934              Date: Fri, 25 Aug 2000 10:58:06 -0400
28935              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
28936      Branch: metaconfig/U/perl
28937            + d_socks5_init.U
28938      Branch: perl
28939            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
28940            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
28941            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
28942            ! win32/config.gc win32/config.vc
28943 ____________________________________________________________________________
28944 [  6815] By: jhi                                   on 2000/08/25  17:43:31
28945         Log: A solution for the retrieve_fd autosplit warning,
28946              idea suggested by Mike Guy.
28947      Branch: perl
28948            ! ext/Storable/Storable.pm
28949 ____________________________________________________________________________
28950 [  6814] By: jhi                                   on 2000/08/25  17:16:03
28951         Log: Add install-silent target.
28952      Branch: perl
28953            ! Makefile.SH
28954 ____________________________________________________________________________
28955 [  6813] By: jhi                                   on 2000/08/25  17:14:23
28956         Log: Subject: Re: [PATCH] More silencing of installman.
28957              From: <abigail@foad.org>
28958              Date: Thu, 24 Aug 2000 19:27:03 -0400
28959              Message-ID: <20000824232703.7001.qmail@foad.org>
28960              
28961              Subject: Re: [PATCH] More silencing of installman.
28962              From: <abigail@foad.org>
28963              Date: Fri, 25 Aug 2000 03:00:58 -0400
28964              Message-ID: <20000825070058.10697.qmail@foad.org>
28965      Branch: perl
28966            ! installman
28967 ____________________________________________________________________________
28968 [  6812] By: jhi                                   on 2000/08/25  17:11:28
28969         Log: installperl --verbose and --silent.
28970              
28971              Subject: Re: [PATCH] More silencing of installman.
28972              From: <abigail@foad.org>
28973              Message-ID: <20000825064430.9719.qmail@foad.org>
28974              Date: Fri, 25 Aug 2000 02:44:30 -0400
28975      Branch: perl
28976            ! installperl
28977 ____________________________________________________________________________
28978 [  6811] By: jhi                                   on 2000/08/25  17:05:43
28979         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
28980              From: "Peter J. Farley III" <pjfarley@banet.net>
28981              Date: Thu, 24 Aug 2000 21:58:03 -0400
28982              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
28983              
28984              (applied slightly modified)
28985      Branch: perl
28986            ! lib/ExtUtils/MM_Unix.pm
28987 ____________________________________________________________________________
28988 [  6810] By: jhi                                   on 2000/08/25  17:01:18
28989         Log: Missing parts of 
28990              
28991              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
28992              From: Peter Prymmer <pvhp@forte.com>
28993              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
28994              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
28995      Branch: perl
28996            ! t/lib/cgi-html.t
28997 ____________________________________________________________________________
28998 [  6809] By: jhi                                   on 2000/08/25  16:46:32
28999         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
29000              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29001              Date: Thu, 24 Aug 2000 19:13:11 -0500
29002              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
29003      Branch: perl
29004            ! vms/vms.c
29005 ____________________________________________________________________________
29006 [  6808] By: jhi                                   on 2000/08/25  16:39:22
29007         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
29008              From: Peter Prymmer <pvhp@forte.com>
29009              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
29010              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
29011      Branch: perl
29012            ! configure.com
29013 ____________________________________________________________________________
29014 [  6807] By: jhi                                   on 2000/08/25  16:36:37
29015         Log: Better wording for the vec lvalue diagnostic.
29016              
29017              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29018              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29019              Date: Wed, 23 Aug 2000 14:12:16 -0400
29020              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
29021      Branch: perl
29022            ! pod/perldiag.pod
29023 ____________________________________________________________________________
29024 [  6806] By: jhi                                   on 2000/08/24  18:17:22
29025         Log: Subject: [PATCH] More silencing of installman.
29026              From: <abigail@foad.org>
29027              Date: Thu, 24 Aug 2000 14:01:44 -0400
29028              Message-ID: <20000824180144.20062.qmail@foad.org>
29029      Branch: perl
29030            ! installman
29031 ____________________________________________________________________________
29032 [  6805] By: jhi                                   on 2000/08/24  15:00:31
29033         Log: Update Changes.
29034      Branch: perl
29035            ! Changes patchlevel.h
29036 ____________________________________________________________________________
29037 [  6804] By: jhi                                   on 2000/08/24  14:59:07
29038         Log: Regen perltoc.
29039      Branch: perl
29040            ! pod/perltoc.pod
29041 ____________________________________________________________________________
29042 [  6803] By: jhi                                   on 2000/08/24  14:44:39
29043         Log: Show the doc file, not the temp file.
29044      Branch: perl
29045            ! installman
29046 ____________________________________________________________________________
29047 [  6802] By: jhi                                   on 2000/08/24  14:41:53
29048         Log: Continue silencing.
29049      Branch: perl
29050            ! installman
29051 ____________________________________________________________________________
29052 [  6801] By: jhi                                   on 2000/08/24  14:34:40
29053         Log: Actually do something with the silencer option.
29054      Branch: perl
29055            ! installman
29056 ____________________________________________________________________________
29057 [  6800] By: jhi                                   on 2000/08/24  14:26:22
29058         Log: Make installman to recognize the silence flag -S.
29059      Branch: perl
29060            ! installman
29061 ____________________________________________________________________________
29062 [  6799] By: jhi                                   on 2000/08/24  13:49:38
29063         Log: DOS patches and portability/porting notes, from Tim Jenness.
29064      Branch: perl
29065            ! lib/File/Temp.pm
29066 ____________________________________________________________________________
29067 [  6798] By: jhi                                   on 2000/08/24  13:48:27
29068         Log: Create directories in silence.
29069              
29070              Subject: [PATCH] Another silencer for MakeMaker
29071              From: andreas.koenig@anima.de (Andreas J. Koenig)
29072              Date: 24 Aug 2000 14:18:52 +0200
29073              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
29074      Branch: perl
29075            ! lib/ExtUtils/Command.pm
29076 ____________________________________________________________________________
29077 [  6797] By: jhi                                   on 2000/08/24  13:46:42
29078         Log: More liberal parsing of version numbers.
29079              
29080              Subject: Re: CPAN.pm beta for testing available
29081              From: andreas.koenig@anima.de (Andreas J. Koenig)
29082              Date: 24 Aug 2000 13:51:57 +0200
29083              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
29084      Branch: perl
29085            ! lib/CPAN.pm
29086 ____________________________________________________________________________
29087 [  6796] By: jhi                                   on 2000/08/24  13:44:36
29088         Log: Make "make install" by default silent.  A new "install-verbose"
29089              target is verbose.
29090      Branch: perl
29091            ! Makefile.SH
29092 ____________________________________________________________________________
29093 [  6795] By: jhi                                   on 2000/08/24  13:39:14
29094         Log: Add silencer flags to installperl.
29095              
29096              Subject: [PATCH] Making installperl silent.
29097              From: <abigail@foad.org>
29098              Date: Thu, 24 Aug 2000 05:01:45 -0400
29099              Message-ID: <20000824090145.13141.qmail@foad.org>
29100      Branch: perl
29101            ! installperl
29102 ____________________________________________________________________________
29103 [  6794] By: jhi                                   on 2000/08/24  13:35:50
29104         Log: installperl couldn't tell whether it had run tests or not.
29105              
29106              Subject: [PATCH] Re: installperl and t/TEST
29107              From: <abigail@foad.org>
29108              Date: Thu, 24 Aug 2000 04:00:53 -0400
29109              Message-ID: <20000824080053.2494.qmail@foad.org>
29110      Branch: perl
29111            ! Makefile.SH installperl
29112 ____________________________________________________________________________
29113 [  6793] By: jhi                                   on 2000/08/24  13:27:50
29114         Log: Drop the separate perlbc, perlcc -b should be enough.
29115      Branch: perl
29116            - utils/perlbc.PL
29117            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
29118 ____________________________________________________________________________
29119 [  6792] By: jhi                                   on 2000/08/24  04:41:30
29120         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
29121              plus the typo fix from Peter Prymmer.
29122      Branch: perl
29123            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
29124            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29125 ____________________________________________________________________________
29126 [  6791] By: jhi                                   on 2000/08/24  02:10:43
29127         Log: Replace #6705 with a minimal doc patch.
29128              
29129              Subject: [PATCH 5.6.0] replace change #6705
29130              From: Jan Dubois <jand@ActiveState.com>
29131              Date: Wed, 23 Aug 2000 18:31:51 -0700
29132              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
29133      Branch: perl
29134            ! lib/Win32.pod win32/win32.c
29135 ____________________________________________________________________________
29136 [  6790] By: jhi                                   on 2000/08/23  17:52:00
29137         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29138              From: Mike Guy <mjtg@cam.ac.uk>
29139              Date: Wed, 23 Aug 2000 18:38:46 +0100
29140              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
29141      Branch: perl
29142            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
29143 ____________________________________________________________________________
29144 [  6789] By: jhi                                   on 2000/08/23  15:34:21
29145         Log: Update Changes.
29146      Branch: perl
29147            ! Changes patchlevel.h
29148 ____________________________________________________________________________
29149 [  6788] By: jhi                                   on 2000/08/23  15:33:40
29150         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
29151              From: Wilfredo Sánchez <wsanchez@apple.com>
29152              Date: Tue, 22 Aug 2000 19:31:27 -0700
29153              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
29154      Branch: perl
29155            ! perl.h
29156 ____________________________________________________________________________
29157 [  6787] By: jhi                                   on 2000/08/23  15:29:31
29158         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
29159              From: Spider Boardman <spider@leggy.zk3.dec.com>
29160              Date: Wed, 23 Aug 2000 10:33:23 -0400
29161              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
29162      Branch: perl
29163            ! lib/Pod/Html.pm
29164 ____________________________________________________________________________
29165 [  6786] By: jhi                                   on 2000/08/23  15:28:11
29166         Log: Bad makefile.
29167      Branch: perl
29168            ! ext/B/Makefile.PL
29169 ____________________________________________________________________________
29170 [  6785] By: jhi                                   on 2000/08/23  14:37:04
29171         Log: Update Changes.
29172      Branch: perl
29173            ! Changes patchlevel.h
29174 ____________________________________________________________________________
29175 [  6784] By: jhi                                   on 2000/08/23  13:58:41
29176         Log: Portability fix from Hugo van der Sanden.
29177      Branch: perl
29178            ! ext/re/Makefile.PL
29179 ____________________________________________________________________________
29180 [  6783] By: jhi                                   on 2000/08/23  13:53:53
29181         Log: Storable support, v-version fixes.
29182              
29183              Subject: CPAN.pm beta for testing available
29184              From: andreas.koenig@anima.de (Andreas J. Koenig)
29185              Date: 22 Aug 2000 23:31:33 +0200
29186              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
29187      Branch: perl
29188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29189 ____________________________________________________________________________
29190 [  6782] By: jhi                                   on 2000/08/23  13:51:26
29191         Log: Mac and other portability updates from Chris Nandor.
29192      Branch: perl
29193            ! pod/perlmodinstall.pod
29194 ____________________________________________________________________________
29195 [  6781] By: jhi                                   on 2000/08/23  13:47:33
29196         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
29197              From: Peter Prymmer <pvhp@forte.com>
29198              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
29199              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
29200      Branch: perl
29201            ! ext/Storable/Storable.xs
29202 ____________________________________________________________________________
29203 [  6780] By: jhi                                   on 2000/08/23  13:33:34
29204         Log: VMS MMS (make) wants null action.
29205      Branch: perl
29206            ! ext/B/Makefile.PL
29207 ____________________________________________________________________________
29208 [  6779] By: jhi                                   on 2000/08/22  19:44:47
29209         Log: Forgot portability nit.
29210      Branch: perl
29211            ! t/lib/st-forgive.t
29212 ____________________________________________________________________________
29213 [  6778] By: jhi                                   on 2000/08/22  19:35:25
29214         Log: Be portable.
29215      Branch: perl
29216            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
29217            ! t/lib/st-store.t
29218 ____________________________________________________________________________
29219 [  6777] By: jhi                                   on 2000/08/22  18:50:53
29220         Log: Update Changes.
29221      Branch: perl
29222            ! Changes patchlevel.h
29223 ____________________________________________________________________________
29224 [  6776] By: jhi                                   on 2000/08/22  18:44:46
29225         Log: cSVOPo_*v things index into the current PL_curpad
29226              under ithreads, which is different from the curpad
29227              used by the XSUB.  (In other words, the code as-is
29228              before this patch wouldn't work under ithreads.)
29229              From Sarathy.
29230      Branch: perl
29231            ! ext/B/B.xs
29232 ____________________________________________________________________________
29233 [  6775] By: jhi                                   on 2000/08/22  18:18:37
29234         Log: Make the selection of NVff et al stricter.
29235      Branch: metaconfig/U/perl
29236            ! perlxvf.U
29237      Branch: perl
29238            ! Configure config_h.SH
29239 ____________________________________________________________________________
29240 [  6774] By: jhi                                   on 2000/08/22  17:19:42
29241         Log: perldelta nits.
29242      Branch: perl
29243            ! pod/perldelta.pod
29244 ____________________________________________________________________________
29245 [  6773] By: jhi                                   on 2000/08/22  17:06:26
29246         Log: Long double fixes from Spider Boardman.
29247              
29248              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
29249              From: system PRIVILEGED account <root@peano.zk3.dec.com>
29250              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
29251              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
29252      Branch: perl
29253            ! t/lib/bigfltpm.t t/lib/st-06compat.t
29254 ____________________________________________________________________________
29255 [  6772] By: jhi                                   on 2000/08/22  15:04:53
29256         Log: Update Changes.
29257      Branch: perl
29258            ! Changes patchlevel.h
29259 ____________________________________________________________________________
29260 [  6771] By: jhi                                   on 2000/08/22  15:01:44
29261         Log: perldelta fixes from Hugo van der Sanden.
29262      Branch: perl
29263            ! pod/perldelta.pod
29264 ____________________________________________________________________________
29265 [  6770] By: jhi                                   on 2000/08/22  14:34:49
29266         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
29267              From: Hugo <hv@crypt.compulink.co.uk>
29268              Date: Tue, 22 Aug 2000 11:21:53 +0100
29269              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
29270      Branch: perl
29271            ! regcomp.c
29272 ____________________________________________________________________________
29273 [  6769] By: jhi                                   on 2000/08/22  14:30:02
29274         Log: Add Yitzchak, reformat.
29275      Branch: perl
29276            ! Changes config_h.SH
29277 ____________________________________________________________________________
29278 [  6768] By: jhi                                   on 2000/08/22  14:21:35
29279         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
29280              and Spider Boardman.
29281      Branch: metaconfig
29282            ! U/compline/d_gconvert.U
29283      Branch: perl
29284            ! Configure
29285 ____________________________________________________________________________
29286 [  6767] By: jhi                                   on 2000/08/22  14:11:24
29287         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
29288              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29289              Date: Mon, 21 Aug 2000 19:08:31 -0700
29290              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
29291      Branch: perl
29292            - ext/Storable/patchlevel.h
29293            ! MANIFEST ext/Storable/MANIFEST
29294 ____________________________________________________________________________
29295 [  6766] By: jhi                                   on 2000/08/22  13:49:29
29296         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
29297              From: Peter Prymmer <pvhp@forte.com>
29298              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
29299              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
29300      Branch: perl
29301            ! configure.com ext/Storable/Makefile.PL
29302 ____________________________________________________________________________
29303 [  6765] By: jhi                                   on 2000/08/22  13:44:59
29304         Log: Subject: [PATCH blead] B:: missing dependency
29305              From: Hugo <hv@crypt.compulink.co.uk>
29306              Date: Tue, 22 Aug 2000 06:44:33 +0100
29307              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
29308      Branch: perl
29309            ! ext/B/Makefile.PL
29310 ____________________________________________________________________________
29311 [  6764] By: jhi                                   on 2000/08/22  13:38:12
29312         Log: More bytecompiler.
29313      Branch: perl
29314            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
29315 ____________________________________________________________________________
29316 [  6763] By: jhi                                   on 2000/08/22  13:36:44
29317         Log: Bytecompiler patches from Benjamin Stuhl.
29318      Branch: perl
29319            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
29320            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29321            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29322            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29323            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
29324            ! perl.c perlapi.h pod/perldelta.pod
29325 ____________________________________________________________________________
29326 [  6762] By: jhi                                   on 2000/08/21  23:43:40
29327         Log: An obsoleted diagnostic.
29328      Branch: perl
29329            ! pod/perldelta.pod
29330 ____________________________________________________________________________
29331 [  6761] By: jhi                                   on 2000/08/21  23:01:45
29332         Log: The #6759 wasn't quite right.
29333      Branch: perl
29334            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29335            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
29336            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
29337            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
29338            ! t/lib/st-tieditems.t
29339 ____________________________________________________________________________
29340 [  6760] By: jhi                                   on 2000/08/21  22:35:49
29341         Log: Be verydeepclean.
29342      Branch: perl
29343            ! Makefile.SH
29344 ____________________________________________________________________________
29345 [  6759] By: jhi                                   on 2000/08/21  22:25:40
29346         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
29347              From: Peter Prymmer <pvhp@forte.com>
29348              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
29349              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
29350      Branch: perl
29351            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29352            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
29353            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
29354            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
29355            ! t/lib/st-tieditems.t
29356 ____________________________________________________________________________
29357 [  6758] By: jhi                                   on 2000/08/21  22:22:32
29358         Log: Few more casts, need reported in
29359              
29360              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
29361              From: Mike Stok <mike@stok.co.uk>
29362              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
29363              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
29364              
29365              and
29366              
29367              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
29368              From: abigail@foad.org
29369              Date: 21 Aug 2000 21:31:34 -0000
29370              Message-Id: <20000821213134.30170.qmail@foad.org>
29371      Branch: perl
29372            ! ext/Storable/Storable.xs
29373 ____________________________________________________________________________
29374 [  6757] By: jhi                                   on 2000/08/21  18:37:07
29375         Log: Update Changes.
29376      Branch: perl
29377            ! Changes patchlevel.h
29378 ____________________________________________________________________________
29379 [  6756] By: jhi                                   on 2000/08/21  18:34:02
29380         Log: A pod nit.
29381              
29382              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
29383              From: <abigail@foad.org>
29384              Date: Mon, 21 Aug 2000 14:00:16 -0400
29385              Message-ID: <20000821180016.28627.qmail@foad.org>
29386      Branch: perl
29387            ! pod/perlre.pod
29388 ____________________________________________________________________________
29389 [  6755] By: jhi                                   on 2000/08/21  18:30:56
29390         Log: Use PodParser 1.18 new test.
29391      Branch: perl
29392            ! t/pod/special_seqs.t t/pod/special_seqs.xr
29393 ____________________________________________________________________________
29394 [  6754] By: jhi                                   on 2000/08/21  18:28:35
29395         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
29396              patches cannot be applied since #6712 conflicts.
29397      Branch: perl
29398            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
29399 ____________________________________________________________________________
29400 [  6753] By: jhi                                   on 2000/08/21  18:15:11
29401         Log: Weed out some smaller changes.
29402      Branch: perl
29403            ! pod/perldelta.pod
29404 ____________________________________________________________________________
29405 [  6752] By: jhi                                   on 2000/08/21  18:02:30
29406         Log: Also under djgpp the timestamps are funky.
29407      Branch: perl
29408            ! t/op/stat.t
29409 ____________________________________________________________________________
29410 [  6751] By: jhi                                   on 2000/08/21  17:55:56
29411         Log: Tweak the floating point output routine preferences.
29412      Branch: metaconfig
29413            ! U/compline/d_gconvert.U
29414      Branch: perl
29415            ! Configure
29416 ____________________________________________________________________________
29417 [  6750] By: jhi                                   on 2000/08/21  17:51:29
29418         Log: Unicos/mk requires elaborate paranoia.
29419      Branch: perl
29420            ! lib/Math/Complex.pm
29421 ____________________________________________________________________________
29422 [  6749] By: gsar                                  on 2000/08/21  16:53:31
29423         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
29424      Branch: perl
29425            ! lib/Cwd.pm
29426 ____________________________________________________________________________
29427 [  6748] By: gsar                                  on 2000/08/21  16:22:19
29428         Log: free TLS slot properly on Windows
29429      Branch: perl
29430            ! thread.h win32/perllib.c win32/win32thread.h
29431 ____________________________________________________________________________
29432 [  6747] By: jhi                                   on 2000/08/21  16:20:58
29433         Log: Rename the macro argument because some preprocessors
29434              can't tell the difference and expand arguments also inside
29435              double quoted strings.
29436      Branch: perl
29437            ! regcomp.c
29438 ____________________________________________________________________________
29439 [  6746] By: jhi                                   on 2000/08/21  16:09:41
29440         Log: Support long doubles in Storable.
29441              
29442              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
29443              From: Radu Greab <radu@netsoft.ro>
29444              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
29445              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
29446      Branch: perl
29447            ! ext/Storable/Storable.xs
29448 ____________________________________________________________________________
29449 [  6745] By: jhi                                   on 2000/08/21  15:51:40
29450         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
29451              From: "Fifer, Eric" <EFifer@sanwaint.com>
29452              Date: Mon, 21 Aug 2000 15:34:49 +0100
29453              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
29454      Branch: perl
29455            ! t/pragma/warn/9enabled
29456 ____________________________________________________________________________
29457 [  6744] By: jhi                                   on 2000/08/21  15:39:35
29458         Log: Document the endianness of Alpha more precisely.
29459      Branch: perl
29460            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
29461            ! pod/perlport.pod
29462 ____________________________________________________________________________
29463 [  6743] By: jhi                                   on 2000/08/21  14:47:05
29464         Log: perldelta fixes from the p5p crowd.
29465      Branch: perl
29466            ! pod/perldelta.pod pod/perlop.pod
29467 ____________________________________________________________________________
29468 [  6742] By: jhi                                   on 2000/08/21  13:34:51
29469         Log: Update to Pod::LaTeX 0.53.
29470              
29471              Subject: [PATCH] lib/Pod/LaTeX.pm updates
29472              From: Tim Jenness <timj@jach.hawaii.edu>
29473              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
29474              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
29475      Branch: perl
29476            ! lib/Pod/LaTeX.pm
29477 ____________________________________________________________________________
29478 [  6741] By: jhi                                   on 2000/08/21  13:33:01
29479         Log: Subject: [PATCH] os2.c fix for use64bitint
29480              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29481              Date: Mon, 21 Aug 2000 01:32:25 -0700
29482              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
29483      Branch: perl
29484            ! os2/os2.c
29485 ____________________________________________________________________________
29486 [  6740] By: jhi                                   on 2000/08/21  13:28:52
29487         Log: Array context keeps slithering in.
29488              
29489              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
29490              From: Daniel Chetlin <daniel@chetlin.com>
29491              Date: Sun, 20 Aug 2000 21:40:25 -0700
29492              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
29493      Branch: perl
29494            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
29495            ! pod/perldebtut.pod
29496 ____________________________________________________________________________
29497 [  6739] By: jhi                                   on 2000/08/21  13:23:55
29498         Log: Big-endian quad fixes for Storable from Radu Greab,
29499              plus few explicit null casts for picky compilers.
29500      Branch: perl
29501            ! ext/Storable/Storable.xs
29502 ____________________________________________________________________________
29503 [  6738] By: gsar                                  on 2000/08/21  05:56:13
29504         Log: small tweaks for change#6705: avoid C++ style comments in C code;
29505              use Perl's malloc API rather than the low level system one
29506      Branch: perl
29507            ! win32/win32.c
29508 ____________________________________________________________________________
29509 [  6737] By: gsar                                  on 2000/08/21  05:35:41
29510         Log: add Storable to list of extensions on Windows
29511      Branch: perl
29512            ! win32/Makefile win32/makefile.mk
29513 ____________________________________________________________________________
29514 [  6736] By: jhi                                   on 2000/08/21  02:57:53
29515         Log: Update Changes.
29516      Branch: perl
29517            ! Changes patchlevel.h
29518 ____________________________________________________________________________
29519 [  6735] By: jhi                                   on 2000/08/21  02:57:20
29520         Log: Draft 0.
29521      Branch: perl
29522            ! pod/perldelta.pod
29523 ____________________________________________________________________________
29524 [  6734] By: jhi                                   on 2000/08/21  02:57:03
29525         Log: Add Storable 0.7.2 from Raphael Manfredi,
29526              plus the patch from
29527              
29528              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
29529              From: Radu Greab <radu@netsoft.ro>
29530              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
29531              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
29532              
29533              plus changes to get Storable to compile with
29534              picky ANSI compilers.
29535      Branch: perl
29536            + ext/Storable/ChangeLog ext/Storable/MANIFEST
29537            + ext/Storable/Makefile.PL ext/Storable/README
29538            + ext/Storable/Storable.pm ext/Storable/Storable.xs
29539            + ext/Storable/patchlevel.h t/lib/st-06compat.t
29540            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
29541            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
29542            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
29543            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
29544            + t/lib/st-tieditems.t
29545            ! MANIFEST
29546 ____________________________________________________________________________
29547 [  6733] By: jhi                                   on 2000/08/21  02:29:09
29548         Log: The correct cleaning order is an art.
29549      Branch: perl
29550            ! Makefile.SH
29551 ____________________________________________________________________________
29552 [  6732] By: jhi                                   on 2000/08/21  01:23:39
29553         Log: The #6724 is here.
29554      Branch: perl
29555            ! t/lib/ftmp-security.t
29556 ____________________________________________________________________________
29557 [  6731] By: jhi                                   on 2000/08/20  23:17:03
29558         Log: s/this one/the 5.6.0 release/
29559      Branch: perl
29560            ! pod/perl56delta.pod
29561 ____________________________________________________________________________
29562 [  6730] By: jhi                                   on 2000/08/20  23:07:34
29563         Log: Mention perlebcdic and perlposix-bc.
29564      Branch: perl
29565            ! pod/perlport.pod
29566 ____________________________________________________________________________
29567 [  6729] By: jhi                                   on 2000/08/20  21:32:59
29568         Log: Document the number of exponent digits.
29569      Branch: perl
29570            ! pod/perlfunc.pod
29571 ____________________________________________________________________________
29572 [  6728] By: jhi                                   on 2000/08/20  21:16:47
29573         Log: Use File::Spec->tmpdir().
29574              
29575              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
29576              From: Tim Jenness <timj@jach.hawaii.edu>
29577              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
29578              MIME-Version: 1.0
29579              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
29580      Branch: perl
29581            ! utils/perlbug.PL
29582 ____________________________________________________________________________
29583 [  6727] By: jhi                                   on 2000/08/20  20:43:32
29584         Log: Update Changes.
29585      Branch: perl
29586            ! Changes patchlevel.h
29587 ____________________________________________________________________________
29588 [  6726] By: jhi                                   on 2000/08/20  20:41:44
29589         Log: The veryclean target needs to clobber.
29590      Branch: perl
29591            ! Makefile.SH
29592 ____________________________________________________________________________
29593 [  6725] By: jhi                                   on 2000/08/20  20:37:38
29594         Log: Document odd vs even subreleases and -Dusedevel.
29595      Branch: perl
29596            ! INSTALL
29597 ____________________________________________________________________________
29598 [  6724] By: jhi                                   on 2000/08/20  19:58:05
29599         Log: Use temporary directory instead of current directory.
29600              
29601              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
29602              From: Tim Jenness <timj@jach.hawaii.edu>
29603              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
29604              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
29605      Branch: perl
29606            ! t/lib/ftmp-security.t
29607 ____________________________________________________________________________
29608 [  6723] By: jhi                                   on 2000/08/20  19:55:55
29609         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
29610              From: andreas.koenig@anima.de (Andreas J. Koenig)
29611              Date: 20 Aug 2000 15:52:03 +0200
29612              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
29613      Branch: perl
29614            ! lib/ExtUtils/MM_Unix.pm
29615 ____________________________________________________________________________
29616 [  6722] By: jhi                                   on 2000/08/20  19:46:01
29617         Log: Update to CGI 2.72, from Lincoln Stein.
29618      Branch: perl
29619            ! lib/CGI.pm
29620 ____________________________________________________________________________
29621 [  6721] By: jhi                                   on 2000/08/20  19:43:54
29622         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
29623              From: Radu Greab <radu@netsoft.ro>
29624              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
29625              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
29626      Branch: perl
29627            ! ext/GDBM_File/GDBM_File.xs
29628 ____________________________________________________________________________
29629 [  6720] By: jhi                                   on 2000/08/20  19:42:01
29630         Log: pp_open() could pass an uninitialized filename down to do_open9().
29631      Branch: perl
29632            ! pp_sys.c
29633 ____________________________________________________________________________
29634 [  6719] By: jhi                                   on 2000/08/20  14:06:41
29635         Log: UTF8 concat fixes.
29636              
29637              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29638              From: Hugo <hv@crypt.compulink.co.uk>
29639              Date: Sun, 20 Aug 2000 07:30:46 +0100
29640              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
29641      Branch: perl
29642            ! pp_hot.c t/op/append.t
29643 ____________________________________________________________________________
29644 [  6718] By: jhi                                   on 2000/08/20  02:09:37
29645         Log: Let's try #6717 again.
29646      Branch: perl
29647            ! lib/File/Temp.pm
29648 ____________________________________________________________________________
29649 [  6717] By: jhi                                   on 2000/08/20  01:56:55
29650         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29651              From: "Craig A. Berry" <craig.berry@metamorgs.com>
29652              Date: Sat, 19 Aug 2000 18:15:39 -0500
29653              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
29654      Branch: perl
29655            ! lib/File/Temp.pm
29656 ____________________________________________________________________________
29657 [  6716] By: jhi                                   on 2000/08/19  15:50:11
29658         Log: Update Changes.
29659      Branch: perl
29660            ! Changes patchlevel.h
29661 ____________________________________________________________________________
29662 [  6715] By: jhi                                   on 2000/08/19  15:39:09
29663         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
29664              From: Jonathan D Johnston <jdjohnston2@juno.com>
29665              Date: Thu, 17 Aug 2000 23:13:01 -0400       
29666              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
29667      Branch: perl
29668            ! pod/perlfunc.pod
29669 ____________________________________________________________________________
29670 [  6714] By: jhi                                   on 2000/08/19  15:34:04
29671         Log: Introduce a 'veryclean' target that is like 'distclean'
29672              but also removes *~ and *.orig.
29673      Branch: perl
29674            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
29675            ! utils/Makefile x2p/Makefile.SH
29676 ____________________________________________________________________________
29677 [  6713] By: jhi                                   on 2000/08/19  14:15:45
29678         Log: Put back the long double avoidance code to POSIX.xs
29679              because VMS seems to need it still.
29680      Branch: perl
29681            ! ext/POSIX/POSIX.xs
29682 ____________________________________________________________________________
29683 [  6712] By: jhi                                   on 2000/08/19  14:10:41
29684         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29685              From: Peter Prymmer <pvhp@forte.com>
29686              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
29687              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
29688      Branch: perl
29689            ! lib/Pod/Find.pm t/pod/find.t
29690 ____________________________________________________________________________
29691 [  6711] By: jhi                                   on 2000/08/19  14:09:19
29692         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29693              From: Peter Prymmer <pvhp@forte.com>
29694              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
29695              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
29696              cc: vmsperl@perl.org
29697      Branch: perl
29698            ! t/lib/peek.t
29699 ____________________________________________________________________________
29700 [  6710] By: jhi                                   on 2000/08/19  14:08:01
29701         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29702              From: Jan Dubois <jand@ActiveState.com>
29703              Date: Fri, 18 Aug 2000 16:31:48 -0700
29704              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
29705      Branch: perl
29706            ! win32/win32.c
29707 ____________________________________________________________________________
29708 [  6709] By: jhi                                   on 2000/08/19  14:06:57
29709         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
29710              
29711              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
29712              From: Spider.Boardman@Orb.Nashua.NH.US
29713              Date: Fri, 18 Aug 2000 18:41:14 -0400
29714              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
29715      Branch: perl
29716            ! regcomp.c
29717 ____________________________________________________________________________
29718 [  6708] By: jhi                                   on 2000/08/18  22:04:49
29719         Log: Update Changes.
29720      Branch: perl
29721            ! Changes patchlevel.h
29722 ____________________________________________________________________________
29723 [  6707] By: jhi                                   on 2000/08/18  21:55:14
29724         Log: Add warnif(), check warnings further up the stack,
29725              all the warnings functions now can take an optional object reference.
29726              
29727              Subject: [PATCH bleedperl@6691] warnings pragma update
29728              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29729              Date: Fri, 18 Aug 2000 22:42:06 +0100
29730              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
29731      Branch: perl
29732            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
29733            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
29734            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
29735 ____________________________________________________________________________
29736 [  6706] By: jhi                                   on 2000/08/18  21:41:45
29737         Log: Typo in pp_complement().
29738              
29739              Subject: [PATCH perl-current] Deparse
29740              From: Peter Scott <Peter@PSDT.com>
29741              Date: Fri, 18 Aug 2000 12:44:37 -0700
29742              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
29743      Branch: perl
29744            ! ext/B/B/Deparse.pm
29745 ____________________________________________________________________________
29746 [  6705] By: jhi                                   on 2000/08/18  21:25:59
29747         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29748              From: Jan Dubois <jand@ActiveState.com>
29749              Date: Fri, 18 Aug 2000 14:22:51 -0700
29750              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
29751      Branch: perl
29752            ! lib/Win32.pod win32/win32.c
29753 ____________________________________________________________________________
29754 [  6704] By: jhi                                   on 2000/08/18  21:16:14
29755         Log: Don't eat leading os from index entries.
29756              
29757              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29758              From: Russ Allbery <rra@stanford.edu>
29759              Date: 10 Aug 2000 20:49:25 -0700
29760              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
29761      Branch: perl
29762            ! lib/Pod/Man.pm
29763 ____________________________________________________________________________
29764 [  6703] By: jhi                                   on 2000/08/18  21:07:06
29765         Log: Add [[:blank:]] as suggested in
29766              
29767              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29768              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
29769              Date: Sun, 16 Jul 2000 17:55:29 -0700
29770              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
29771              
29772              (the [=cc=] has already been taken care of by #6439
29773              so the whole bug report can be closed)
29774              
29775              and make [[:space:]] to be equivalent to isspace(3)
29776              (as opposed to \s, which is isSPACE()).  The difference
29777              is that now [[:space:]] matches the mythical vertical tab,
29778              while \s doesn't.
29779      Branch: perl
29780            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
29781            ! regexec.c t/op/pat.t
29782 ____________________________________________________________________________
29783 [  6702] By: jhi                                   on 2000/08/18  18:47:47
29784         Log: The new tests were missing from #6415.
29785      Branch: perl
29786            ! t/op/bop.t
29787 ____________________________________________________________________________
29788 [  6701] By: jhi                                   on 2000/08/18  18:20:40
29789         Log: Document the NDBM_File and ODBM_File as SDBM_File
29790              was documented in #6417.
29791      Branch: perl
29792            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29793            ! ext/SDBM_File/SDBM_File.pm
29794 ____________________________________________________________________________
29795 [  6700] By: jhi                                   on 2000/08/18  18:10:39
29796         Log: Subject: [PATCH perl@6698] cygwin port
29797              From: "Fifer, Eric" <EFifer@sanwaint.com>
29798              Date: Fri, 18 Aug 2000 17:30:05 +0100
29799              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
29800      Branch: perl
29801            ! lib/File/Temp.pm
29802 ____________________________________________________________________________
29803 [  6699] By: jhi                                   on 2000/08/18  16:21:49
29804         Log: Document code point which makes if (defined %stash::) to work
29805              (noted by Spider Boardman).
29806      Branch: perl
29807            ! op.c
29808 ____________________________________________________________________________
29809 [  6698] By: jhi                                   on 2000/08/18  13:43:27
29810         Log: Update Changes.
29811      Branch: perl
29812            ! Changes patchlevel.h
29813 ____________________________________________________________________________
29814 [  6697] By: jhi                                   on 2000/08/18  13:35:57
29815         Log: Tiny Getopt::Long patch from Johan Vromans.
29816      Branch: perl
29817            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29818 ____________________________________________________________________________
29819 [  6696] By: jhi                                   on 2000/08/18  13:26:14
29820         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29821              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
29822              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
29823              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
29824      Branch: perl
29825            ! pod/perldiag.pod pod/perlsyn.pod
29826 ____________________________________________________________________________
29827 [  6695] By: jhi                                   on 2000/08/18  13:13:26
29828         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29829              From: Daniel Chetlin <daniel@chetlin.com>
29830              Date: Fri, 18 Aug 2000 03:13:36 -0700
29831              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
29832      Branch: perl
29833            ! pod/perlfunc.pod
29834 ____________________________________________________________________________
29835 [  6694] By: jhi                                   on 2000/08/18  13:08:05
29836         Log: Subject: [PATCH] perltrap.pod spring cleaning
29837              From: Daniel Chetlin <daniel@chetlin.com>
29838              Date: Fri, 18 Aug 2000 03:06:54 -0700
29839              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
29840              
29841              plus Mike Guy's nitfix.
29842      Branch: perl
29843            ! pod/perltrap.pod
29844 ____________________________________________________________________________
29845 [  6693] By: jhi                                   on 2000/08/18  13:00:26
29846         Log: Unbuffer the output.
29847              
29848              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
29849              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29850              Date: Thu, 17 Aug 2000 18:39:29 -0700
29851              Message-ID: <RPJn5gzkgydf092yn@efn.org>
29852      Branch: perl
29853            ! t/op/fork.t
29854 ____________________________________________________________________________
29855 [  6692] By: jhi                                   on 2000/08/18  05:19:17
29856         Log: Delete the image, too, not just its MANIFEStation.
29857      Branch: perl
29858            - lib/CGI/eg/wilogo.gif
29859 ____________________________________________________________________________
29860 [  6691] By: jhi                                   on 2000/08/18  05:10:26
29861         Log: Propagate new Configure vars.
29862      Branch: perl
29863            ! configure.com epoc/config.sh uconfig.h uconfig.sh
29864            ! vos/config.def vos/config.h vos/config_h.SH_orig
29865            ! win32/config.bc win32/config.gc win32/config.vc
29866            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29867 ____________________________________________________________________________
29868 [  6690] By: jhi                                   on 2000/08/18  04:30:56
29869         Log: Update Changes.
29870      Branch: perl
29871            ! Changes patchlevel.h
29872 ____________________________________________________________________________
29873 [  6689] By: jhi                                   on 2000/08/18  04:12:30
29874         Log: Fix the lib/complex failure of
29875              
29876              From: abigail@foad.org
29877              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29878              Date: 15 Aug 2000 04:06:38 -0000
29879              Message-Id: <20000815040638.8524.qmail@foad.org> 
29880              
29881              Linux long double accuracy issue: something that
29882              when printed with %g looks like "2" but int() of it is 1.
29883      Branch: perl
29884            ! lib/Math/Complex.pm
29885 ____________________________________________________________________________
29886 [  6688] By: jhi                                   on 2000/08/18  03:15:35
29887         Log: The byteorder code in #6671 was wrong.
29888      Branch: perl
29889            ! configpm
29890 ____________________________________________________________________________
29891 [  6687] By: jhi                                   on 2000/08/18  02:08:42
29892         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
29893              From: Jan Dubois <jand@ActiveState.com>
29894              Date: Thu, 17 Aug 2000 18:31:55 -0700
29895              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
29896      Branch: perl
29897            ! sv.c
29898 ____________________________________________________________________________
29899 [  6686] By: jhi                                   on 2000/08/18  02:04:15
29900         Log: Use NVs in POSIX math, not doubles.
29901              
29902              From: abigail@foad.org
29903              Subject: [ID 20000817.014] POSIX & modfl
29904              Date: 17 Aug 2000 20:49:18 -0000
29905              Message-Id: <20000817204918.23123.qmail@foad.org>
29906      Branch: perl
29907            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
29908 ____________________________________________________________________________
29909 [  6685] By: jhi                                   on 2000/08/18  02:02:12
29910         Log: Introduce NVef, NVff, and NVgf, use the middle one.
29911              (helps for lib/peek + Linux + long doubles)  Reported in
29912              
29913              From: abigail@foad.org
29914              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29915              Date: 15 Aug 2000 04:06:38 -0000
29916              Message-Id: <20000815040638.8524.qmail@foad.org> 
29917              
29918              (note: the lib/complex failure has not yet been addressed)
29919      Branch: metaconfig/U/perl
29920            ! perlxvf.U
29921      Branch: perl
29922            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29923            ! config_h.SH dump.c perl.h pod/perlguts.pod
29924 ____________________________________________________________________________
29925 [  6684] By: jhi                                   on 2000/08/17  23:22:19
29926         Log: Add byteorder to the myconfig output.
29927      Branch: perl
29928            ! myconfig.SH
29929 ____________________________________________________________________________
29930 [  6683] By: jhi                                   on 2000/08/17  23:20:19
29931         Log: The image doth not exist, spotted by Johan Vromans.
29932      Branch: perl
29933            ! MANIFEST
29934 ____________________________________________________________________________
29935 [  6682] By: jhi                                   on 2000/08/17  22:38:16
29936         Log: Document what the backtick returns if the command fails.
29937      Branch: perl
29938            ! pod/perlop.pod
29939 ____________________________________________________________________________
29940 [  6681] By: jhi                                   on 2000/08/17  22:33:12
29941         Log: Do not use prototyping here.
29942              
29943              Subject: [ID 20000817.016] [PATCH] Peek.xs
29944              From: abigail@foad.org
29945              Date: 17 Aug 2000 20:55:56 -0000
29946              Message-Id: <20000817205556.24270.qmail@foad.org>
29947      Branch: perl
29948            ! ext/Devel/Peek/Makefile.PL
29949 ____________________________________________________________________________
29950 [  6680] By: jhi                                   on 2000/08/17  19:46:43
29951         Log: Don't propose using modules built for 5.005 if no binary
29952              compatibility with 5.005 is attempted.
29953              
29954              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29955              Subject: Minor nit with 5.7.0 (6655)
29956              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
29957              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
29958      Branch: metaconfig
29959            ! U/installdirs/inc_version_list.U
29960      Branch: perl
29961            ! Configure config_h.SH
29962 ____________________________________________________________________________
29963 [  6679] By: jhi                                   on 2000/08/17  19:16:39
29964         Log: Microperl config update.
29965      Branch: perl
29966            ! uconfig.h uconfig.sh
29967 ____________________________________________________________________________
29968 [  6678] By: jhi                                   on 2000/08/17  19:16:13
29969         Log: The #6648 wasn't protective enough for limited platforms
29970              (like microperl).
29971      Branch: perl
29972            ! dump.c sv.c
29973 ____________________________________________________________________________
29974 [  6677] By: jhi                                   on 2000/08/17  14:46:35
29975         Log: Update Changes.
29976      Branch: perl
29977            ! Changes patchlevel.h
29978 ____________________________________________________________________________
29979 [  6676] By: jhi                                   on 2000/08/17  14:44:02
29980         Log: Add perlebcdic from Peter Prymmer, regen toc.
29981      Branch: perl
29982            + pod/perlebcdic.pod
29983            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29984 ____________________________________________________________________________
29985 [  6675] By: jhi                                   on 2000/08/17  14:41:52
29986         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29987      Branch: perl
29988            ! pod/perldebtut.pod
29989 ____________________________________________________________________________
29990 [  6674] By: jhi                                   on 2000/08/17  14:29:43
29991         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
29992              
29993              Subject: [ID 20000724.006] -DLEAKTEST problem
29994              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
29995              Date: Tue, 25 Jul 2000 00:36:32 -0500
29996              Message-Id: <20000725003632.A26186@www.llamacom.com>
29997              
29998              Reminder sent
29999              
30000              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
30001              From: Hugo <hv@crypt.compulink.co.uk>
30002              Date: Thu, 17 Aug 2000 15:23:42 +0100
30003              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
30004      Branch: perl
30005            ! util.c
30006 ____________________________________________________________________________
30007 [  6673] By: jhi                                   on 2000/08/17  04:07:10
30008         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30009              From: John Peacock <JPeacock@UnivPress.com>
30010              Date: Tue, 01 Aug 2000 09:38:12 -0400
30011              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
30012      Branch: perl
30013            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
30014 ____________________________________________________________________________
30015 [  6672] By: jhi                                   on 2000/08/17  03:04:35
30016         Log: Subject: [PATCH] Cwd.pm now uses strict
30017              From: Tim Jenness <timj@jach.hawaii.edu>
30018              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
30019              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
30020      Branch: perl
30021            ! lib/Cwd.pm
30022 ____________________________________________________________________________
30023 [  6671] By: jhi                                   on 2000/08/17  02:16:35
30024         Log: Make $Config{byteorder} more magical so that it is
30025              dynamically computed: nice for 'fat binaries'.
30026              
30027              Subject: [PATCH]: default byteorder
30028              From: Wilfredo Sánchez <wsanchez@apple.com>
30029              Date: Mon, 31 Jul 2000 19:45:31 -0700
30030              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
30031      Branch: perl
30032            ! configpm
30033 ____________________________________________________________________________
30034 [  6670] By: gsar                                  on 2000/08/17  01:22:21
30035         Log: move WNOHANG definition to where other such things are
30036      Branch: perl
30037            ! win32/win32.h
30038 ____________________________________________________________________________
30039 [  6669] By: jhi                                   on 2000/08/17  01:19:17
30040         Log: Update Changes.
30041      Branch: perl
30042            ! Changes patchlevel.h
30043 ____________________________________________________________________________
30044 [  6668] By: jhi                                   on 2000/08/17  01:16:29
30045         Log: Doc nits spotted by Richard Soderberg.
30046      Branch: perl
30047            ! README.posix-bc README.vmesa
30048 ____________________________________________________________________________
30049 [  6667] By: jhi                                   on 2000/08/17  01:12:11
30050         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30051              From: "Casey R. Tweten" <crt@kiski.net>
30052              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
30053              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
30054      Branch: perl
30055            ! pod/perldebtut.pod
30056 ____________________________________________________________________________
30057 [  6666] By: jhi                                   on 2000/08/17  01:09:31
30058         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30059              From: "Casey R. Tweten" <crt@kiski.net>
30060              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
30061              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
30062      Branch: perl
30063            ! lib/Shell.pm
30064 ____________________________________________________________________________
30065 [  6665] By: gsar                                  on 2000/08/17  01:03:52
30066         Log: add "ok" targets from change#6632 in makefile.mk
30067      Branch: perl
30068            ! pod/perlport.pod win32/Makefile win32/makefile.mk
30069 ____________________________________________________________________________
30070 [  6664] By: gsar                                  on 2000/08/17  00:56:11
30071         Log: avoid warnings from dense compiler
30072      Branch: perl
30073            ! win32/win32.c
30074 ____________________________________________________________________________
30075 [  6663] By: jhi                                   on 2000/08/17  00:51:49
30076         Log: Tweak the regex compilation errors once more.
30077      Branch: perl
30078            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30079            ! t/op/regmesg.t t/pragma/warn/regcomp
30080 ____________________________________________________________________________
30081 [  6662] By: gsar                                  on 2000/08/17  00:28:19
30082         Log: trailing new %ENV entries weren't being pushed into the real
30083              environment of subprocesses on Windows
30084      Branch: perl
30085            ! t/op/magic.t win32/perlhost.h
30086 ____________________________________________________________________________
30087 [  6661] By: gsar                                  on 2000/08/17  00:19:20
30088         Log: waitpid() now handles externally spawned pids correctly;
30089              fixes for backtick/wait/waitpid failures on Windows 9x
30090              
30091              these changes make the pid returned by process functions on
30092              Windows 9x always positive by clearing the high bit (which
30093              is always set on Win9x); pseudo-process PIDs are likewise
30094              always negative now on Win9x (just as on NT/2000)
30095      Branch: perl
30096            ! pp_sys.c win32/perlhost.h win32/win32.c
30097 ____________________________________________________________________________
30098 [  6660] By: jhi                                   on 2000/08/17  00:04:32
30099         Log: Retract #6645.
30100      Branch: perl
30101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30102            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
30103            ! t/op/sprintf.t
30104 ____________________________________________________________________________
30105 [  6659] By: gsar                                  on 2000/08/16  23:59:28
30106         Log: on windows, the return values from wait() and waitpid() don't
30107              match those of pseudo-pids
30108      Branch: perl
30109            ! pp_sys.c t/op/fork.t util.c win32/win32.c
30110 ____________________________________________________________________________
30111 [  6658] By: gsar                                  on 2000/08/16  23:56:14
30112         Log: pod nit seen in passing
30113      Branch: perl
30114            ! pod/perlfunc.pod
30115 ____________________________________________________________________________
30116 [  6657] By: gsar                                  on 2000/08/16  23:53:42
30117         Log: change#6328 could make close(SOCKET) return false on windows
30118              when it shouldn't
30119      Branch: perl
30120            ! win32/win32sck.c
30121 ____________________________________________________________________________
30122 [  6656] By: gsar                                  on 2000/08/16  23:46:57
30123         Log: check that the number pseudo children doesn't exceed
30124              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30125              the WaitForMultipleObjects() limit that would cause wait()
30126              to crash)
30127              
30128              wait() and waitpid() could potentially be rewritten to use
30129              more than one thread to do the waiting to eliminate this
30130              limitation
30131      Branch: perl
30132            ! win32/perlhost.h
30133 ____________________________________________________________________________
30134 [  6655] By: jhi                                   on 2000/08/16  14:11:05
30135         Log: Update Changes.
30136      Branch: perl
30137            ! Changes patchlevel.h
30138 ____________________________________________________________________________
30139 [  6654] By: jhi                                   on 2000/08/16  14:10:12
30140         Log: Update to perldebtut 1.9, from Richard Foley.
30141      Branch: perl
30142            ! pod/perldebtut.pod
30143 ____________________________________________________________________________
30144 [  6653] By: jhi                                   on 2000/08/16  14:08:17
30145         Log: Change the regx compilation error markers to use = instead of <
30146              since pod makes using the latter quite messy.  Reported in
30147              ID 20000814.006 by Abigail and in
30148              Subject: Unknown escape E<> ?
30149              From: Lupe Christoph <lupe@lupe-christoph.de>
30150              Date: Fri, 11 Aug 2000 00:30:27 +0200
30151              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
30152      Branch: perl
30153            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30154            ! t/op/regmesg.t t/pragma/warn/regcomp
30155 ____________________________________________________________________________
30156 [  6652] By: jhi                                   on 2000/08/16  13:25:31
30157         Log: Change the perlbug address to perl.org since it's more forgiving.
30158              
30159              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
30160              From: abigail@foad.org
30161              Date: 15 Aug 2000 04:15:40 -0000
30162              Message-Id: <20000815041540.8633.qmail@foad.org>
30163      Branch: perl
30164            ! utils/perlbug.PL
30165 ____________________________________________________________________________
30166 [  6651] By: jhi                                   on 2000/08/16  13:22:35
30167         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30168              From: Tim Jenness <timj@jach.hawaii.edu>
30169              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
30170              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
30171      Branch: perl
30172            ! lib/Cwd.pm
30173 ____________________________________________________________________________
30174 [  6650] By: jhi                                   on 2000/08/16  13:18:13
30175         Log: Update to CPAN 1.57.
30176              
30177              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
30178              From: andreas.koenig@anima.de (Andreas J. Koenig)
30179              Date: 16 Aug 2000 15:09:46 +0200
30180              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
30181      Branch: perl
30182            ! lib/CPAN.pm
30183 ____________________________________________________________________________
30184 [  6649] By: jhi                                   on 2000/08/16  13:12:31
30185         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
30186              From: "Larry W. Virden" <lvirden@cas.org>
30187              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
30188              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
30189      Branch: perl
30190            ! README.hpux
30191 ____________________________________________________________________________
30192 [  6648] By: jhi                                   on 2000/08/16  13:03:53
30193         Log: The numeric locale was reset to "C" by s?printf and never restored.
30194              
30195              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30196              From: Christian Kirsch <ck@held.mind.de>
30197              Date: Wed, 9 Aug 2000 17:05:17 +0200
30198              Message-Id: <20000809170517.A25389@held>
30199              
30200              No test since adding the failing example to locale.t
30201              does not fail -- probably because the locale settings are so
30202              thoroughly tweaked by that time.  Running the example standalone
30203              does fail, though.  UPDATE: test case added at change #7540.
30204      Branch: perl
30205            ! dump.c perl.h pp.c pp_ctl.c sv.c
30206 ____________________________________________________________________________
30207 [  6647] By: jhi                                   on 2000/08/16  00:07:54
30208         Log: Update Changes and test semi-automatic patchlevel updating.
30209      Branch: perl
30210            ! Changes patchlevel.h
30211 ____________________________________________________________________________
30212 [  6646] By: jhi                                   on 2000/08/15  23:35:07
30213         Log: Fix a dependency problem.
30214              
30215              Subject: [PATCH: 6640] VMS Makefile.SH update
30216              From: Peter Prymmer <pvhp@forte.com>
30217              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
30218              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
30219      Branch: perl
30220            ! vms/descrip_mms.template
30221 ____________________________________________________________________________
30222 [  6645] By: jhi                                   on 2000/08/15  23:33:23
30223         Log: (Retracted by #6660)
30224              
30225              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
30226              From: Dominic Dunlop <domo@computer.org>
30227              Date: Tue, 15 Aug 2000 22:20:52 +0200
30228              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
30229      Branch: metaconfig/U/perl
30230            + d_printfed.U
30231      Branch: perl
30232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30233            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
30234            ! t/op/sprintf.t
30235 ____________________________________________________________________________
30236 [  6644] By: jhi                                   on 2000/08/15  21:17:20
30237         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30238              From: abigail@foad.org
30239              Date: 15 Aug 2000 20:12:41 -0000
30240              Message-Id: <20000815201241.25556.qmail@foad.org>
30241      Branch: perl
30242            ! INSTALL
30243 ____________________________________________________________________________
30244 [  6643] By: jhi                                   on 2000/08/15  21:15:28
30245         Log: (an already applied patch)
30246      Branch: perl
30247            ! lib/CGI.pm
30248 ____________________________________________________________________________
30249 [  6642] By: gsar                                  on 2000/08/15  19:54:05
30250         Log: magic callbacks all need to have same type signature
30251      Branch: perl
30252            ! embed.pl mg.c proto.h
30253 ____________________________________________________________________________
30254 [  6641] By: jhi                                   on 2000/08/15  17:56:27
30255         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)
30256              From: Mike Guy <mjtg@cam.ac.uk>
30257              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
30258              Date: Tue, 15 Aug 2000 18:26:45 +0100
30259              
30260              Only the peek.t part applied, not the hash quality part.
30261      Branch: perl
30262            ! t/lib/peek.t
30263 ____________________________________________________________________________
30264 [  6640] By: jhi                                   on 2000/08/15  16:37:37
30265         Log: Update Changes.
30266      Branch: perl
30267            ! Changes
30268 ____________________________________________________________________________
30269 [  6639] By: jhi                                   on 2000/08/15  16:34:55
30270         Log: Missed a file from #6638.
30271      Branch: perl
30272            ! lib/File/Temp.pm
30273 ____________________________________________________________________________
30274 [  6638] By: jhi                                   on 2000/08/15  16:33:19
30275         Log: Subject: [PATCH perl@6620] cygwin port
30276              From: "Fifer, Eric" <EFifer@sanwaint.com>
30277              Date: Tue, 15 Aug 2000 17:00:49 +0100
30278              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
30279      Branch: perl
30280            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
30281 ____________________________________________________________________________
30282 [  6637] By: jhi                                   on 2000/08/15  16:29:22
30283         Log: Subject: [PATCH] debugger exit code should reflect user exit code
30284              From: Mike Guy <mjtg@cam.ac.uk>
30285              Date: Tue, 15 Aug 2000 16:55:59 +0100
30286              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
30287      Branch: perl
30288            ! lib/perl5db.pl
30289 ____________________________________________________________________________
30290 [  6636] By: jhi                                   on 2000/08/15  15:30:58
30291         Log: Update Changes.
30292      Branch: perl
30293            ! Changes
30294 ____________________________________________________________________________
30295 [  6635] By: jhi                                   on 2000/08/15  15:27:21
30296         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
30297      Branch: metaconfig
30298            ! U/mkglossary U/mksample
30299      Branch: metaconfig/U/perl
30300            ! Devel.U
30301      Branch: perl
30302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30303 ____________________________________________________________________________
30304 [  6634] By: jhi                                   on 2000/08/15  14:11:55
30305         Log: Don't blow limited stacks, a lower number is enough to
30306              tickle the lookbehind limit.
30307              
30308              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
30309              From: Dominic Dunlop <domo@computer.org>
30310              Date: Tue, 15 Aug 2000 13:51:24 +0200
30311              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
30312      Branch: perl
30313            ! t/op/regmesg.t
30314 ____________________________________________________________________________
30315 [  6633] By: jhi                                   on 2000/08/15  14:01:46
30316         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30317              From: Mike Guy <mjtg@cam.ac.uk>
30318              Date: Tue, 15 Aug 2000 12:10:50 +0100
30319              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
30320      Branch: perl
30321            ! utils/perldoc.PL
30322 ____________________________________________________________________________
30323 [  6632] By: jhi                                   on 2000/08/15  13:58:48
30324         Log: make ok etc also for win32.
30325              
30326              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
30327              From: Prymmer/Kahn <pvhp@best.com>
30328              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
30329              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
30330      Branch: perl
30331            ! win32/Makefile
30332 ____________________________________________________________________________
30333 [  6631] By: jhi                                   on 2000/08/15  13:45:03
30334         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
30335      Branch: perl
30336            ! lib/Test.pm
30337 ____________________________________________________________________________
30338 [  6630] By: jhi                                   on 2000/08/15  03:25:09
30339         Log: Update Changes.
30340      Branch: perl
30341            ! Changes
30342 ____________________________________________________________________________
30343 [  6629] By: jhi                                   on 2000/08/15  03:23:53
30344         Log: magic_regdatum_set() is void, not int.
30345      Branch: perl
30346            ! embed.pl mg.c proto.h
30347 ____________________________________________________________________________
30348 [  6628] By: jhi                                   on 2000/08/15  03:08:02
30349         Log: Make the user to give up his firstborn, err, to knowingly
30350              verify installing an unstable developer release.  Also bump
30351              the release to 5.7.0, but leave a patch tag in the local
30352              patches saying that this is not yet the real thing.
30353      Branch: metaconfig
30354            ! U/modified/Instruct.U
30355      Branch: metaconfig/U/perl
30356            + Devel.U
30357      Branch: perl
30358            ! Configure patchlevel.h
30359 ____________________________________________________________________________
30360 [  6627] By: jhi                                   on 2000/08/14  22:32:52
30361         Log: README.os2 update.
30362              
30363              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30365              Date: Wed, 02 Aug 2000 21:55:09 -0700
30366              Message-ID: <tsPi5gzkgegX092yn@efn.org>
30367      Branch: perl
30368            ! README.os2
30369 ____________________________________________________________________________
30370 [  6626] By: jhi                                   on 2000/08/14  21:00:02
30371         Log: Subject: Re: File::Temp problems on VMS in bleedperl
30372              From: Tim Jenness <timj@jach.hawaii.edu>
30373              cc: vmsperl@perl.org
30374              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
30375              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
30376      Branch: perl
30377            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
30378 ____________________________________________________________________________
30379 [  6625] By: jhi                                   on 2000/08/14  20:52:16
30380         Log: Add SUIDMAIL as was done for the CERT alert.
30381      Branch: perl
30382            ! patchlevel.h
30383 ____________________________________________________________________________
30384 [  6624] By: jhi                                   on 2000/08/14  20:48:50
30385         Log: Subject: sfio2000
30386              From: Daniel Muino <dmuino@afip.gov.ar>
30387              Date: Mon, 14 Aug 2000 16:58:11 -0300
30388              Message-ID: <20000814165811.B16368@con2-dgi>
30389      Branch: perl
30390            ! perlsdio.h perlsfio.h
30391 ____________________________________________________________________________
30392 [  6623] By: jhi                                   on 2000/08/14  20:47:36
30393         Log: Subject: warning: storage class after type is obsolescent
30394              From: Daniel Muino <dmuino@afip.gov.ar>
30395              Date: Mon, 14 Aug 2000 16:42:47 -0300
30396              Message-ID: <20000814164247.A16368@con2-dgi>
30397      Branch: perl
30398            ! regcomp.pl regnodes.h
30399 ____________________________________________________________________________
30400 [  6622] By: jhi                                   on 2000/08/14  20:43:05
30401         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
30402              From: abigail@foad.org
30403              Date: 14 Aug 2000 20:00:10 -0000
30404              Message-Id: <20000814200010.27271.qmail@foad.org>
30405      Branch: perl
30406            ! Changes
30407 ____________________________________________________________________________
30408 [  6621] By: jhi                                   on 2000/08/14  15:23:05
30409         Log: Update Changes.
30410      Branch: perl
30411            ! Changes
30412 ____________________________________________________________________________
30413 [  6620] By: jhi                                   on 2000/08/14  15:22:14
30414         Log: Subject: Re: [PATCH] @+, @- readonly
30415              From: Mike Guy <mjtg@cam.ac.uk>
30416              Date: Mon, 14 Aug 2000 15:26:55 +0100
30417              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
30418      Branch: perl
30419            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
30420            ! sv.c t/op/pat.t
30421 ____________________________________________________________________________
30422 [  6619] By: jhi                                   on 2000/08/14  14:12:08
30423         Log: Update Changes.
30424      Branch: perl
30425            ! Changes
30426 ____________________________________________________________________________
30427 [  6618] By: jhi                                   on 2000/08/14  14:09:34
30428         Log: For now remove the mail code.
30429      Branch: perl
30430            ! perl.c
30431 ____________________________________________________________________________
30432 [  6617] By: jhi                                   on 2000/08/14  14:08:28
30433         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
30434      Branch: perl
30435            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
30436            ! pod/perlfaq8.pod pod/perlsec.pod
30437 ____________________________________________________________________________
30438 [  6616] By: jhi                                   on 2000/08/14  14:00:11
30439         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30440              From: Mike Guy <mjtg@cam.ac.uk>
30441              Date: Mon, 14 Aug 2000 08:26:02 +0100
30442              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
30443      Branch: perl
30444            ! lib/perl5db.pl
30445 ____________________________________________________________________________
30446 [  6615] By: jhi                                   on 2000/08/14  13:58:45
30447         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
30448              From: Mike Guy <mjtg@cam.ac.uk>
30449              Date: Mon, 14 Aug 2000 08:04:22 +0100
30450              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
30451      Branch: perl
30452            ! gv.c mg.c t/op/pat.t
30453 ____________________________________________________________________________
30454 [  6614] By: jhi                                   on 2000/08/14  13:56:45
30455         Log: Subject: Test fails / warnings with perl-current #6612
30456              From: Mike Guy <mjtg@cam.ac.uk>
30457              Date: Mon, 14 Aug 2000 07:57:23 +0100
30458              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
30459      Branch: perl
30460            ! t/lib/b.t t/lib/peek.t
30461 ____________________________________________________________________________
30462 [  6613] By: jhi                                   on 2000/08/14  13:45:33
30463         Log: VMS configure.com update continues.
30464      Branch: perl
30465            - vms/configure.com
30466            ! MANIFEST configure.com
30467 ____________________________________________________________________________
30468 [  6612] By: jhi                                   on 2000/08/13  22:13:35
30469         Log: Update Changes.
30470      Branch: perl
30471            ! Changes
30472 ____________________________________________________________________________
30473 [  6611] By: jhi                                   on 2000/08/13  16:21:45
30474         Log: Upgrade to CGI 2.71, from Lincoln Stein.
30475      Branch: perl
30476            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
30477 ____________________________________________________________________________
30478 [  6610] By: jhi                                   on 2000/08/13  15:09:16
30479         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
30480              From: Mike Guy <mjtg@cam.ac.uk>
30481              Date: Sun, 13 Aug 2000 13:45:51 +0100
30482              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
30483      Branch: perl
30484            ! t/op/regmesg.t
30485 ____________________________________________________________________________
30486 [  6609] By: jhi                                   on 2000/08/13  14:31:26
30487         Log: Andreas says that 1.56 is fine, so reverting back to it.
30488      Branch: perl
30489            ! lib/CPAN.pm
30490 ____________________________________________________________________________
30491 [  6608] By: jhi                                   on 2000/08/13  05:34:20
30492         Log: Update Changes.
30493      Branch: perl
30494            ! Changes
30495 ____________________________________________________________________________
30496 [  6607] By: jhi                                   on 2000/08/13  05:32:01
30497         Log: Put back the \z changes of #5406 to CPAN.pm.
30498      Branch: perl
30499            ! lib/CPAN.pm
30500 ____________________________________________________________________________
30501 [  6606] By: jhi                                   on 2000/08/13  05:20:16
30502         Log: Fix-n-skip the tests under 5005threads.
30503      Branch: perl
30504            ! t/lib/b.t
30505 ____________________________________________________________________________
30506 [  6605] By: jhi                                   on 2000/08/13  05:07:48
30507         Log: Fix the test for 5005threads.
30508      Branch: perl
30509            ! t/lib/peek.t
30510 ____________________________________________________________________________
30511 [  6604] By: jhi                                   on 2000/08/13  03:35:37
30512         Log: Should have deleted this in #6603.
30513      Branch: perl
30514            - vms/subconfigure.com
30515 ____________________________________________________________________________
30516 [  6603] By: jhi                                   on 2000/08/12  18:29:32
30517         Log: Rewrite of vms/subconfigure.com as configure.com,
30518              from Peter Prymmer and the vmsperl crew.
30519      Branch: perl
30520            + vms/configure.com
30521            ! MANIFEST
30522 ____________________________________________________________________________
30523 [  6602] By: jhi                                   on 2000/08/11  13:00:01
30524         Log: PlainText.pm is dead.
30525      Branch: perl
30526            - lib/Pod/PlainText.pm
30527            ! MANIFEST
30528 ____________________________________________________________________________
30529 [  6601] By: jhi                                   on 2000/08/11  04:06:45
30530         Log: Update Changes.
30531      Branch: perl
30532            ! Changes
30533 ____________________________________________________________________________
30534 [  6600] By: jhi                                   on 2000/08/11  04:06:10
30535         Log: Add a few missing files, update MANIFEST.
30536      Branch: perl
30537            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
30538            + lib/Pod/PlainText.pm t/pod/find.t
30539            ! MANIFEST t/op/regmesg.t
30540 ____________________________________________________________________________
30541 [  6599] By: jhi                                   on 2000/08/11  03:31:10
30542         Log: Add Perl debugging tutorial, regen toc. 
30543              
30544              Subject: perldebtut.pod
30545              From: Richard Foley <Richard.Foley@m.dasa.de>
30546              Date: Wed, 09 Aug 2000 10:17:15 +0200
30547              Message-id: <3991138B.262247B8@m.dasa.de>
30548      Branch: perl
30549            + pod/perldebtut.pod
30550            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30551 ____________________________________________________________________________
30552 [  6598] By: jhi                                   on 2000/08/11  02:48:56
30553         Log: tiny Changes edit
30554      Branch: perl
30555            ! Changes
30556 ____________________________________________________________________________
30557 [  6597] By: jhi                                   on 2000/08/11  02:39:04
30558         Log: Tests for #6589.
30559              
30560              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30561              From: simon@brecon.co.uk (Simon Cozens)
30562              Date: 11 Aug 2000 02:24:52 GMT
30563              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
30564      Branch: perl
30565            ! t/lib/b.t
30566 ____________________________________________________________________________
30567 [  6596] By: jhi                                   on 2000/08/11  01:50:07
30568         Log: Update Changes.
30569      Branch: perl
30570            ! Changes
30571 ____________________________________________________________________________
30572 [  6595] By: jhi                                   on 2000/08/11  01:47:16
30573         Log: nitfix
30574      Branch: perl
30575            ! Changes
30576 ____________________________________________________________________________
30577 [  6594] By: jhi                                   on 2000/08/11  01:36:16
30578         Log: Subject: Getting perlio and threads to compile
30579              From: Lupe Christoph <lupe@lupe-christoph.de>
30580              Date: Wed, 9 Aug 2000 11:35:54 +0200
30581              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
30582              
30583              (the Solaris version changes in Configure skipped)
30584      Branch: perl
30585            ! hints/solaris_2.sh thread.h
30586 ____________________________________________________________________________
30587 [  6593] By: jhi                                   on 2000/08/11  01:30:16
30588         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
30589              From: simon@brecon.co.uk (Simon Cozens)
30590              Date: 1 Aug 2000 06:55:19 GMT
30591              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
30592      Branch: perl
30593            ! lib/utf8.pm
30594 ____________________________________________________________________________
30595 [  6592] By: jhi                                   on 2000/08/11  01:26:39
30596         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
30597              From: Peter Scott <Peter@PeterScott.com>
30598              Date: Thu, 10 Aug 2000 08:23:27 -0700
30599              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
30600      Branch: perl
30601            ! lib/perl5db.pl
30602 ____________________________________________________________________________
30603 [  6591] By: jhi                                   on 2000/08/11  01:22:02
30604         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
30605              From: Hugo <hv@crypt.compulink.co.uk>
30606              Date: Thu, 10 Aug 2000 19:23:04 +0100
30607              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
30608      Branch: perl
30609            ! regexec.c t/op/pat.t
30610 ____________________________________________________________________________
30611 [  6590] By: jhi                                   on 2000/08/11  01:19:19
30612         Log: Preprocessing and postprocessing for File::Find.
30613              
30614              Subject: Patch to Find::File.pm to allow alphabetical results
30615              From: Joe Smith <jsmith@inwap.com>
30616              Date: Wed, 9 Aug 2000 02:44:54 -0700
30617              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
30618      Branch: perl
30619            ! lib/File/Find.pm
30620 ____________________________________________________________________________
30621 [  6589] By: jhi                                   on 2000/08/11  01:12:39
30622         Log: B::Deparse didn't do sub attributes.
30623              
30624              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30625              From: simon@brecon.co.uk (Simon Cozens)
30626              Date: 9 Aug 2000 04:49:20 GMT
30627              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
30628      Branch: perl
30629            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
30630 ____________________________________________________________________________
30631 [  6588] By: jhi                                   on 2000/08/11  01:06:40
30632         Log: Subject: debugger "d" command doesnt check line number
30633              From: Mike Guy <mjtg@cam.ac.uk>
30634              Date: Tue, 08 Aug 2000 21:54:29 +0100
30635              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
30636      Branch: perl
30637            ! lib/perl5db.pl mg.c pod/perldiag.pod
30638 ____________________________________________________________________________
30639 [  6587] By: jhi                                   on 2000/08/11  00:45:03
30640         Log: sleep(1) does not necessarily return 1.
30641              
30642              Subject: [PATCH bleadperl] op/lex_assign.t  
30643              From: Hugo <hv@crypt.compulink.co.uk>
30644              Date: Thu, 03 Aug 2000 14:34:22 +0100        
30645              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
30646      Branch: perl
30647            ! t/op/lex_assign.t
30648 ____________________________________________________________________________
30649 [  6586] By: jhi                                   on 2000/08/11  00:31:50
30650         Log: Document the IO::Select timeout.
30651      Branch: perl
30652            ! ext/IO/lib/IO/Select.pm
30653 ____________________________________________________________________________
30654 [  6585] By: jhi                                   on 2000/08/11  00:13:54
30655         Log: Forgot contributor.
30656      Branch: perl
30657            ! Changes
30658 ____________________________________________________________________________
30659 [  6584] By: jhi                                   on 2000/08/11  00:09:19
30660         Log: detypo
30661      Branch: perl
30662            ! Changes
30663 ____________________________________________________________________________
30664 [  6583] By: jhi                                   on 2000/08/11  00:07:53
30665         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
30666              
30667              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
30668              From: Mike Guy <mjtg@cam.ac.uk> 
30669              Date: Thu, 10 Aug 2000 15:50:54 +0100
30670              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
30671      Branch: perl
30672            ! sv.c t/op/int.t
30673 ____________________________________________________________________________
30674 [  6582] By: jhi                                   on 2000/08/10  23:29:32
30675         Log: Update Changes.
30676      Branch: perl
30677            ! Changes
30678 ____________________________________________________________________________
30679 [  6581] By: jhi                                   on 2000/08/10  23:26:16
30680         Log: Put back the std @INC thing.
30681      Branch: perl
30682            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
30683            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
30684            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
30685            ! t/lib/gol-oo.t
30686 ____________________________________________________________________________
30687 [  6580] By: jhi                                   on 2000/08/10  23:03:34
30688         Log: Update to CGI 2.70, from Lincoln Stein.
30689      Branch: perl
30690            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
30691            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
30692            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
30693            ! t/lib/cgi-request.t
30694 ____________________________________________________________________________
30695 [  6579] By: jhi                                   on 2000/08/10  22:41:50
30696         Log: Update to CPAN 1.56, from Andreas König.
30697      Branch: perl
30698            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30699 ____________________________________________________________________________
30700 [  6578] By: jhi                                   on 2000/08/10  22:38:13
30701         Log: Update to Pod::Parser 1.17, from Brad Appleton.
30702      Branch: perl
30703            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
30704            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
30705            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
30706            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
30707            ! t/pod/include.t t/pod/included.t t/pod/lref.t
30708            ! t/pod/multiline_items.t t/pod/nested_items.t
30709            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30710            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
30711            ! t/pod/special_seqs.t
30712 ____________________________________________________________________________
30713 [  6577] By: jhi                                   on 2000/08/10  22:35:41
30714         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
30715      Branch: perl
30716            ! AUTHORS MAINTAIN
30717 ____________________________________________________________________________
30718 [  6576] By: jhi                                   on 2000/08/10  22:24:54
30719         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
30720      Branch: perl
30721            + t/lib/gol-oo.t
30722            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
30723            ! t/lib/gol-compat.t t/lib/gol-linkage.t
30724 ____________________________________________________________________________
30725 [  6575] By: jhi                                   on 2000/08/10  22:02:07
30726         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
30727      Branch: perl
30728            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
30729 ____________________________________________________________________________
30730 [  6574] By: jhi                                   on 2000/08/10  21:55:03
30731         Log: Iterating perl6 description.
30732      Branch: perl
30733            ! pod/perlfaq1.pod
30734 ____________________________________________________________________________
30735 [  6573] By: jhi                                   on 2000/08/10  21:48:26
30736         Log: Revert the sv.c part of #6559, a better fix is needed.
30737      Branch: perl
30738            ! sv.c
30739 ____________________________________________________________________________
30740 [  6572] By: jhi                                   on 2000/08/10  20:33:43
30741         Log: It's the 2ndO'ROSSC.
30742      Branch: perl
30743            ! pod/perlfaq1.pod
30744 ____________________________________________________________________________
30745 [  6571] By: jhi                                   on 2000/08/10  15:55:48
30746         Log: detypo
30747      Branch: perl
30748            ! pod/perlfaq1.pod
30749 ____________________________________________________________________________
30750 [  6570] By: jhi                                   on 2000/08/10  14:11:17
30751         Log: An exceptionally sticky typo.
30752      Branch: perl
30753            ! Changes
30754 ____________________________________________________________________________
30755 [  6569] By: jhi                                   on 2000/08/10  14:09:33
30756         Log: detypo (and test Changes updating script)
30757      Branch: perl
30758            ! Changes
30759 ____________________________________________________________________________
30760 [  6568] By: jhi                                   on 2000/08/10  14:07:07
30761         Log: Update Changes.
30762      Branch: perl
30763            ! Changes
30764 ____________________________________________________________________________
30765 [  6567] By: jhi                                   on 2000/08/10  14:06:19
30766         Log: Amend the description of Perl6.
30767              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
30768              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30769              Date: Wed, 9 Aug 2000 22:11:06 -0500
30770              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
30771      Branch: perl
30772            ! pod/perlfaq1.pod
30773 ____________________________________________________________________________
30774 [  6566] By: jhi                                   on 2000/08/10  13:58:57
30775         Log: Subject: Remove dead entry in perldiag
30776              From: Mike Guy <mjtg@cam.ac.uk>
30777              Date: Thu, 10 Aug 2000 14:19:19 +0100
30778              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
30779      Branch: perl
30780            ! pod/perldiag.pod
30781 ____________________________________________________________________________
30782 [  6565] By: jhi                                   on 2000/08/10  13:51:48
30783         Log: Zero entries were skipped, fix from Adrian Goalby
30784              <argoalby@yahoo.co.uk>
30785      Branch: perl
30786            ! lib/unicode/Number.pl lib/unicode/mktables.PL
30787 ____________________________________________________________________________
30788 [  6564] By: jhi                                   on 2000/08/10  13:00:12
30789         Log: Subject: [PATCH 5.6.0] cygwin port
30790              From: "Fifer, Eric" <EFifer@sanwaint.com>
30791              Date: Thu, 10 Aug 2000 13:15:36 +0100
30792              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
30793      Branch: perl
30794            ! README.cygwin hints/cygwin.sh
30795 ____________________________________________________________________________
30796 [  6563] By: jhi                                   on 2000/08/10  12:55:16
30797         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
30798      Branch: perl
30799            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
30800 ____________________________________________________________________________
30801 [  6562] By: gsar                                  on 2000/08/10  08:38:39
30802         Log: warn is a macro, avoid using at a variable to avoid warnings
30803              in some configurations; readdir.t is too conservative in
30804              estimating number of *.t's
30805      Branch: perl
30806            ! t/op/readdir.t util.c
30807 ____________________________________________________________________________
30808 [  6561] By: jhi                                   on 2000/08/09  23:35:42
30809         Log: Update Changes.
30810      Branch: perl
30811            ! Changes
30812 ____________________________________________________________________________
30813 [  6560] By: jhi                                   on 2000/08/09  23:05:47
30814         Log: Subject: Re: enhanced(?) regex error messages
30815              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30816              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
30817              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
30818              
30819              (plus two small patches sent privately)
30820              (this still seems to leave few test failures)
30821      Branch: perl
30822            + t/op/regmesg.t
30823            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
30824            ! t/pragma/warn/regcomp
30825 ____________________________________________________________________________
30826 [  6559] By: jhi                                   on 2000/08/09  20:41:18
30827         Log: (The fix did work but was not right, retracted in #6573)
30828              
30829              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30830              From: Christian Kirsch <ck@held.mind.de>
30831              Date: Wed, 9 Aug 2000 17:05:17 +0200
30832              Message-Id: <20000809170517.A25389@held>
30833      Branch: perl
30834            ! sv.c t/pragma/locale.t
30835 ____________________________________________________________________________
30836 [  6558] By: jhi                                   on 2000/08/08  22:34:08
30837         Log: Tiny updates on the contributors list.
30838      Branch: perl
30839            ! Changes
30840 ____________________________________________________________________________
30841 [  6557] By: jhi                                   on 2000/08/08  19:34:28
30842         Log: Double check that we have a dirhandle.
30843      Branch: perl
30844            ! util.c
30845 ____________________________________________________________________________
30846 [  6556] By: jhi                                   on 2000/08/08  19:01:51
30847         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
30848              May be repopulated with fresh maintained examples.
30849      Branch: perl
30850            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
30851            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
30852            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
30853            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
30854            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
30855            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
30856            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
30857            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
30858            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
30859            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
30860            + lib/CGI/eg/wilogo_gif.uu
30861            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
30862            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
30863            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
30864            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
30865            - eg/cgi/frameset.cgi eg/cgi/index.html
30866            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
30867            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
30868            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
30869            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
30870            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
30871            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
30872            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
30873            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
30874            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
30875            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
30876            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
30877            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
30878            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
30879            - eg/van/vanish eg/who eg/wrapsuid
30880            ! MANIFEST
30881 ____________________________________________________________________________
30882 [  6555] By: jhi                                   on 2000/08/08  18:51:08
30883         Log: Delete chat2 as requested by Randal.
30884              
30885              Subject: Re: perlfaq8 coyness
30886              From: merlyn@stonehenge.com (Randal L. Schwartz) 
30887              Date: 15 May 2000 18:52:42 -0700 
30888              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
30889      Branch: perl
30890            - lib/chat2.pl
30891            ! MANIFEST
30892 ____________________________________________________________________________
30893 [  6554] By: jhi                                   on 2000/08/08  18:31:35
30894         Log: Regen global.sym.
30895      Branch: perl
30896            ! global.sym
30897 ____________________________________________________________________________
30898 [  6553] By: jhi                                   on 2000/08/08  18:28:13
30899         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30900              (either perlbug or p5p ate the original), plus regen
30901              perlapi and perltoc. 
30902      Branch: perl
30903            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
30904            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
30905            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
30906            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
30907            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
30908            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
30909            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
30910            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
30911            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
30912            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
30913 ____________________________________________________________________________
30914 [  6552] By: jhi                                   on 2000/08/08  18:06:29
30915         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30916              From: Mike Guy <mjtg@cam.ac.uk>
30917              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
30918              Date: Tue, 08 Aug 2000 15:51:27 +0100
30919      Branch: perl
30920            ! doop.c sv.h t/op/join.t t/pragma/overload.t
30921 ____________________________________________________________________________
30922 [  6551] By: jhi                                   on 2000/08/08  18:01:11
30923         Log: Re-apply #6549.
30924      Branch: perl
30925            ! lib/perl5db.pl
30926 ____________________________________________________________________________
30927 [  6550] By: jhi                                   on 2000/08/08  17:43:08
30928         Log: Accidental retraction of #6549.
30929      Branch: perl
30930            ! lib/perl5db.pl
30931 ____________________________________________________________________________
30932 [  6549] By: jhi                                   on 2000/08/08  17:40:04
30933         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30934              From: Mike Guy <mjtg@cam.ac.uk>
30935              Date: Mon, 07 Aug 2000 21:49:58 +0100
30936              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
30937      Branch: perl
30938            ! lib/perl5db.pl
30939 ____________________________________________________________________________
30940 [  6548] By: jhi                                   on 2000/08/08  17:37:57
30941         Log: Document here-doc better.
30942              
30943              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
30944              From: Mike Guy <mjtg@cam.ac.uk>
30945              Date: Mon, 07 Aug 2000 14:02:09 +0100
30946              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
30947      Branch: perl
30948            ! pod/perldata.pod
30949 ____________________________________________________________________________
30950 [  6547] By: jhi                                   on 2000/08/08  17:33:34
30951         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30952              From: "Randy J. Ray" <rjray@redhat.com>
30953              Date: Mon, 07 Aug 2000 19:12:25 -0700
30954              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
30955      Branch: perl
30956            ! perl.c pod/perlrun.pod
30957 ____________________________________________________________________________
30958 [  6546] By: jhi                                   on 2000/08/08  17:29:26
30959         Log: Subject: Re: enhanced(?) regex error messages 
30960              From: Hugo <hv@crypt.compulink.co.uk>
30961              Date: Tue, 08 Aug 2000 03:25:51 +0100
30962              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
30963              
30964              plus Capitalize the error messages, plus perldiag them.
30965      Branch: perl
30966            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
30967 ____________________________________________________________________________
30968 [  6545] By: jhi                                   on 2000/08/08  13:59:28
30969         Log: Augment #6539 a bit: don't croak if there's magic in the air.
30970              
30971              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
30972              From: Hugo <hv@crypt.compulink.co.uk>
30973              Date: Tue, 08 Aug 2000 03:02:03 +0100
30974              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
30975      Branch: perl
30976            ! pp.c t/op/bless.t
30977 ____________________________________________________________________________
30978 [  6544] By: jhi                                   on 2000/08/07  21:11:52
30979         Log: Make the test -w clean.
30980      Branch: perl
30981            ! t/op/bless.t
30982 ____________________________________________________________________________
30983 [  6543] By: jhi                                   on 2000/08/07  19:49:53
30984         Log: use warnings instead of $^W.
30985      Branch: perl
30986            ! t/op/bless.t
30987 ____________________________________________________________________________
30988 [  6542] By: jhi                                   on 2000/08/07  17:41:41
30989         Log: Disable a portability warning Because We Know What We Are Doing.
30990      Branch: perl
30991            ! t/op/bless.t
30992 ____________________________________________________________________________
30993 [  6541] By: jhi                                   on 2000/08/07  17:29:51
30994         Log: Tiny tidying on report_evil_fh().
30995      Branch: perl
30996            ! util.c
30997 ____________________________________________________________________________
30998 [  6540] By: jhi                                   on 2000/08/07  16:37:38
30999         Log: Make regular expression parse error messages easier to understand.
31000              
31001              Subject: Re: enhanced(?) regex error messages
31002              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31003              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
31004              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
31005      Branch: perl
31006            ! regcomp.c
31007 ____________________________________________________________________________
31008 [  6539] By: jhi                                   on 2000/08/07  16:12:27
31009         Log: Make bless(REF, REF) a fatal error, add bless tests.
31010              
31011              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
31012              From: Hugo <hv@crypt.compulink.co.uk>
31013              Date: Mon, 07 Aug 2000 16:59:38 +0100
31014              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
31015      Branch: perl
31016            + t/op/bless.t
31017            ! MANIFEST pod/perldiag.pod pp.c sv.c
31018 ____________________________________________________________________________
31019 [  6538] By: jhi                                   on 2000/08/07  15:59:43
31020         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
31021              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
31022              Date: Thu, 3 Aug 2000 14:29:21 -0700
31023              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
31024      Branch: perl
31025            ! lib/lib_pm.PL
31026 ____________________________________________________________________________
31027 [  6537] By: jhi                                   on 2000/08/07  15:47:18
31028         Log: Retract #6419 for now since it breaks in AFS and MachTen.
31029      Branch: perl
31030            ! lib/Cwd.pm
31031 ____________________________________________________________________________
31032 [  6536] By: jhi                                   on 2000/08/07  15:05:29
31033         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
31034              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
31035              The security hole exists only in suidperls, which isn't
31036              installed or even built by default.
31037      Branch: perl
31038            ! perl.c
31039 ____________________________________________________________________________
31040 [  6535] By: jhi                                   on 2000/08/07  14:45:14
31041         Log: tr memory corruption fix from Simon Cozens.
31042      Branch: perl
31043            ! doop.c
31044 ____________________________________________________________________________
31045 [  6534] By: jhi                                   on 2000/08/06  11:38:16
31046         Log: Document a bit that UDP is not what you might think.
31047              
31048              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
31049              From: Lupe Christoph <lupe@lupe-christoph.de>
31050              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
31051              Date: Mon, 24 Jul 2000 08:59:15 +0200
31052      Branch: perl
31053            ! pod/perlipc.pod
31054 ____________________________________________________________________________
31055 [  6533] By: jhi                                   on 2000/08/06  11:35:01
31056         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
31057              From: Jeff Pinyan <jeffp@hut.crusoe.net>
31058              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
31059              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
31060      Branch: perl
31061            ! pod/perlfunc.pod
31062 ____________________________________________________________________________
31063 [  6532] By: jhi                                   on 2000/08/06  03:45:41
31064         Log: Have symbols for the IoTYPEs.
31065      Branch: perl
31066            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
31067 ____________________________________________________________________________
31068 [  6531] By: jhi                                   on 2000/08/06  01:33:55
31069         Log: Continue fixing the io warnings.  This also
31070              sort of fixes bug ID 20000802.003: the core dump
31071              is no more.  Whether the current behaviour is correct
31072              (giving a warning: "Not a format reference"), is another matter.
31073      Branch: perl
31074            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
31075            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
31076 ____________________________________________________________________________
31077 [  6530] By: jhi                                   on 2000/08/05  21:33:12
31078         Log: Change the Policy policy: now -Dprefix= with an existing
31079              Policy.sh and prefix == siteprefix == vendorprefix, then all
31080              of them follow along the new prefix.
31081              
31082              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
31083              From: Andy Dougherty <doughera@lafayette.edu>
31084              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
31085              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
31086      Branch: perl
31087            ! Policy_sh.SH
31088 ____________________________________________________________________________
31089 [  6529] By: jhi                                   on 2000/08/05  18:57:28
31090         Log: Zap lib/Sys directory when cleaning up.
31091      Branch: perl
31092            ! Makefile.SH
31093 ____________________________________________________________________________
31094 [  6528] By: jhi                                   on 2000/08/05  18:40:44
31095         Log: Essential prototype changes were missing from #6527.
31096              Also make report_evil_fh() more bomb-proof.
31097      Branch: perl
31098            ! embed.h util.c
31099 ____________________________________________________________________________
31100 [  6527] By: jhi                                   on 2000/08/05  03:22:05
31101         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
31102              From: "Ronald F. Guilmette" <rfg@monkeys.com>
31103              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
31104              Message-Id: <200007242247.PAA52177@monkeys.com>
31105      Branch: perl
31106            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
31107 ____________________________________________________________________________
31108 [  6526] By: jhi                                   on 2000/08/04  21:23:27
31109         Log: gcc versions might have (parentheses) in them.
31110      Branch: metaconfig/U/perl
31111            ! gccvers.U
31112      Branch: perl
31113            ! Configure config_h.SH
31114 ____________________________________________________________________________
31115 [  6525] By: jhi                                   on 2000/08/04  20:23:12
31116         Log: Weed buglets pointed out by
31117              
31118              From: Lupe Christoph <lupe@lupe-christoph.de>
31119              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31120              Date: Fri, 4 Aug 2000 17:34:39 +0200
31121              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
31122      Branch: metaconfig/U/perl
31123            ! gccvers.U uselfs.U
31124      Branch: perl
31125            ! Configure config_h.SH
31126 ____________________________________________________________________________
31127 [  6524] By: jhi                                   on 2000/08/04  19:02:08
31128         Log: Warn under -w if lstat(FH) is attempted.
31129              
31130              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
31131              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
31132              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
31133              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
31134      Branch: perl
31135            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
31136            ! t/pragma/warn/pp_sys
31137 ____________________________________________________________________________
31138 [  6523] By: jhi                                   on 2000/08/04  12:31:11
31139         Log: Subject: New perlcc, take 2
31140              From: simon@brecon.co.uk (Simon Cozens)
31141              Date: 4 Aug 2000 06:21:04 GMT
31142              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
31143      Branch: perl
31144            ! utils/perlcc.PL
31145 ____________________________________________________________________________
31146 [  6522] By: jhi                                   on 2000/08/04  12:26:33
31147         Log: Subject: Re: Array vs. List context
31148              From: Daniel Chetlin <daniel@chetlin.com>
31149              Date: Fri, 4 Aug 2000 00:22:44 -0700
31150              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
31151      Branch: perl
31152            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
31153            ! pod/perlfaq4.pod
31154 ____________________________________________________________________________
31155 [  6521] By: jhi                                   on 2000/08/04  12:22:38
31156         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31157              From: Raymund Will <ray@caldera.de>
31158              Date: Fri, 4 Aug 2000 12:07:09 +0200
31159              Message-Id: <20000804120709.A14982@caldera.de>
31160      Branch: perl
31161            ! configure.gnu
31162 ____________________________________________________________________________
31163 [  6520] By: jhi                                   on 2000/08/04  04:09:06
31164         Log: After the #6519 a warning about stat() is just that,
31165              not about a filetest, which now have their own warning.
31166      Branch: perl
31167            ! pod/perldiag.pod
31168 ____________________________________________________________________________
31169 [  6519] By: jhi                                   on 2000/08/04  04:06:30
31170         Log: In the warnings call filehandles consistently so;
31171              add "unopened" warning for stat().
31172      Branch: perl
31173            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
31174            ! t/pragma/warn/pp_sys
31175 ____________________________________________________________________________
31176 [  6518] By: jhi                                   on 2000/08/04  02:55:35
31177         Log: Subject: Minor tweak to perlvar.pod
31178              From: "Stephen P. Potter" <spp@ds.net>
31179              Date: Tue, 18 Apr 2000 09:26:03 -0400
31180              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
31181      Branch: perl
31182            ! pod/perlvar.pod
31183 ____________________________________________________________________________
31184 [  6517] By: jhi                                   on 2000/08/04  02:50:08
31185         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
31186              From: "Clinton Pierce" <cpierce1@ford.com>
31187              Date: Wed, 21 Jul 1999 16:45:31 -0400
31188              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
31189              
31190              Fix by Stephen Potter (visible in the bug db but not in p5p?)
31191      Branch: perl
31192            ! pod/perlfunc.pod pod/perlop.pod
31193 ____________________________________________________________________________
31194 [  6516] By: jhi                                   on 2000/08/04  02:09:25
31195         Log: This is 6512.  Really.
31196      Branch: perl
31197            ! dump.c
31198 ____________________________________________________________________________
31199 [  6515] By: jhi                                   on 2000/08/04  01:25:50
31200         Log: mention the idea of @( and @)
31201      Branch: perl
31202            ! Todo-5.6
31203 ____________________________________________________________________________
31204 [  6514] By: bailey                                on 2000/08/04  01:18:46
31205         Log: YA resync with mainstem, including VMS patches from others
31206      Branch: vmsperl
31207           +> (branch 48 files)
31208            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
31209           !> (integrate 354 files)
31210 ____________________________________________________________________________
31211 [  6513] By: jhi                                   on 2000/08/04  01:18:18
31212         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31213              From: Mark Dickinson <dickins3@fas.harvard.edu>
31214              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
31215              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
31216      Branch: perl
31217            ! t/op/grent.t t/op/pwent.t
31218 ____________________________________________________________________________
31219 [  6512] By: jhi                                   on 2000/08/04  01:14:06
31220         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31221              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31222              Date: Wed, 02 Aug 2000 10:51:01 +0100
31223              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
31224      Branch: perl
31225            ! sv.c
31226 ____________________________________________________________________________
31227 [  6511] By: jhi                                   on 2000/08/04  00:57:00
31228         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
31229              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31230              Date: Thu, 03 Aug 2000 17:20:04 -0700
31231              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
31232      Branch: metaconfig
31233            ! U/modified/Cppsym.U
31234      Branch: perl
31235            ! Configure config_h.SH
31236 ____________________________________________________________________________
31237 [  6510] By: jhi                                   on 2000/08/04  00:25:28
31238         Log: detypo
31239      Branch: perl
31240            ! Makefile.SH
31241 ____________________________________________________________________________
31242 [  6509] By: jhi                                   on 2000/08/03  23:43:18
31243         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31244              From: Dominic Dunlop <domo@computer.org>
31245              Date: Thu, 3 Aug 2000 22:16:46 +0200
31246              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
31247      Branch: perl
31248            ! t/op/sprintf.t
31249 ____________________________________________________________________________
31250 [  6508] By: jhi                                   on 2000/08/03  23:40:37
31251         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31252              From: Hugo <hv@crypt.compulink.co.uk>
31253              Date: Thu, 03 Aug 2000 18:25:30 +0100
31254              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
31255      Branch: perl
31256            ! regcomp.c t/op/re_tests
31257 ____________________________________________________________________________
31258 [  6507] By: jhi                                   on 2000/08/03  23:38:28
31259         Log: Subject: [PATCH] sv.h documentation - SvLEN
31260              From: Mike Guy <mjtg@cam.ac.uk>
31261              Date: Thu, 03 Aug 2000 14:43:09 +0100
31262              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
31263      Branch: perl
31264            ! sv.h
31265 ____________________________________________________________________________
31266 [  6506] By: jhi                                   on 2000/08/03  15:49:14
31267         Log: Disable the fix_pl hack for now.
31268      Branch: perl
31269            ! Makefile.SH
31270 ____________________________________________________________________________
31271 [  6505] By: jhi                                   on 2000/08/03  13:49:04
31272         Log: Add a URL for FSF.
31273              
31274              Subject: Patch for README
31275              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31276              Date: Wed, 2 Aug 2000 13:25:09 -0500
31277              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
31278      Branch: perl
31279            ! README
31280 ____________________________________________________________________________
31281 [  6504] By: jhi                                   on 2000/08/03  13:29:19
31282         Log: Be more informative on what is skipped and why,
31283              also repeat the list at the end.
31284      Branch: perl
31285            ! Porting/p4desc
31286 ____________________________________________________________________________
31287 [  6503] By: jhi                                   on 2000/08/03  13:07:05
31288         Log: Circumvent the removal of .patch by fix_pl.
31289              
31290              Subject: Re: [ID 20000802.011] unable to 'make test'          
31291              From: simon@brecon.co.uk (Simon Cozens) 
31292              Date: 3 Aug 2000 04:17:00 GMT
31293              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
31294      Branch: perl
31295            ! Makefile.SH
31296 ____________________________________________________________________________
31297 [  6502] By: jhi                                   on 2000/08/03  00:14:34
31298         Log: Add the missing setproctitle unit.
31299      Branch: metaconfig/U/perl
31300            + d_setproctitle.U
31301 ____________________________________________________________________________
31302 [  6501] By: jhi                                   on 2000/08/03  00:00:26
31303         Log: The subtest 4 may fail also on VOBS, as pointed out
31304              by Nick Ing-Simmons in November 1999, bug id 19991124.003
31305              (but the failure in that bug report isn't the subtest 4).
31306      Branch: perl
31307            ! t/op/stat.t
31308 ____________________________________________________________________________
31309 [  6500] By: jhi                                   on 2000/08/02  23:49:30
31310         Log: Better skip message for the test; one of the two problems in
31311              
31312              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31313              From: Lupe Christoph <lupe@lupe-christoph.de>
31314              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
31315              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
31316      Branch: perl
31317            ! t/op/numconvert.t
31318 ____________________________________________________________________________
31319 [  6499] By: jhi                                   on 2000/08/02  22:49:16
31320         Log: Allow "no Module;" even if there is no 'unimport'.
31321              
31322              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
31323              From: mjd@plover.com
31324              Date: 24 Mar 2000 15:24:34 -0000
31325              Message-Id: <20000324152434.15160.qmail@plover.com>
31326      Branch: perl
31327            ! gv.c
31328 ____________________________________________________________________________
31329 [  6498] By: jhi                                   on 2000/08/02  22:42:58
31330         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31331              that are hopefully soon put into use.
31332      Branch: perl
31333            ! opcode.h opcode.pl opnames.h
31334 ____________________________________________________________________________
31335 [  6497] By: gsar                                  on 2000/08/02  22:28:59
31336         Log: require.t needs binmode() to work on windows
31337      Branch: perl
31338            ! t/comp/require.t
31339 ____________________________________________________________________________
31340 [  6496] By: jhi                                   on 2000/08/02  22:08:51
31341         Log: Document the IVdf UVuf UVof UVxf.
31342      Branch: perl
31343            ! pod/perlguts.pod
31344 ____________________________________________________________________________
31345 [  6495] By: jhi                                   on 2000/08/02  21:54:26
31346         Log: detypo #6494
31347      Branch: perl
31348            ! ext/Data/Dumper/Dumper.xs
31349 ____________________________________________________________________________
31350 [  6494] By: jhi                                   on 2000/08/02  21:49:17
31351         Log: Dump UVs as UVs in Data::Dumper.
31352              
31353              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
31354              From: Gurusamy Sarathy <gsar@ActiveState.com>
31355              Date: Thu, 27 Apr 2000 12:26:25 -0700
31356              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
31357      Branch: perl
31358            ! ext/Data/Dumper/Dumper.xs
31359 ____________________________________________________________________________
31360 [  6493] By: jhi                                   on 2000/08/02  17:01:58
31361         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
31362              From: Hugo <hv@crypt.compulink.co.uk>
31363              Date: Wed, 02 Aug 2000 14:53:56 +0100
31364              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
31365      Branch: perl
31366            ! regexec.c t/op/re_tests
31367 ____________________________________________________________________________
31368 [  6492] By: jhi                                   on 2000/08/02  15:02:46
31369         Log: The new setproctitle() feature is available only in 
31370              bleeding edge FreeBSD.  From Paul Saab.
31371      Branch: perl
31372            ! mg.c
31373 ____________________________________________________________________________
31374 [  6491] By: jhi                                   on 2000/08/02  13:34:36
31375         Log: The tr utf8 patching continues.
31376              
31377              Subject: Re: #6469, too many tests claimed in require.t
31378              From: simon@brecon.co.uk (Simon Cozens)
31379              Date: 2 Aug 2000 02:37:17 GMT
31380              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
31381              
31382              (the logic of the test was the wrong way round in the patch)
31383      Branch: perl
31384            ! doop.c
31385 ____________________________________________________________________________
31386 [  6490] By: jhi                                   on 2000/08/02  13:27:38
31387         Log: The name of a filehandle does not have <these>.
31388      Branch: perl
31389            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
31390            ! t/pragma/warn/pp_sys util.c
31391 ____________________________________________________________________________
31392 [  6489] By: jhi                                   on 2000/08/02  04:26:46
31393         Log: Remove the extraneous "main::" prefix from all the
31394              "opened only for", "on closed", and "never opened" warnings.
31395              
31396              Subject: Re: inappropriate warning
31397              From: Gurusamy Sarathy <gsar@ActiveState.com>
31398              Date: Mon, 20 Mar 2000 11:28:02 -0800
31399              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
31400      Branch: perl
31401            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
31402            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
31403            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
31404 ____________________________________________________________________________
31405 [  6488] By: jhi                                   on 2000/08/02  03:02:57
31406         Log: memcpy has n o in it, as pinted ut by Sarathy.
31407      Branch: perl
31408            ! pod/perlguts.pod
31409 ____________________________________________________________________________
31410 [  6487] By: jhi                                   on 2000/08/02  02:44:51
31411         Log: Document in one place the memory abstractions used in Perl core.
31412              
31413              Subject: Re: Memory abstraction
31414              From: simon@brecon.co.uk (Simon Cozens)
31415              Date: 2 Aug 2000 02:20:23 GMT
31416              Organization: Earth.li Origins
31417      Branch: perl
31418            ! pod/perlguts.pod
31419 ____________________________________________________________________________
31420 [  6486] By: jhi                                   on 2000/08/02  02:41:57
31421         Log: regen_headers, regen perltoc.
31422      Branch: perl
31423            ! perlapi.c pod/perltoc.pod
31424 ____________________________________________________________________________
31425 [  6485] By: jhi                                   on 2000/08/02  01:43:33
31426         Log: "This little thing tests for a file .patch, and if it contains
31427              a number, pops into patchlevel.h" (making it easier to track
31428              which development version people are reporting bugs against)
31429              
31430              Subject: Patchlevel autogeneration for repository perls
31431              From: simon@brecon.co.uk (Simon Cozens)
31432              Date: 14 Jul 2000 07:12:15 GMT
31433              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
31434      Branch: perl
31435            + fix_pl
31436            ! MANIFEST Makefile.SH
31437 ____________________________________________________________________________
31438 [  6484] By: jhi                                   on 2000/08/02  01:32:54
31439         Log: FreeBSD 3.* updates from
31440              
31441              From: Paul Saab <ps@yahoo-inc.com>
31442              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31443              Date: Tue, 1 Aug 2000 15:41:39 -0700
31444              Message-Id: <20000801154139.A53740@yahoo-inc.com>
31445      Branch: perl
31446            ! hints/freebsd.sh
31447 ____________________________________________________________________________
31448 [  6483] By: jhi                                   on 2000/08/02  01:27:44
31449         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
31450              instead one must use setproctitle().  This was already addressed
31451              by change #6457, but the below has a new variant for FreeBSD 4.0
31452              or later, and the matter is also documented more.
31453              
31454              From: Paul Saab <ps@yahoo-inc.com>
31455              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31456              Date: Tue, 1 Aug 2000 15:41:39 -0700
31457              Message-Id: <20000801154139.A53740@yahoo-inc.com>
31458      Branch: metaconfig/U/perl
31459            + i_libutil.U
31460      Branch: perl
31461            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
31462 ____________________________________________________________________________
31463 [  6482] By: jhi                                   on 2000/08/01  22:17:32
31464         Log: The test from this
31465              
31466              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
31467              Date: Sat, 15 Apr 2000 17:03:44 +0100
31468              From: Tom Hughes <tom@compton.nu>
31469              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
31470              
31471              was missing, the code change went in as #5989
31472              (which had a different test?)
31473      Branch: perl
31474            ! t/op/misc.t
31475 ____________________________________________________________________________
31476 [  6481] By: jhi                                   on 2000/08/01  21:48:38
31477         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
31478              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31479              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
31480              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
31481      Branch: perl
31482            ! perl.h
31483 ____________________________________________________________________________
31484 [  6480] By: jhi                                   on 2000/08/01  18:05:28
31485         Log: Make p4desc to skip non-mainperl branches by default.
31486      Branch: perl
31487            ! Porting/p4desc
31488 ____________________________________________________________________________
31489 [  6479] By: jhi                                   on 2000/08/01  17:29:19
31490         Log: If gccosandvers is equal to osname, clear gccosandvers.
31491      Branch: metaconfig/U/perl
31492            ! gccvers.U
31493      Branch: perl
31494            ! Configure config_h.SH
31495 ____________________________________________________________________________
31496 [  6478] By: jhi                                   on 2000/08/01  15:54:08
31497         Log: BOM patching from Simon Cozens.
31498      Branch: perl
31499            ! toke.c
31500 ____________________________________________________________________________
31501 [  6477] By: jhi                                   on 2000/08/01  04:50:33
31502         Log: Stash away the largefiles flags and libswanted.
31503      Branch: perl
31504            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
31505 ____________________________________________________________________________
31506 [  6476] By: gsar                                  on 2000/08/01  04:24:24
31507         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
31508              on Windows)
31509      Branch: perl
31510            ! t/pragma/utf8.t utf8.c win32/win32.c
31511 ____________________________________________________________________________
31512 [  6475] By: jhi                                   on 2000/08/01  03:35:24
31513         Log: Make chr() for values >127 to create utf8 when under utf8.
31514              
31515              Subject: Re: uft8/chr()
31516              From: simon@brecon.co.uk (Simon Cozens)
31517              Date: 1 Aug 2000 02:37:02 GMT
31518              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
31519      Branch: perl
31520            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
31521 ____________________________________________________________________________
31522 [  6474] By: jhi                                   on 2000/08/01  02:36:18
31523         Log: In Digital UNIX warn if gcc explicitly chosen because even
31524              2.95.2 is known to cause problems.
31525      Branch: perl
31526            ! hints/dec_osf.sh
31527 ____________________________________________________________________________
31528 [  6473] By: jhi                                   on 2000/08/01  02:00:56
31529         Log: Make the safety catch for buggy gccs work with triple version
31530              numbers like 2.95.2.  Reported in
31531              
31532              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
31533              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
31534              Date: Mon, 31 Jul 2000 14:55:06 +0200
31535              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
31536      Branch: perl
31537            ! hints/dec_osf.sh
31538 ____________________________________________________________________________
31539 [  6472] By: jhi                                   on 2000/08/01  01:13:33
31540         Log: Subject: fix and question re: waitpid() under win32
31541              From: Brian Clarke <clarke@appliedmeta.com>
31542              Date: Fri, 28 Jul 2000 15:18:29 -0400
31543              Message-ID: <3981DC85.290314EB@appliedmeta.com>
31544              
31545              Slightly reformatted and WNOHANG # define moved to win32.h
31546              so that also POSIX.xs sees it, as suggsted by Sarathy.
31547      Branch: perl
31548            ! win32/win32.c win32/win32.h
31549 ____________________________________________________________________________
31550 [  6471] By: jhi                                   on 2000/08/01  00:55:05
31551         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
31552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31553              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
31554              Date: Mon, 31 Jul 2000 13:28:51 +0100
31555              
31556              (aka ID 20000730.002)
31557      Branch: perl
31558            ! op.c t/op/tr.t
31559 ____________________________________________________________________________
31560 [  6470] By: jhi                                   on 2000/07/31  23:34:42
31561         Log: Document the problem with -P in HP-UX and its workaround.
31562              
31563              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
31564              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
31565              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
31566              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
31567      Branch: perl
31568            ! README.hpux
31569 ____________________________________________________________________________
31570 [  6469] By: jhi                                   on 2000/07/31  04:15:02
31571         Log: The swallow_bom() saga continues.  The #23 of require.t
31572              (UTF16-LE) still fails (silently, no output) but the #22
31573              (UTF16-BE) seems to be working now.  The root of the
31574              failure may be in sv_gets(): is it UTF-16LE-aware,
31575              especially when it comes to line endings? 
31576      Branch: perl
31577            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
31578            ! t/comp/require.t toke.c utf8.c
31579 ____________________________________________________________________________
31580 [  6468] By: jhi                                   on 2000/07/30  19:05:48
31581         Log: Find green threads before native threads.
31582              
31583              Subject: Re: Patch to jpl/JNI/Makefile.PL
31584              From: Jens Thomsen <jens@fiend.cis.com>
31585              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
31586              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
31587      Branch: perl
31588            ! jpl/JNI/Makefile.PL
31589 ____________________________________________________________________________
31590 [  6467] By: jhi                                   on 2000/07/30  18:36:22
31591         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
31592      Branch: perl
31593            ! doop.c
31594 ____________________________________________________________________________
31595 [  6466] By: jhi                                   on 2000/07/30  04:37:29
31596         Log: A new version of the "remove UPPERACSE string comparison"
31597              operators.  The problem with the previous one (change #6454)
31598              was that it was for Perl 5.6.0.  From Paul Marquess.
31599      Branch: perl
31600            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
31601            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
31602            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
31603 ____________________________________________________________________________
31604 [  6465] By: jhi                                   on 2000/07/29  22:39:56
31605         Log: Do not upgrade SVs into utf8 just because they participate
31606              in eq or cmp.  Reported and fix suggested in
31607              
31608              Subject: [ID 20000720.009] sv_eq UTF8 bug
31609              From: "Simon Cozens" <simon@othersideofthe.earth.li>
31610              Date: 21 Jul 2000 04:37:29 -0000
31611              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
31612              
31613              Exercise for the kind reader: should we or should we not
31614              cache the utf8 conversion alonside the SV? (as magic,
31615              as thestrxfrm()ed version is cached under use locale)
31616              Argue both for and against.
31617      Branch: perl
31618            ! sv.c
31619 ____________________________________________________________________________
31620 [  6464] By: jhi                                   on 2000/07/29  22:36:22
31621         Log: Subject: UTF8 concat
31622              From: simon@brecon.co.uk (Simon Cozens) 
31623              Date: 30 Jun 2000 06:13:25 GMT
31624              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
31625              
31626              (with a memory leak fixed, plus a few casts added)
31627              
31628              This also seems to help for
31629              
31630              Subject: [ID 20000716.015] join UTF8 weirdness
31631              From: root <root@ak-71.mind.de> 
31632              Date: Sat, 15 Jul 2000 15:29:54 +0200
31633              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
31634              
31635              (from Andreas König)
31636      Branch: perl
31637            ! pp_hot.c
31638 ____________________________________________________________________________
31639 [  6463] By: jhi                                   on 2000/07/29  00:55:39
31640         Log: Tune the comments and hopefully stop a memory leak.
31641      Branch: perl
31642            ! toke.c utf8.c
31643 ____________________________________________________________________________
31644 [  6462] By: jhi                                   on 2000/07/29  00:16:53
31645         Log: The problem described in this
31646              
31647              Subject: [ID 20000322.018] named chars aren't magical enough
31648              From: root <root@dixie.cscaper.com>     
31649              Date: Wed, 22 Mar 2000 18:37:42 -0700
31650              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
31651              
31652              has been fixed in perl 5.6.0 but just in case added a test
31653              to keep it away.  (The report from Joseph Hall.)
31654      Branch: perl
31655            ! t/lib/charnames.t
31656 ____________________________________________________________________________
31657 [  6461] By: jhi                                   on 2000/07/28  23:56:36
31658         Log: Tiny fixes for #6460.
31659      Branch: metaconfig/U/perl
31660            ! gccvers.U
31661      Branch: perl
31662            ! Configure config_h.SH
31663 ____________________________________________________________________________
31664 [  6460] By: jhi                                   on 2000/07/28  23:24:41
31665         Log: Warn if the version of the operating system used to compile gcc
31666              differs from the current version of the operating system.
31667              Also display the gcc compilation os and version in myconfig.
31668              Inspiration from
31669              
31670              Subject: Re: [ID 20000710.003] ERRORS!!         
31671              From: "Kurt D. Starsinic" <kstar@chapin.edu>
31672              Date: Mon, 10 Jul 2000 15:54:16 -0400
31673              Message-ID: <20000710155416.A1384@O2.chapin.edu>
31674      Branch: metaconfig/U/perl
31675            ! gccvers.U
31676      Branch: perl
31677            ! Configure config_h.SH myconfig.SH
31678 ____________________________________________________________________________
31679 [  6459] By: jhi                                   on 2000/07/28  22:00:32
31680         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
31681              letter to $Config{osvers}.
31682      Branch: metaconfig
31683            ! U/modified/Oldconfig.U
31684      Branch: perl
31685            ! Configure config_h.SH
31686 ____________________________________________________________________________
31687 [  6458] By: jhi                                   on 2000/07/28  04:15:39
31688         Log: Back out #6454, doesn't seem to work.
31689              (Reason: that patch was for perl 5.6.0, not perl-current)
31690              (A version of the patch for perl-current came in later as #6466)
31691      Branch: perl
31692            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
31693            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
31694            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
31695 ____________________________________________________________________________
31696 [  6457] By: jhi                                   on 2000/07/27  23:31:49
31697         Log: Use setproctitle() if available to modify $0.
31698              
31699              Subject: setting $* on BSD4 broken
31700              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31701              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
31702              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
31703      Branch: metaconfig
31704            ! U/modified/Myinit.U
31705      Branch: perl
31706            ! Configure config_h.SH mg.c
31707 ____________________________________________________________________________
31708 [  6456] By: jhi                                   on 2000/07/27  14:50:47
31709         Log: Allow "no AutoLoader;", based on change #6444,
31710              suggested by Graham Barr.
31711      Branch: perl
31712            ! lib/AutoLoader.pm
31713 ____________________________________________________________________________
31714 [  6455] By: jhi                                   on 2000/07/27  14:19:10
31715         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
31716              From: rspier@pobox.com (Robert Spier)
31717              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
31718              Message-ID: <14720.15855.787664.424783@rls.cx>
31719      Branch: perl
31720            ! pod/perldiag.pod
31721 ____________________________________________________________________________
31722 [  6454] By: jhi                                   on 2000/07/27  14:03:02
31723         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
31724              for a long time).
31725              
31726              Reported in
31727              
31728              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
31729              From: Ryan Herbert <rherbert@sycamorehq.com>
31730              Date: Mon, 17 Jul 2000 11:40:42 -0400
31731              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
31732              
31733              Patched in
31734              
31735              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
31736              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31737              Date: Wed, 26 Jul 2000 23:40:18 +0100
31738              Message-ID: <000001bff752$79511880$0a17073e@tiny>
31739              
31740              based on an earlier patch from Stephen P. Potter.
31741              
31742              (Removed later by change #6458 because this patch was for
31743              perl 5.6.0, not perl-current)
31744      Branch: perl
31745            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
31746            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
31747            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
31748 ____________________________________________________________________________
31749 [  6453] By: jhi                                   on 2000/07/27  13:48:02
31750         Log: Subject: [PATCH] fixes bug 20000508.004
31751              From: Michael Stevens <mstevens@globnix.org>
31752              Date: Thu, 27 Jul 2000 13:49:04 +0100
31753              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
31754      Branch: perl
31755            ! pod/perldata.pod
31756 ____________________________________________________________________________
31757 [  6452] By: jhi                                   on 2000/07/26  23:51:26
31758         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
31759              and Craig A. Berry.
31760      Branch: perl
31761            ! lib/File/Temp.pm pod/perlport.pod
31762 ____________________________________________________________________________
31763 [  6451] By: jhi                                   on 2000/07/26  19:43:30
31764         Log: Be wary of close()s, too.
31765              
31766              Subject: Re: [PATCH] perlbug cleanup
31767              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31768              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
31769              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
31770      Branch: perl
31771            ! utils/perlbug.PL
31772 ____________________________________________________________________________
31773 [  6450] By: jhi                                   on 2000/07/26  18:41:40
31774         Log: Subject: Minor doc patch: handy.h
31775              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
31776              Date: Wed, 26 Jul 2000 15:34:25 -0300
31777              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
31778      Branch: perl
31779            ! handy.h pod/perlapi.pod
31780 ____________________________________________________________________________
31781 [  6449] By: jhi                                   on 2000/07/26  18:23:55
31782         Log: Subject: [PATCH] minor doc change - perlguts
31783              From: Michael Stevens <mstevens@globnix.org>
31784              Date: Thu, 13 Jul 2000 12:39:18 +0100
31785              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
31786      Branch: perl
31787            ! pod/perlguts.pod
31788 ____________________________________________________________________________
31789 [  6448] By: jhi                                   on 2000/07/26  18:20:30
31790         Log: open() wariness in perlbug.
31791              
31792              Subject: [PATCH] perlbug cleanup
31793              From: Michael Stevens <mstevens@globnix.org>
31794              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
31795              Date: Thu, 13 Jul 2000 15:52:23 +0100
31796      Branch: perl
31797            ! utils/perlbug.PL
31798 ____________________________________________________________________________
31799 [  6447] By: jhi                                   on 2000/07/26  18:13:04
31800         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
31801      Branch: perl
31802            ! lib/File/Temp.pm t/lib/ftmp-security.t
31803 ____________________________________________________________________________
31804 [  6446] By: jhi                                   on 2000/07/26  18:06:32
31805         Log: docfix from Peter Scott <Peter@PSDT.com>.
31806      Branch: perl
31807            ! pod/perlfunc.pod
31808 ____________________________________________________________________________
31809 [  6445] By: jhi                                   on 2000/07/26  17:53:31
31810         Log: Fix *foo{FORMAT}.
31811              
31812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31813              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
31814              Date: Wed, 26 Jul 2000 19:51:02 +0200
31815              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
31816              
31817              From: Graham Barr <gbarr@pobox.com>
31818              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
31819              Date: Wed, 26 Jul 2000 17:38:36 +0100
31820              Message-ID: <20000726173836.L472@pobox.com>
31821      Branch: perl
31822            ! pp.c sv.c t/op/gv.t
31823 ____________________________________________________________________________
31824 [  6444] By: jhi                                   on 2000/07/26  17:49:14
31825         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
31826              from Graham Barr in the module list.
31827      Branch: perl
31828            ! gv.c pod/perlobj.pod
31829 ____________________________________________________________________________
31830 [  6443] By: jhi                                   on 2000/07/26  16:06:56
31831         Log: More split() doc and test patches from Mike Guy.
31832      Branch: perl
31833            ! pod/perlfunc.pod t/op/split.t
31834 ____________________________________________________________________________
31835 [  6442] By: jhi                                   on 2000/07/26  16:05:30
31836         Log: MacOS nits from Matthias Neeracher.
31837      Branch: perl
31838            ! perl.c pp_ctl.c
31839 ____________________________________________________________________________
31840 [  6441] By: jhi                                   on 2000/07/26  04:39:57
31841         Log: Subject: [PATCH] split /^/
31842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31843              Date: Tue, 25 Jul 2000 14:18:57 +0100
31844              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
31845              
31846              (with notes from tchrist and gbarr)
31847      Branch: perl
31848            ! pod/perlfunc.pod t/op/split.t
31849 ____________________________________________________________________________
31850 [  6440] By: jhi                                   on 2000/07/26  04:32:32
31851         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
31852              From: Peter Prymmer <pvhp@forte.com>
31853              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
31854              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
31855      Branch: perl
31856            ! vms/munchconfig.c
31857 ____________________________________________________________________________
31858 [  6439] By: jhi                                   on 2000/07/26  04:31:01
31859         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
31860              to be fatal errors (instead of by default ignoring them, and
31861              ignoring with a bug: even though -w gave an error, the opening [
31862              was left in)  Reported in:
31863              
31864              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31865              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31866              Date: Sun, 16 Jul 2000 17:55:29 -0700
31867              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31868      Branch: perl
31869            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
31870 ____________________________________________________________________________
31871 [  6438] By: jhi                                   on 2000/07/25  15:41:15
31872         Log: Subject: [PATCH] av.c apidoc
31873              From: simon@brecon.co.uk (Simon Cozens)
31874              Date: 24 Jul 2000 06:40:52 GMT
31875              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
31876      Branch: perl
31877            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
31878            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
31879 ____________________________________________________________________________
31880 [  6437] By: jhi                                   on 2000/07/25  14:05:36
31881         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31882              From: "Stephen P. Potter" <spp@ds.net>
31883              Date: Mon, 24 Jul 2000 14:22:23 -0400
31884              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
31885      Branch: perl
31886            ! pod/perllocale.pod
31887 ____________________________________________________________________________
31888 [  6436] By: jhi                                   on 2000/07/25  14:02:03
31889         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
31890              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31891              Date: Mon, 24 Jul 2000 18:04:28 +0100
31892              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
31893      Branch: perl
31894            ! t/lib/syslfs.t t/op/lfs.t
31895 ____________________________________________________________________________
31896 [  6435] By: jhi                                   on 2000/07/25  13:59:28
31897         Log: Get UTF16 BOMs working.  Patch from
31898              
31899              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31901              Date: Tue, 25 Jul 2000 12:52:45 +0100
31902              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
31903              
31904              and notes from
31905              
31906              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31907              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31908              Date: Tue, 25 Jul 2000 11:43:25 +0100
31909              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
31910      Branch: perl
31911            ! t/comp/require.t toke.c utf8.c
31912 ____________________________________________________________________________
31913 [  6434] By: jhi                                   on 2000/07/25  02:39:54
31914         Log: Make the "uninit variable" warning to say "concat or string"
31915              or "join or string" when in concat or join .
31916              
31917              Subject: Re: [ID 20000403.009] uninitialised concatenation???
31918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31919              Date: Tue, 04 Apr 2000 18:22:58 +0100
31920              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
31921              
31922              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
31923              From: William R Ward <hermit@BayView.COM>
31924              Date: Thu, 30 Mar 2000 19:50:03 -0800
31925              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
31926      Branch: perl
31927            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
31928            ! t/pragma/warn/op t/pragma/warn/sv
31929 ____________________________________________________________________________
31930 [  6433] By: jhi                                   on 2000/07/24  17:52:56
31931         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
31932      Branch: perl
31933            ! lib/File/Spec/VMS.pm
31934 ____________________________________________________________________________
31935 [  6432] By: jhi                                   on 2000/07/24  17:44:44
31936         Log: Test cases for #6431.
31937              
31938              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31939              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31940              Date: Mon, 24 Jul 2000 15:32:29 +0100
31941              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
31942      Branch: perl
31943            ! t/op/pat.t t/op/split.t
31944 ____________________________________________________________________________
31945 [  6431] By: jhi                                   on 2000/07/24  17:43:17
31946         Log: Bind op fix.
31947              
31948              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31949              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31950              Date: Mon, 17 Jul 2000 20:04:56 +0100
31951              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
31952      Branch: perl
31953            ! op.c
31954 ____________________________________________________________________________
31955 [  6430] By: jhi                                   on 2000/07/24  03:42:42
31956         Log: Subject: [ID 20000716.023] syslog test fails without sockets
31957              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31958              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
31959              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
31960      Branch: metaconfig/U/perl
31961            ! Extensions.U
31962      Branch: perl
31963            ! Configure config_h.SH
31964 ____________________________________________________________________________
31965 [  6429] By: jhi                                   on 2000/07/24  03:11:52
31966         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
31967              case, but add also notes explaining the relationship of this
31968              patch and the earlier notes by Sarathy.
31969              
31970              Subject: Map is still slow
31971              From: "Ben Tilly" <ben_tilly@hotmail.com>
31972              Date: Sat, 15 Jul 2000 17:23:27 EDT
31973              Message-ID: <20000715212327.21656.qmail@hotmail.com>
31974      Branch: perl
31975            ! pp_ctl.c
31976 ____________________________________________________________________________
31977 [  6428] By: jhi                                   on 2000/07/24  02:58:52
31978         Log: Documentation to explain the behaviour of map().
31979              
31980              Subject: Re: Map is still slow 
31981              From: Gurusamy Sarathy <gsar@ActiveState.com>
31982              Date: Sat, 15 Jul 2000 16:05:09 -0700
31983              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
31984      Branch: perl
31985            ! pp_ctl.c
31986 ____________________________________________________________________________
31987 [  6427] By: jhi                                   on 2000/07/24  02:50:03
31988         Log: Add tests for
31989              [ID 19991110.003] another matching finding by pcre author
31990              which has already been fixed by some patch, as verified in
31991              
31992              Subject: Re: two regex bugs from the mists of time (well, last November)
31993              From: Hugo <hv@crypt.compulink.co.uk>
31994              Date: Sat, 22 Jul 2000 18:12:58 +0100
31995              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
31996      Branch: perl
31997            ! t/op/re_tests
31998 ____________________________________________________________________________
31999 [  6426] By: jhi                                   on 2000/07/24  02:11:20
32000         Log: A missing 'break' after the [[:space:]] switch case.
32001              
32002              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
32003              From: "Stephen P. Potter" <spp@ds.net>
32004              Date: Tue, 18 Jul 2000 16:25:17 -0400
32005              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
32006      Branch: perl
32007            ! regcomp.c
32008 ____________________________________________________________________________
32009 [  6425] By: jhi                                   on 2000/07/24  02:06:12
32010         Log: The output might have been produced in the wrong order.
32011              
32012              Subject: [ID 20000720.003] [PATCH] t/op/write.t
32013              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32014              Date: Thu, 20 Jul 2000 18:49:18 +0100
32015              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
32016      Branch: perl
32017            ! t/op/write.t
32018 ____________________________________________________________________________
32019 [  6424] By: jhi                                   on 2000/07/24  02:00:07
32020         Log: Use STDOUT consistently.
32021              
32022              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
32023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32024              Date: Thu, 20 Jul 2000 18:04:01 +0100
32025              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
32026      Branch: perl
32027            ! lib/Test/Harness.pm
32028 ____________________________________________________________________________
32029 [  6423] By: jhi                                   on 2000/07/24  01:54:54
32030         Log: Protect against "wild next"s, that is, callbacks doing "next"
32031              instead of "return".
32032              
32033              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
32034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32035              Date: Tue, 18 Jul 2000 11:30:16 +0100
32036              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
32037      Branch: perl
32038            ! lib/File/Find.pm
32039 ____________________________________________________________________________
32040 [  6422] By: jhi                                   on 2000/07/24  01:35:47
32041         Log: Out-of-date note removed.
32042              
32043              Subject: [PATCH] documentation perlipc
32044              From: rspier@pobox.com (Robert Spier)
32045              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
32046              Message-ID: <14711.35178.572612.502654@rls.cx>
32047      Branch: perl
32048            ! pod/perlipc.pod
32049 ____________________________________________________________________________
32050 [  6421] By: jhi                                   on 2000/07/24  00:09:18
32051         Log: Send all installperl messages to STDERR and be -w clean.
32052              
32053              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
32054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32055              Date: Sat, 22 Jul 2000 14:02:11 +0100
32056              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
32057      Branch: perl
32058            ! installperl
32059 ____________________________________________________________________________
32060 [  6420] By: jhi                                   on 2000/07/24  00:04:19
32061         Log: Decutandpasto.
32062              
32063              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
32064              From: "Richard Soderberg" <rs@crystalflame.net>
32065              Date: Sun, 23 Jul 2000 01:37:23 -0700
32066              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
32067      Branch: perl
32068            ! pod/perlipc.pod
32069 ____________________________________________________________________________
32070 [  6419] By: jhi                                   on 2000/07/24  00:01:12
32071         Log: A cleaner abs_path().
32072              Subject: Re: unix alternative to Cwd.pm
32073              From: Jeff Pinyan <jeffp@crusoe.net>
32074              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
32075              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
32076      Branch: perl
32077            ! lib/Cwd.pm
32078 ____________________________________________________________________________
32079 [  6418] By: jhi                                   on 2000/07/23  23:48:56
32080         Log: Detypo.
32081              
32082              Subject: [PATCH perl-current] Typo in hints/powerux.sh
32083              From: "Richard Soderberg" <rs@crystalflame.net>
32084              Date: Sun, 23 Jul 2000 01:27:33 -0700
32085              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
32086      Branch: perl
32087            ! hints/powerux.sh
32088 ____________________________________________________________________________
32089 [  6417] By: jhi                                   on 2000/07/17  22:13:31
32090         Log: Subject: SDBM_File documentation
32091              From: mjd@plover.com
32092              Date: 16 Jul 2000 17:41:17 -0000
32093              Message-ID: <20000716174117.18515.qmail@plover.com>
32094      Branch: perl
32095            ! ext/SDBM_File/SDBM_File.pm
32096 ____________________________________________________________________________
32097 [  6416] By: jhi                                   on 2000/07/17  19:13:26
32098         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
32099      Branch: perl
32100            ! hints/mpeix.sh mpeix/relink
32101 ____________________________________________________________________________
32102 [  6415] By: jhi                                   on 2000/07/15  14:11:02
32103         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
32104              the utf8 'characters' can be more than one octet).
32105              
32106              Date: Sat, 15 Jul 2000 00:21:56 +0100
32107              From: Tom Hughes <tom@compton.nu>
32108              Subject: Re: [ID 20000714.002]
32109              Message-ID: <db2334de49.tom@compton.compton.nu>
32110              
32111              Reported in
32112              
32113              Subject: [ID 20000714.002]
32114              From: "Simon Cozens" <simon@othersideofthe.earth.li>
32115              Date: 14 Jul 2000 15:13:09 -0000
32116              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
32117      Branch: perl
32118            ! doop.c
32119 ____________________________________________________________________________
32120 [  6414] By: jhi                                   on 2000/07/15  03:13:41
32121         Log: another VMS build tweak from Peter Prymmer
32122      Branch: perl
32123            ! vms/descrip_mms.template
32124 ____________________________________________________________________________
32125 [  6413] By: jhi                                   on 2000/07/15  03:10:40
32126         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
32127      Branch: perl
32128            ! vms/perlvms.pod
32129 ____________________________________________________________________________
32130 [  6412] By: jhi                                   on 2000/07/15  00:31:05
32131         Log: More docs for sv functions.
32132              
32133              Subject: [PATCH cfgperl] sv.c apidoc
32134              From: simon@brecon.co.uk (Simon Cozens)
32135              Date: 13 Jul 2000 09:00:20 GMT
32136              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
32137              
32138              Subject: Re: [PATCH cfgperl] sv.c apidoc
32139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32140              Date: Thu, 13 Jul 2000 12:27:41 +0100
32141              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
32142              
32143              Subject: Re: [PATCH cfgperl] sv.c apidoc
32144              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32145              Date: Thu, 13 Jul 2000 13:23:09 +0100
32146              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
32147              
32148              Subject: Re: [PATCH cfgperl] sv.c apidoc
32149              From: simon@brecon.co.uk (Simon Cozens)
32150              Date: 14 Jul 2000 06:51:02 GMT
32151              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
32152      Branch: perl
32153            ! embed.pl pod/perlapi.pod sv.c
32154 ____________________________________________________________________________
32155 [  6411] By: jhi                                   on 2000/07/15  00:10:41
32156         Log: lib/b test fixes from Peter Prymmer.
32157      Branch: perl
32158            ! t/lib/b.t
32159 ____________________________________________________________________________
32160 [  6410] By: jhi                                   on 2000/07/15  00:02:09
32161         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
32162              From: Hugo <hv@crypt.compulink.co.uk>
32163              Date: Fri, 14 Jul 2000 23:05:20 +0100
32164              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
32165              
32166              Didn't anymore apply, but that point still could use another fix.
32167      Branch: perl
32168            ! pod/perlfunc.pod
32169 ____________________________________________________________________________
32170 [  6409] By: jhi                                   on 2000/07/14  23:15:15
32171         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
32172              not in pod, from Peter Prymmer
32173      Branch: perl
32174            ! vms/descrip_mms.template
32175 ____________________________________________________________________________
32176 [  6408] By: jhi                                   on 2000/07/14  20:35:05
32177         Log: The bug report
32178              [ID 19991110.002] minimal matching discrepancy found by pcre author
32179              seems to have been fixed (though differently from what was suggested
32180              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
32181      Branch: perl
32182            ! t/op/re_tests
32183 ____________________________________________________________________________
32184 [  6407] By: jhi                                   on 2000/07/14  17:38:08
32185         Log: Fix AutoSplit to use File::Spec the right way in VMS,
32186              from Peter Prymmer.
32187      Branch: perl
32188            ! lib/AutoSplit.pm
32189 ____________________________________________________________________________
32190 [  6406] By: jhi                                   on 2000/07/14  14:13:22
32191         Log: Merge perlhacktut into perlhack, update perlguts.
32192              
32193              Subject: Re: Perlhacktut
32194              From: simon@brecon.co.uk (Simon Cozens)
32195              Date: 14 Jul 2000 06:49:21 GMT
32196              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
32197              
32198              Subject: Re: Perlhacktut
32199              From: simon@brecon.co.uk (Simon Cozens)
32200              Date: 14 Jul 2000 07:09:45 GMT
32201              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
32202      Branch: perl
32203            ! pod/perlguts.pod pod/perlhack.pod
32204 ____________________________________________________________________________
32205 [  6405] By: jhi                                   on 2000/07/14  14:02:31
32206         Log: Integrate with Sarathy.
32207      Branch: cfgperl
32208           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
32209           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
32210           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
32211 ____________________________________________________________________________
32212 [  6404] By: gsar                                  on 2000/07/14  12:15:02
32213         Log: PERL_OBJECT build tweaks
32214      Branch: perl
32215            ! toke.c
32216 ____________________________________________________________________________
32217 [  6403] By: gsar                                  on 2000/07/14  11:23:41
32218         Log: inconsistent types needs casts
32219      Branch: perl
32220            ! toke.c
32221 ____________________________________________________________________________
32222 [  6402] By: gsar                                  on 2000/07/14  11:12:04
32223         Log: typos in change#6399, regen headers
32224      Branch: perl
32225            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
32226 ____________________________________________________________________________
32227 [  6401] By: gsar                                  on 2000/07/14  10:59:12
32228         Log: typecasts needed for change#6394
32229      Branch: perl
32230            ! toke.c
32231 ____________________________________________________________________________
32232 [  6400] By: gsar                                  on 2000/07/14  10:49:37
32233         Log: integrate cfgperl contents into mainline
32234      Branch: perl
32235           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
32236           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
32237 ____________________________________________________________________________
32238 [  6399] By: gsar                                  on 2000/07/14  10:38:35
32239         Log: enable UTF-16 filter by default if relevant BOM is seen; various
32240              cleanups (typos, misformatted code, and small bugs)
32241      Branch: perl
32242            ! doop.c embed.pl mg.c op.c pp.c toke.c
32243 ____________________________________________________________________________
32244 [  6398] By: gsar                                  on 2000/07/14  08:55:38
32245         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
32246              name suggests anyway)
32247      Branch: perl
32248            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
32249 ____________________________________________________________________________
32250 [  6397] By: gsar                                  on 2000/07/14  08:44:33
32251         Log: move new variables to the end of the interpreter structure (for
32252              bincompat in code that doesn't #include XSUB.h)
32253      Branch: perl
32254            ! intrpvar.h
32255 ____________________________________________________________________________
32256 [  6396] By: gsar                                  on 2000/07/14  08:13:58
32257         Log: MakeMaker should not remove editor backups (*~) on `make clean`
32258              by default (completes change#6383)
32259      Branch: perl
32260            ! lib/ExtUtils/MM_Unix.pm
32261 ____________________________________________________________________________
32262 [  6395] By: jhi                                   on 2000/07/14  05:20:33
32263         Log: Replace change #6337 with a better one.
32264              
32265              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
32266              From: Hugo <hv@crypt.compulink.co.uk>
32267              Date: Fri, 14 Jul 2000 04:16:20 +0100
32268              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32269      Branch: cfgperl
32270            ! regexec.c t/op/re_tests
32271 ____________________________________________________________________________
32272 [  6394] By: jhi                                   on 2000/07/14  01:33:59
32273         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
32274      Branch: cfgperl
32275            ! embed.pl global.sym proto.h toke.c
32276 ____________________________________________________________________________
32277 [  6393] By: jhi                                   on 2000/07/13  23:41:23
32278         Log: remove discarded test
32279      Branch: cfgperl
32280            ! MANIFEST
32281 ____________________________________________________________________________
32282 [  6392] By: jhi                                   on 2000/07/13  23:32:25
32283         Log: The {multiplier} of a fixed substring was overlooked which
32284              caused a wrong initial search offset for that substring.
32285              
32286              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32287              From: Hugo <hv@crypt.compulink.co.uk>
32288              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32289              Date: Thu, 13 Jul 2000 19:27:13 +0100
32290      Branch: cfgperl
32291            ! regcomp.c t/op/re_tests
32292 ____________________________________________________________________________
32293 [  6391] By: jhi                                   on 2000/07/13  16:37:42
32294         Log: typo fix from Craig Berry
32295      Branch: cfgperl
32296            ! vms/subconfigure.com
32297 ____________________________________________________________________________
32298 [  6390] By: jhi                                   on 2000/07/13  13:20:12
32299         Log: Integrate with Sarathy.
32300      Branch: cfgperl
32301            - t/op/method2entersub.t
32302           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
32303           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
32304           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
32305           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
32306 ____________________________________________________________________________
32307 [  6389] By: jhi                                   on 2000/07/13  13:18:48
32308         Log: Detypo from Peter Prymmer, part of #6388.
32309      Branch: cfgperl
32310            ! Configure config_h.SH
32311      Branch: metaconfig
32312            ! U/modified/d_longlong.U
32313 ____________________________________________________________________________
32314 [  6388] By: gsar                                  on 2000/07/13  06:33:40
32315         Log: typos (spotted by Peter Prymmer)
32316      Branch: perl
32317            ! Configure t/lib/english.t
32318 ____________________________________________________________________________
32319 [  6387] By: gsar                                  on 2000/07/13  05:35:28
32320         Log: new selfloader.t in change#6183 doesn't close DATA handles,
32321              and thus fails to clean up tmp files on dosish platforms
32322      Branch: perl
32323            ! t/lib/selfloader.t
32324 ____________________________________________________________________________
32325 [  6386] By: gsar                                  on 2000/07/12  21:42:39
32326         Log: sprintf test tweaks (from Dominic Dunlop)
32327      Branch: perl
32328            ! t/op/sprintf.t
32329 ____________________________________________________________________________
32330 [  6385] By: gsar                                  on 2000/07/12  21:33:46
32331         Log: fix bugs in processing %v-*d and similar format specs (from
32332              Avi Finkel <avi@finkel.org>)
32333      Branch: perl
32334            ! sv.c t/op/sprintf.t
32335 ____________________________________________________________________________
32336 [  6384] By: gsar                                  on 2000/07/12  16:04:19
32337         Log: readd missing perldelta.pod changes from changes#6339,6376
32338      Branch: perl
32339            ! pod/perldelta.pod
32340 ____________________________________________________________________________
32341 [  6383] By: gsar                                  on 2000/07/12  16:00:51
32342         Log: don't clobber *.orig files on *clean targets
32343      Branch: perl
32344            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
32345 ____________________________________________________________________________
32346 [  6382] By: gsar                                  on 2000/07/12  07:59:12
32347         Log: fix broken integrations in cfgperl
32348      Branch: cfgperl
32349           !> Changes pod/perldelta.pod
32350 ____________________________________________________________________________
32351 [  6381] By: gsar                                  on 2000/07/12  07:42:17
32352         Log: integrate cfgperl changes into mainline
32353      Branch: perl
32354            ! Changes
32355           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
32356           !> pod/perlre.pod
32357 ____________________________________________________________________________
32358 [  6380] By: gsar                                  on 2000/07/12  07:31:00
32359         Log: get sprintf.t to adjust properly for 3-digit exponents
32360      Branch: perl
32361            ! t/op/sprintf.t
32362 ____________________________________________________________________________
32363 [  6379] By: gsar                                  on 2000/07/12  06:40:04
32364         Log: change#6174 needs corresponding change in win32/config_h.PL,
32365              which grovels through config_h.SH to find the config.h name
32366      Branch: perl
32367            ! win32/config_h.PL
32368 ____________________________________________________________________________
32369 [  6378] By: jhi                                   on 2000/07/12  05:03:59
32370         Log: Do the cc sanity check both before the hints and
32371              after the cc selction.
32372      Branch: cfgperl
32373            ! Configure config_h.SH
32374      Branch: metaconfig
32375            ! U/modified/Oldconfig.U U/modified/cc.U
32376      Branch: metaconfig/U/perl
32377            + Checkcc.U
32378 ____________________________________________________________________________
32379 [  6377] By: jhi                                   on 2000/07/12  02:49:22
32380         Log: Fix nits noticed by Boston.pm.
32381      Branch: cfgperl
32382            ! pod/perlre.pod
32383 ____________________________________________________________________________
32384 [  6376] By: jhi                                   on 2000/07/11  21:22:13
32385         Log: Configure cosmetics and perldelta.
32386      Branch: cfgperl
32387            ! Configure config_h.SH pod/perldelta.pod
32388      Branch: metaconfig
32389            ! U/modified/cc.U
32390 ____________________________________________________________________________
32391 [  6375] By: gsar                                  on 2000/07/11  21:17:35
32392         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
32393      Branch: perl
32394            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
32395            ! win32/win32sck.c
32396 ____________________________________________________________________________
32397 [  6374] By: gsar                                  on 2000/07/11  20:48:50
32398         Log: tweak for build failure under multiplicity
32399      Branch: perl
32400            ! toke.c
32401 ____________________________________________________________________________
32402 [  6373] By: gsar                                  on 2000/07/11  20:37:23
32403         Log: integrate cfgperl changes#6325..6373 into mainline
32404              (NOTE: today's batch of integrations still untested)
32405      Branch: perl
32406           +> ext/DynaLoader/hints/netbsd.pl
32407            ! Changes
32408           !> (integrate 26 files)
32409 ____________________________________________________________________________
32410 [  6372] By: jhi                                   on 2000/07/11  20:30:36
32411         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
32412              regen perltoc.
32413      Branch: cfgperl
32414            + pod/perlbook.pod
32415            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
32416            ! pod/perltoc.pod
32417 ____________________________________________________________________________
32418 [  6371] By: jhi                                   on 2000/07/11  20:08:56
32419         Log: Minor cleanups on the booklist.
32420      Branch: cfgperl
32421            ! pod/perlfaq2.pod
32422 ____________________________________________________________________________
32423 [  6370] By: jhi                                   on 2000/07/11  19:31:13
32424         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
32425      Branch: cfgperl
32426            ! t/pragma/overload.t
32427 ____________________________________________________________________________
32428 [  6369] By: gsar                                  on 2000/07/11  19:27:48
32429         Log: integrate cfgperl changes#6293..6324 into mainline
32430      Branch: perl
32431           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
32432            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
32433           !> (integrate 30 files)
32434 ____________________________________________________________________________
32435 [  6368] By: gsar                                  on 2000/07/11  19:18:57
32436         Log: skip integrate of problematic change#6292 from cfgperl into mainline
32437      Branch: perl
32438           !> pp_hot.c
32439 ____________________________________________________________________________
32440 [  6367] By: gsar                                  on 2000/07/11  19:17:21
32441         Log: integrate cfgperl changes#6288..6290 into mainline
32442      Branch: perl
32443           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
32444 ____________________________________________________________________________
32445 [  6366] By: gsar                                  on 2000/07/11  19:11:18
32446         Log: integrate cfgperl changes#6268..6282 into mainline
32447      Branch: perl
32448           !> (integrate 30 files)
32449 ____________________________________________________________________________
32450 [  6365] By: gsar                                  on 2000/07/11  18:57:00
32451         Log: delete new accidentally branched file
32452      Branch: perl
32453            - t/op/method2entersub.t
32454 ____________________________________________________________________________
32455 [  6364] By: gsar                                  on 2000/07/11  18:55:13
32456         Log: skip integrate of change#6267 from cfgperl into mainline (the
32457              method call optimization is flawed without additional hints
32458              from user about immutableness of @ISA and no runtime method
32459              definitions)
32460      Branch: perl
32461           +> t/op/method2entersub.t
32462           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
32463           !> perl.h t/op/sprintf.t xsutils.c
32464 ____________________________________________________________________________
32465 [  6363] By: gsar                                  on 2000/07/11  18:49:43
32466         Log: integrate cfgperl changes#6261..6266 into mainline
32467      Branch: perl
32468           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
32469           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
32470           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32471           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
32472 ____________________________________________________________________________
32473 [  6362] By: gsar                                  on 2000/07/11  18:43:26
32474         Log: integrate cfgperl changes#6252..6260 into mainline
32475      Branch: perl
32476           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
32477           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
32478           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
32479           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
32480 ____________________________________________________________________________
32481 [  6361] By: gsar                                  on 2000/07/11  18:37:12
32482         Log: skip integrate of problematic change#6251 from cfgperl into mainline
32483      Branch: perl
32484           !> lib/Exporter.pm
32485 ____________________________________________________________________________
32486 [  6360] By: gsar                                  on 2000/07/11  18:34:56
32487         Log: integrate cfgperl change#6250 into mainline
32488      Branch: perl
32489           +> t/op/my_stash.t
32490           !> MANIFEST embed.pl proto.h toke.c
32491 ____________________________________________________________________________
32492 [  6359] By: gsar                                  on 2000/07/11  18:21:19
32493         Log: integrate cfgperl changes#6242..6249 into mainline
32494      Branch: perl
32495           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
32496           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
32497           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
32498           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
32499           !> t/lib/peek.t utf8.c
32500 ____________________________________________________________________________
32501 [  6358] By: gsar                                  on 2000/07/11  18:15:45
32502         Log: skip integrate of problematic change#6241 from cfgperl into mainline
32503      Branch: perl
32504           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
32505 ____________________________________________________________________________
32506 [  6357] By: jhi                                   on 2000/07/11  18:15:16
32507         Log: Fix for
32508              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
32509              From: Roderick Schertler <roderick@argon.org> 
32510              Date: Tue, 11 Jul 2000 13:55:05 -0400 
32511              Message-Id: <200007111755.NAA05077@jones.argon.org> 
32512      Branch: cfgperl
32513            ! doio.c
32514 ____________________________________________________________________________
32515 [  6356] By: jhi                                   on 2000/07/11  18:12:51
32516         Log: Typo in #6341.
32517      Branch: cfgperl
32518            ! pp_hot.c
32519 ____________________________________________________________________________
32520 [  6355] By: gsar                                  on 2000/07/11  18:12:10
32521         Log: integrate cfgperl changes#6231..6240 into mainline
32522      Branch: perl
32523           +> pod/perlutil.pod
32524           !> (integrate 35 files)
32525 ____________________________________________________________________________
32526 [  6354] By: jhi                                   on 2000/07/11  18:04:34
32527         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
32528              From: Dominic Dunlop <domo@computer.org> 
32529              Date: Tue, 11 Jul 2000 12:27:33 +0200 
32530              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
32531              
32532              Replaces change #6268.
32533      Branch: cfgperl
32534            ! t/op/sprintf.t
32535 ____________________________________________________________________________
32536 [  6353] By: gsar                                  on 2000/07/11  17:59:51
32537         Log: skip integrate of problematic change#6230 from cfgperl into mainline
32538              (a later version of File::Spec is already in mainline)
32539      Branch: perl
32540           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
32541           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
32542 ____________________________________________________________________________
32543 [  6352] By: gsar                                  on 2000/07/11  17:57:48
32544         Log: integrate cfgperl changes#6224..6229 into mainline
32545      Branch: perl
32546           +> lib/lib.pm.PL
32547            - lib/lib.pm
32548           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
32549           !> lib/English.pm op.c t/lib/english.t
32550 ____________________________________________________________________________
32551 [  6351] By: gsar                                  on 2000/07/11  17:50:10
32552         Log: skip integrate of problematic change#6223 from cfgperl into mainline
32553      Branch: perl
32554           !> doio.c
32555 ____________________________________________________________________________
32556 [  6350] By: gsar                                  on 2000/07/11  17:48:28
32557         Log: integrate cfgperl changes#6220..6222 into mainline
32558      Branch: perl
32559           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
32560           !> toke.c utf8.c win32/win32.h
32561 ____________________________________________________________________________
32562 [  6349] By: gsar                                  on 2000/07/11  17:46:13
32563         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
32564              mainline
32565      Branch: perl
32566           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32567           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32568           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32569 ____________________________________________________________________________
32570 [  6348] By: jhi                                   on 2000/07/11  17:45:49
32571         Log: README.posix-bc podified from Thomas Dorner.
32572      Branch: cfgperl
32573            ! README.posix-bc
32574 ____________________________________________________________________________
32575 [  6347] By: gsar                                  on 2000/07/11  17:42:04
32576         Log: integrate cfgperl change#6217 into mainline
32577      Branch: perl
32578           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
32579           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
32580           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
32581 ____________________________________________________________________________
32582 [  6346] By: gsar                                  on 2000/07/11  17:39:37
32583         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
32584              mainline
32585      Branch: perl
32586           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
32587           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32588           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
32589           !> perlapi.h pod/perlapi.pod
32590 ____________________________________________________________________________
32591 [  6345] By: gsar                                  on 2000/07/11  17:36:42
32592         Log: integrate cfgperl changes#6207..6210 into mainline
32593      Branch: perl
32594           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
32595           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
32596 ____________________________________________________________________________
32597 [  6344] By: gsar                                  on 2000/07/11  17:31:20
32598         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
32599              mainline
32600      Branch: perl
32601           !> (integrate 40 files)
32602 ____________________________________________________________________________
32603 [  6343] By: gsar                                  on 2000/07/11  17:19:08
32604         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
32605      Branch: perl
32606           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
32607            ! Changes
32608           !> (integrate 34 files)
32609 ____________________________________________________________________________
32610 [  6342] By: jhi                                   on 2000/07/11  16:05:48
32611         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
32612              To: perl5-porters@perl.org
32613              From: Karsten Sperling <spiff@phreax.net>
32614              Date: Mon, 10 Jul 2000 15:12:52 +0200
32615              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
32616      Branch: cfgperl
32617            ! lib/Symbol.pm
32618 ____________________________________________________________________________
32619 [  6341] By: jhi                                   on 2000/07/11  15:59:23
32620         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
32621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32622              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
32623              Date: Fri, 07 Jul 2000 17:57:16 +0100
32624      Branch: cfgperl
32625            ! pp_hot.c
32626 ____________________________________________________________________________
32627 [  6340] By: jhi                                   on 2000/07/11  15:55:47
32628         Log: Subject: Re: format bug report  [Patch]
32629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32630              Date: Wed, 05 Jul 2000 13:12:52 +0200
32631              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
32632              
32633              Subject: Re: format bug report  [Patch]
32634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32635              Date: Wed, 05 Jul 2000 14:10:01 +0200
32636              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
32637      Branch: cfgperl
32638            ! t/op/write.t toke.c
32639 ____________________________________________________________________________
32640 [  6339] By: jhi                                   on 2000/07/11  13:54:09
32641         Log: Be less forgiving about ambiguous and illegal tr ranges.
32642              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
32643              From: Mark-Jason Dominus <mjd@plover.com>
32644              Date: Tue, 04 Jul 2000 10:00:12 -0400
32645              Message-ID: <20000704140012.17772.qmail@plover.com>
32646              
32647              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
32648              From: Mark-Jason Dominus <mjd@plover.com>
32649              Date: Wed, 05 Jul 2000 09:37:36 -0400
32650              Message-ID: <20000705133736.27293.qmail@plover.com>
32651      Branch: cfgperl
32652            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
32653 ____________________________________________________________________________
32654 [  6338] By: jhi                                   on 2000/07/11  13:31:24
32655         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32656              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32657              Date: Tue, 11 Jul 2000 13:50:51 +0100
32658              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32659      Branch: cfgperl
32660            ! sv.c
32661 ____________________________________________________________________________
32662 [  6337] By: jhi                                   on 2000/07/11  13:29:14
32663         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
32664              From: Hugo <hv@crypt.compulink.co.uk>
32665              Date: Tue, 11 Jul 2000 12:44:50 +0100
32666              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32667      Branch: cfgperl
32668            ! regexec.c t/op/re_tests
32669 ____________________________________________________________________________
32670 [  6336] By: jhi                                   on 2000/07/11  13:26:47
32671         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
32672              From: simon@brecon.co.uk (Simon Cozens)
32673              Date: 7 Jul 2000 11:26:09 GMT
32674              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32675      Branch: cfgperl
32676            ! mg.c
32677 ____________________________________________________________________________
32678 [  6335] By: jhi                                   on 2000/07/11  13:23:37
32679         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32680              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32681              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32682              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32683      Branch: cfgperl
32684            + ext/DynaLoader/hints/netbsd.pl
32685            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
32686 ____________________________________________________________________________
32687 [  6334] By: jhi                                   on 2000/07/11  13:20:38
32688         Log: Subject: PATCH perlguts.pod: Document D and d magic types
32689              From: mjd@plover.com
32690              Date: 5 Jul 2000 18:01:51 -0000
32691              Message-ID: <20000705180151.29413.qmail@plover.com>
32692      Branch: cfgperl
32693            ! pod/perlguts.pod
32694 ____________________________________________________________________________
32695 [  6333] By: jhi                                   on 2000/07/11  13:15:51
32696         Log: Precedence goof, fix based on
32697              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32698              From: Hugo <hv@crypt.compulink.co.uk>
32699              Date: Tue, 11 Jul 2000 12:52:38 +0100
32700              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32701      Branch: cfgperl
32702            ! t/op/taint.t
32703 ____________________________________________________________________________
32704 [  6332] By: jhi                                   on 2000/07/11  12:40:17
32705         Log: Integrate with Sarathy.
32706      Branch: cfgperl
32707           !> win32/win32sck.c
32708 ____________________________________________________________________________
32709 [  6331] By: jhi                                   on 2000/07/10  20:14:16
32710         Log: Sprinkle ldlibpath.
32711      Branch: cfgperl
32712            ! pod/Makefile.SH
32713 ____________________________________________________________________________
32714 [  6330] By: jhi                                   on 2000/07/10  17:54:49
32715         Log: More POSIX.pod tweaks.
32716      Branch: cfgperl
32717            ! ext/POSIX/POSIX.pod
32718 ____________________________________________________________________________
32719 [  6329] By: jhi                                   on 2000/07/10  14:02:12
32720         Log: Reorder perl.pod once more.
32721      Branch: cfgperl
32722            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32723 ____________________________________________________________________________
32724 [  6328] By: gsar                                  on 2000/07/10  07:06:00
32725         Log: accept() leaks memory on windows due to incorrect ordering of
32726              closesocket() and fclose() calls
32727      Branch: perl
32728            ! win32/win32sck.c
32729 ____________________________________________________________________________
32730 [  6327] By: gsar                                  on 2000/07/10  06:49:17
32731         Log: winsock options weren't being set in all threads under ithreads
32732              (caused send()s from second and subsequent threads to fail)
32733      Branch: perl
32734            ! win32/win32sck.c
32735 ____________________________________________________________________________
32736 [  6326] By: jhi                                   on 2000/07/08  02:45:40
32737         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32738              was cast to an unsigned (32-bit) integer with wild abandon.
32739      Branch: cfgperl
32740            ! ext/Devel/DProf/DProf.xs
32741 ____________________________________________________________________________
32742 [  6325] By: jhi                                   on 2000/07/07  18:50:33
32743         Log: Remove perlbook, update perlfaq book listing,
32744              rearrange perl.pod, regenerate perltoc.
32745      Branch: cfgperl
32746            - pod/perlbook.pod
32747            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
32748            ! pod/perlfaq2.pod pod/perltoc.pod
32749 ____________________________________________________________________________
32750 [  6324] By: jhi                                   on 2000/07/07  14:03:40
32751         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
32752      Branch: cfgperl
32753            ! sv.h toke.c
32754 ____________________________________________________________________________
32755 [  6323] By: jhi                                   on 2000/07/06  16:03:55
32756         Log: Fix complaints of buildtoc.
32757      Branch: cfgperl
32758            + lib/Win32.pod
32759            - pod/Win32.pod
32760            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32761 ____________________________________________________________________________
32762 [  6322] By: jhi                                   on 2000/07/06  15:15:52
32763         Log: Add =head1 NAMEs so that buildtoc is happy.
32764              (The CGI::Util nit reported to Lincoln.)
32765      Branch: cfgperl
32766            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
32767            ! pod/perltoc.pod
32768 ____________________________________________________________________________
32769 [  6321] By: jhi                                   on 2000/07/06  03:16:04
32770         Log: Config is being used.
32771      Branch: cfgperl
32772            ! t/op/method.t
32773 ____________________________________________________________________________
32774 [  6320] By: jhi                                   on 2000/07/06  03:13:13
32775         Log: Integrate with Sarathy.
32776      Branch: cfgperl
32777           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
32778 ____________________________________________________________________________
32779 [  6319] By: jhi                                   on 2000/07/06  03:11:46
32780         Log: Autogenerate pod/Makefile and pod/buildtoc.
32781              buildtoc also checks whether the existin pods are
32782              mentioned in MANIFEST and perl.pod, and vice versa.
32783              (None of the thusly found discrepancies fixed yet.)
32784              roffitall also needs to be autogenerated similarly but it
32785              seems so badly out of date that I didn't touch it yet.
32786      Branch: cfgperl
32787            + pod/Makefile.SH pod/buildtoc.PL
32788            - pod/Makefile pod/buildtoc
32789            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
32790 ____________________________________________________________________________
32791 [  6318] By: gsar                                  on 2000/07/05  22:10:54
32792         Log: fix UNC path handling on Windows under ithreads, and chdir()
32793              return value when given a non-existent directory
32794      Branch: perl
32795            ! win32/vdir.h
32796 ____________________________________________________________________________
32797 [  6317] By: gsar                                  on 2000/07/05  22:08:19
32798         Log: winsock cleanup never done on Windows (leads to handle leaks)
32799      Branch: perl
32800            ! win32/perllib.c win32/win32sck.c
32801 ____________________________________________________________________________
32802 [  6316] By: gsar                                  on 2000/07/05  22:06:19
32803         Log: some debugger output does not go to the socket when RemotePort is set
32804      Branch: perl
32805            ! lib/perl5db.pl
32806 ____________________________________________________________________________
32807 [  6315] By: jhi                                   on 2000/07/05  00:25:21
32808         Log: Integrate with Sarathy, preliminary fix for unicos
32809              alignment problems in [ID 20000612.002] Perl problem on Cray system.
32810      Branch: cfgperl
32811            ! sv.h
32812           !> pp_hot.c
32813 ____________________________________________________________________________
32814 [  6314] By: gsar                                  on 2000/07/04  23:34:02
32815         Log: tyop in change#6306
32816      Branch: perl
32817            ! pp_hot.c
32818 ____________________________________________________________________________
32819 [  6313] By: jhi                                   on 2000/07/04  22:14:38
32820         Log: Multiline string literals ENONPORTABLE.
32821      Branch: cfgperl
32822            ! pp_hot.c
32823 ____________________________________________________________________________
32824 [  6312] By: jhi                                   on 2000/07/04  20:34:44
32825         Log: Integrate with Sarathy.
32826      Branch: cfgperl
32827           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
32828           !> t/op/method.t
32829 ____________________________________________________________________________
32830 [  6311] By: jhi                                   on 2000/07/04  20:30:56
32831         Log: More POSIX.pod embellishment.
32832      Branch: cfgperl
32833            ! ext/POSIX/POSIX.pod
32834 ____________________________________________________________________________
32835 [  6310] By: gsar                                  on 2000/07/04  17:28:48
32836         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32837      Branch: perl
32838            ! t/lib/b.t
32839 ____________________________________________________________________________
32840 [  6309] By: jhi                                   on 2000/07/04  17:22:18
32841         Log: The #6308 required a little bit more.
32842      Branch: cfgperl
32843            ! Makefile.SH win32/Makefile
32844 ____________________________________________________________________________
32845 [  6308] By: jhi                                   on 2000/07/04  16:35:24
32846         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
32847      Branch: cfgperl
32848            + lib/lib_pm.PL
32849            - lib/lib.pm.PL
32850            ! MANIFEST Makefile.SH
32851 ____________________________________________________________________________
32852 [  6307] By: jhi                                   on 2000/07/04  16:28:58
32853         Log: Win32 patches for cfgperl from Sarathy.
32854      Branch: cfgperl
32855            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
32856            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
32857            ! thread.h toke.c util.c win32/Makefile win32/win32.c
32858 ____________________________________________________________________________
32859 [  6306] By: gsar                                  on 2000/07/04  16:28:40
32860         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
32861              (from Richard Soderberg <rs@oregonnet.com>)
32862      Branch: perl
32863            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
32864 ____________________________________________________________________________
32865 [  6305] By: jhi                                   on 2000/07/04  16:24:24
32866         Log: Integrate with Sarathy.
32867      Branch: cfgperl
32868           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
32869           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32870           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
32871           !> proto.h win32/win32.c
32872 ____________________________________________________________________________
32873 [  6304] By: gsar                                  on 2000/07/04  16:17:24
32874         Log: missing perldiag entry for unpack("w",...) diagnostic (from
32875              Andreas Koenig)
32876      Branch: perl
32877            ! pod/perldiag.pod
32878 ____________________________________________________________________________
32879 [  6303] By: gsar                                  on 2000/07/04  16:14:44
32880         Log: remove rel2abs prototypes (from Barrie Slaymaker)
32881      Branch: perl
32882            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32883            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32884 ____________________________________________________________________________
32885 [  6302] By: gsar                                  on 2000/07/04  04:59:35
32886         Log: adjust change#6299
32887      Branch: perl
32888            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
32889            ! win32/win32.c
32890 ____________________________________________________________________________
32891 [  6301] By: jhi                                   on 2000/07/04  04:50:07
32892         Log: Integrate with Sarathy.
32893      Branch: cfgperl
32894           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
32895           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
32896           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
32897 ____________________________________________________________________________
32898 [  6300] By: gsar                                  on 2000/07/04  04:42:09
32899         Log: PERL_OBJECT build tweak
32900      Branch: perl
32901            ! perl.h
32902 ____________________________________________________________________________
32903 [  6299] By: gsar                                  on 2000/07/04  04:37:00
32904         Log: fix memory leak on Windows (PL_sys_intern contents were never
32905              freed)
32906      Branch: perl
32907            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
32908            ! perlapi.c proto.h win32/win32.c
32909 ____________________________________________________________________________
32910 [  6298] By: gsar                                  on 2000/07/04  04:15:59
32911         Log: fix large memory leak that has been around for ever, masked by
32912              -DPURIFY (most of the arenas were never freed!)
32913      Branch: perl
32914            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
32915 ____________________________________________________________________________
32916 [  6297] By: gsar                                  on 2000/07/04  04:07:46
32917         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32918      Branch: perl
32919            ! perl.c
32920 ____________________________________________________________________________
32921 [  6296] By: jhi                                   on 2000/06/30  18:28:37
32922         Log: Elaborate POSIX.pod.  Still needs work.
32923      Branch: cfgperl
32924            ! ext/POSIX/POSIX.pod
32925 ____________________________________________________________________________
32926 [  6295] By: jhi                                   on 2000/06/30  14:58:18
32927         Log: Point to perlipc for more SysV IPC examples.
32928      Branch: cfgperl
32929            ! pod/perlfunc.pod
32930 ____________________________________________________________________________
32931 [  6294] By: gsar                                  on 2000/06/30  14:47:45
32932         Log: slurp mode fix in change#4736 still not quite right
32933      Branch: perl
32934            ! pp_hot.c t/io/argv.t
32935 ____________________________________________________________________________
32936 [  6293] By: jhi                                   on 2000/06/30  12:02:55
32937         Log: Integrate with Sarathy.
32938      Branch: cfgperl
32939           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
32940 ____________________________________________________________________________
32941 [  6292] By: jhi                                   on 2000/06/30  12:01:11
32942         Log: From: simon@brecon.co.uk (Simon Cozens)
32943              Subject: UTF8 concat
32944              Date: 30 Jun 2000 06:13:25 GMT
32945              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
32946      Branch: cfgperl
32947            ! pp_hot.c
32948 ____________________________________________________________________________
32949 [  6291] By: gsar                                  on 2000/06/30  04:37:33
32950         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32951              when @_ is modified, causing coredumps
32952      Branch: perl
32953            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
32954 ____________________________________________________________________________
32955 [  6290] By: jhi                                   on 2000/06/30  02:21:44
32956         Log: Integrate with Sarathy.
32957      Branch: cfgperl
32958           !> vms/vms.c vms/vmsish.h
32959 ____________________________________________________________________________
32960 [  6289] By: jhi                                   on 2000/06/30  02:21:02
32961         Log: Check VERSIONs.
32962      Branch: cfgperl
32963            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32964            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32965            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32966 ____________________________________________________________________________
32967 [  6288] By: jhi                                   on 2000/06/30  02:18:52
32968         Log: Integrate with Sarathy.
32969      Branch: cfgperl
32970           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
32971           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32972           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32973           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
32974 ____________________________________________________________________________
32975 [  6287] By: gsar                                  on 2000/06/30  02:17:08
32976         Log: integrate vmsperl changes into mainline
32977      Branch: perl
32978           !> vms/vms.c vms/vmsish.h
32979 ____________________________________________________________________________
32980 [  6285] By: gsar                                  on 2000/06/30  02:05:28
32981         Log: localize %INC in a Safe compartment so that use/require work
32982              (many other magic globals probably need similar treatment)
32983      Branch: perl
32984            ! ext/Opcode/Opcode.xs
32985 ____________________________________________________________________________
32986 [  6284] By: gsar                                  on 2000/06/30  01:54:54
32987         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
32988              about Windows
32989      Branch: perl
32990            ! pod/perlembed.pod
32991 ____________________________________________________________________________
32992 [  6283] By: jhi                                   on 2000/06/30  01:50:10
32993         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
32994              From: Barrie Slaymaker <barries@jester.slaysys.com>
32995              Date: Wed, 28 Jun 2000 11:35:29 -0400
32996              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32997      Branch: perl
32998            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32999            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
33000            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33001            ! lib/File/Spec/Win32.pm
33002 ____________________________________________________________________________
33003 [  6282] By: jhi                                   on 2000/06/29  22:57:22
33004         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
33005              From: Dan Sugalski <dan@sidhe.org>
33006              Date: Tue, 06 Jun 2000 11:59:50 -0400
33007              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
33008      Branch: cfgperl
33009            ! vms/vms.c
33010 ____________________________________________________________________________
33011 [  6281] By: jhi                                   on 2000/06/29  22:52:50
33012         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
33013              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33014              Date: Wed, 7 Jun 2000 04:02:04 -0500
33015              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
33016      Branch: cfgperl
33017            ! utils/h2xs.PL
33018 ____________________________________________________________________________
33019 [  6280] By: jhi                                   on 2000/06/29  22:45:47
33020         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
33021              From: rspier@pobox.com (Robert Spier)
33022              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
33023              Message-ID: <14654.31913.845602.610277@rls.cx>
33024      Branch: cfgperl
33025            ! utils/h2xs.PL
33026 ____________________________________________________________________________
33027 [  6279] By: jhi                                   on 2000/06/29  22:38:16
33028         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
33029              From: Tim Ayers <tayers@bridge.com>
33030              Date: Thu, 08 Jun 2000 08:11:06 +0200
33031              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
33032              [resent by Richard Foley, Message-Id probably wrong]
33033      Branch: cfgperl
33034            ! pod/perlsub.pod
33035 ____________________________________________________________________________
33036 [  6278] By: jhi                                   on 2000/06/29  22:21:45
33037         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
33038              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
33039              Date: Fri, 09 Jun 2000 12:39:27 -0400
33040              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
33041              (plus update the version "number" of Text::Wrap)
33042      Branch: cfgperl
33043            ! lib/Text/Wrap.pm
33044 ____________________________________________________________________________
33045 [  6277] By: jhi                                   on 2000/06/29  22:13:10
33046         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
33047              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33048              Date: Mon, 12 Jun 2000 14:55:59 +0100
33049              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
33050      Branch: cfgperl
33051            ! pod/perlfunc.pod
33052 ____________________________________________________________________________
33053 [  6276] By: jhi                                   on 2000/06/29  22:11:06
33054         Log: Subject: [PATCH] Re: eval documentation: context
33055              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33056              Date: Mon, 12 Jun 2000 15:07:29 +0100
33057              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
33058      Branch: cfgperl
33059            ! pod/perlfunc.pod
33060 ____________________________________________________________________________
33061 [  6275] By: jhi                                   on 2000/06/29  21:59:46
33062         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
33063              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33064              Date: Tue, 13 Jun 2000 02:43:48 -0500
33065              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
33066      Branch: cfgperl
33067            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33068 ____________________________________________________________________________
33069 [  6274] By: jhi                                   on 2000/06/29  21:56:14
33070         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
33071              From: Andy Dougherty <doughera@lafayette.edu>
33072              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
33073              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
33074      Branch: cfgperl
33075            ! ext/File/Glob/Glob.pm
33076 ____________________________________________________________________________
33077 [  6273] By: jhi                                   on 2000/06/29  21:49:09
33078         Log: Subject: [PATCH] xsub attributes
33079              From: Doug MacEachern <dougm@covalent.net>
33080              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
33081              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
33082      Branch: cfgperl
33083            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
33084            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
33085 ____________________________________________________________________________
33086 [  6272] By: jhi                                   on 2000/06/29  21:41:28
33087         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
33088              From: Tom Phoenix <rootbeer@redcat.com>
33089              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
33090              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
33091      Branch: cfgperl
33092            ! lib/Net/Ping.pm
33093 ____________________________________________________________________________
33094 [  6271] By: jhi                                   on 2000/06/29  21:36:55
33095         Log: Subject: PATCH pod/perltie.pod
33096              From: Ian Phillipps <Ian.Phillipps@iname.com>
33097              Date: Fri, 16 Jun 2000 00:17:19 +0100
33098              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
33099              (only the first hunk, the second hunk had already been done
33100              by some other patch)
33101      Branch: cfgperl
33102            ! pod/perltie.pod
33103 ____________________________________________________________________________
33104 [  6270] By: jhi                                   on 2000/06/29  21:24:51
33105         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
33106              From: Nicholas Clark <nick@talking.bollo.cx>
33107              Date: Fri, 23 Jun 2000 16:21:15 +0100
33108              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
33109      Branch: cfgperl
33110            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
33111            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
33112 ____________________________________________________________________________
33113 [  6269] By: jhi                                   on 2000/06/29  19:38:15
33114         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
33115              silence few compiler warnings.
33116      Branch: cfgperl
33117            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
33118 ____________________________________________________________________________
33119 [  6268] By: jhi                                   on 2000/06/29  18:21:50
33120         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
33121              From: Dominic Dunlop <domo@computer.org> 
33122              Date: Thu, 29 Jun 2000 12:32:39 +0200 
33123              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
33124      Branch: cfgperl
33125            ! t/op/sprintf.t
33126 ____________________________________________________________________________
33127 [  6267] By: jhi                                   on 2000/06/29  18:16:07
33128         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
33129              From: Doug MacEachern <dougm@covalent.net>
33130              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
33131              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
33132      Branch: cfgperl
33133            + t/op/method2entersub.t
33134            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
33135            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33136            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
33137            ! xsutils.c
33138 ____________________________________________________________________________
33139 [  6266] By: jhi                                   on 2000/06/29  15:11:15
33140         Log: Subject: [PATCH 5.6.0] cygwin port
33141              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
33142              From: "Fifer, Eric" <EFifer@sanwaint.com>
33143              Date: Thu, 29 Jun 2000 12:58:29 +0100
33144      Branch: cfgperl
33145            ! cygwin/Makefile.SHs
33146 ____________________________________________________________________________
33147 [  6265] By: jhi                                   on 2000/06/29  15:04:05
33148         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
33149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33150              Date: Wed, 28 Jun 2000 17:50:12 -0700
33151              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
33152      Branch: cfgperl
33153            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33154 ____________________________________________________________________________
33155 [  6264] By: jhi                                   on 2000/06/29  15:00:57
33156         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
33157              From: Marty Lucich <marty@netcom.com>
33158              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
33159              Message-Id: <200006282116.OAA11148@netcom.com>
33160              ccdlflags update (the BSD/OS 4.1 part had already been taken
33161              care of by #6141).
33162      Branch: cfgperl
33163            ! hints/bsdos.sh
33164 ____________________________________________________________________________
33165 [  6263] By: jhi                                   on 2000/06/29  13:47:44
33166         Log: tr fixes from Simon Cozens
33167      Branch: cfgperl
33168            ! doop.c
33169 ____________________________________________________________________________
33170 [  6262] By: jhi                                   on 2000/06/28  18:46:01
33171         Log: Subject: 5.6.0 Patch for EPOC
33172              From: Olaf Flebbe <o.flebbe@gmx.de>
33173              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
33174              Message-ID: <23449.960929969@www11.gmx.net>
33175      Branch: cfgperl
33176            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
33177            ! epoc/epocish.h
33178 ____________________________________________________________________________
33179 [  6261] By: jhi                                   on 2000/06/28  18:29:07
33180         Log: Subject: Re: [PATCH cfgperl] BOMs away!
33181              From: simon@brecon.co.uk (Simon Cozens)
33182              Date: 17 Jun 2000 11:49:57 GMT
33183              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
33184      Branch: cfgperl
33185            ! pod/perldiag.pod t/comp/require.t toke.c
33186 ____________________________________________________________________________
33187 [  6260] By: jhi                                   on 2000/06/28  17:47:16
33188         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
33189              From: simon@brecon.co.uk (Simon Cozens) 
33190              Date: 17 Jun 2000 11:56:44 GMT 
33191              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
33192              pack U0, pack C0
33193      Branch: cfgperl
33194            ! pod/perlfunc.pod pp.c t/op/pack.t
33195 ____________________________________________________________________________
33196 [  6259] By: jhi                                   on 2000/06/28  16:43:17
33197         Log: perlnewmod was missing from MANIFEST.
33198      Branch: cfgperl
33199            ! MANIFEST
33200 ____________________________________________________________________________
33201 [  6258] By: jhi                                   on 2000/06/28  15:54:30
33202         Log: linenumber tweak
33203      Branch: cfgperl
33204            ! t/pragma/warn/regcomp
33205 ____________________________________________________________________________
33206 [  6257] By: jhi                                   on 2000/06/28  15:50:44
33207         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
33208              From: Doug MacEachern <dougm@covalent.net>
33209              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
33210              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
33211              (one part of the patch had been applied earlier)
33212      Branch: cfgperl
33213            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
33214 ____________________________________________________________________________
33215 [  6256] By: jhi                                   on 2000/06/28  15:40:22
33216         Log: tweaks from Simon Cozens to further fix tr/// under utf8
33217      Branch: cfgperl
33218            ! doop.c
33219 ____________________________________________________________________________
33220 [  6255] By: jhi                                   on 2000/06/28  15:33:45
33221         Log: small thinko tweaks
33222      Branch: cfgperl
33223            ! lib/IPC/Open3.pm t/op/my_stash.t
33224 ____________________________________________________________________________
33225 [  6254] By: jhi                                   on 2000/06/28  15:33:25
33226         Log: Subject: tr///, help wanted.
33227              From: simon@brecon.co.uk (Simon Cozens)
33228              Date: 28 Jun 2000 11:29:04 GMT
33229              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
33230      Branch: cfgperl
33231            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33232            ! pp_proto.h proto.h t/op/tr.t
33233 ____________________________________________________________________________
33234 [  6253] By: jhi                                   on 2000/06/28  15:09:17
33235         Log: Paranoia tweak on #6249.
33236              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33237              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33238              Date: Sun, 25 Jun 2000 23:43:12 -0400
33239              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
33240      Branch: cfgperl
33241            ! lib/IPC/Open3.pm
33242 ____________________________________________________________________________
33243 [  6252] By: jhi                                   on 2000/06/28  15:01:38
33244         Log: Document #6249 and #6251.
33245      Branch: cfgperl
33246            ! lib/Exporter.pm lib/IPC/Open3.pm
33247 ____________________________________________________________________________
33248 [  6251] By: jhi                                   on 2000/06/28  14:50:43
33249         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
33250              From: Doug MacEachern <dougm@covalent.net>
33251              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
33252              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
33253      Branch: cfgperl
33254            ! lib/Exporter.pm
33255 ____________________________________________________________________________
33256 [  6250] By: jhi                                   on 2000/06/28  14:45:23
33257         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
33258              From: Doug MacEachern <dougm@covalent.net>
33259              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
33260              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
33261      Branch: cfgperl
33262            + t/op/my_stash.t
33263            ! MANIFEST embed.pl global.sym proto.h toke.c
33264 ____________________________________________________________________________
33265 [  6249] By: jhi                                   on 2000/06/28  14:36:34
33266         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
33267              From: Frank Tobin <ftobin@uiuc.edu>
33268              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
33269              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
33270      Branch: cfgperl
33271            ! lib/IPC/Open3.pm
33272 ____________________________________________________________________________
33273 [  6248] By: jhi                                   on 2000/06/28  14:11:25
33274         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
33275              From: Mark-Jason Dominus <mjd@plover.com>
33276              Date: Tue, 27 Jun 2000 22:36:42 -0400
33277              Message-ID: <20000628023642.12166.qmail@plover.com>
33278      Branch: cfgperl
33279            ! pod/perlfunc.pod
33280 ____________________________________________________________________________
33281 [  6247] By: jhi                                   on 2000/06/27  12:46:37
33282         Log: Tweak $VERSION, patch from Doug MacEachern.
33283      Branch: cfgperl
33284            ! lib/File/Spec.pm
33285 ____________________________________________________________________________
33286 [  6246] By: jhi                                   on 2000/06/27  03:34:46
33287         Log: Allow for standalone testing.
33288      Branch: cfgperl
33289            ! t/lib/filefunc.t t/lib/filespec.t
33290 ____________________________________________________________________________
33291 [  6245] By: jhi                                   on 2000/06/27  02:50:02
33292         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
33293              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33294              Date: Sat, 24 Jun 2000 13:06:20 +0100
33295              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
33296      Branch: cfgperl
33297            ! ext/DynaLoader/DynaLoader_pm.PL
33298 ____________________________________________________________________________
33299 [  6244] By: jhi                                   on 2000/06/27  02:46:10
33300         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
33301              From: Doug MacEachern <dougm@covalent.net>
33302              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
33303              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
33304      Branch: cfgperl
33305            ! gv.c sv.c t/lib/peek.t
33306 ____________________________________________________________________________
33307 [  6243] By: jhi                                   on 2000/06/27  02:38:07
33308         Log: Subject: [PATCH] is_utf8_string
33309              From: simon@brecon.co.uk (Simon Cozens)
33310              Date: 26 Jun 2000 02:25:59 GMT
33311              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
33312      Branch: cfgperl
33313            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
33314            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
33315            ! proto.h utf8.c
33316 ____________________________________________________________________________
33317 [  6242] By: jhi                                   on 2000/06/27  02:24:00
33318         Log: Subject: [PATCH] bytes<->utf8 fixes
33319              From: simon@brecon.co.uk (Simon Cozens)
33320              Date: 26 Jun 2000 04:55:45 GMT
33321              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
33322      Branch: cfgperl
33323            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
33324 ____________________________________________________________________________
33325 [  6241] By: jhi                                   on 2000/06/27  02:12:42
33326         Log: Do no -warn on \_, only on \alpha.
33327              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
33328              From: David Dyck <dcd@tc.fluke.com>
33329              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
33330              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
33331      Branch: cfgperl
33332            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33333 ____________________________________________________________________________
33334 [  6240] By: jhi                                   on 2000/06/27  02:00:01
33335         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
33336              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33337              Date: Mon, 26 Jun 2000 18:40:14 +0100
33338              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
33339      Branch: cfgperl
33340            ! utils/h2xs.PL
33341 ____________________________________________________________________________
33342 [  6239] By: jhi                                   on 2000/06/27  01:53:40
33343         Log: Configure maintenance.  Sever some dependency cycles,
33344              separate gccversion from the cc unit,
33345              address [ID 20000623.006] Configure script patch for using gcc on AIX
33346              (but solve it a little bit differently),
33347              unduplex some accidentally duplicated units,
33348              suggest using gcc if no cc available
33349              (p5p thread: "Solaris configure: counterproposal", 1999-09)
33350      Branch: cfgperl
33351            ! Configure Todo-5.6 config_h.SH
33352      Branch: metaconfig
33353            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
33354            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
33355      Branch: metaconfig/U/perl
33356            + gccvers.U
33357            ! d_getespwnam.U d_getprpwnam.U i_prot.U
33358 ____________________________________________________________________________
33359 [  6238] By: jhi                                   on 2000/06/25  18:04:56
33360         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
33361              From: Dan Sugalski <dan@sidhe.org>
33362              Date: Fri, 23 Jun 2000 17:00:00 -0400
33363              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
33364      Branch: cfgperl
33365            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
33366 ____________________________________________________________________________
33367 [  6237] By: jhi                                   on 2000/06/25  16:36:45
33368         Log: Tweak embed.pl, regen headers.
33369      Branch: cfgperl
33370            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
33371            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
33372            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
33373            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
33374            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
33375 ____________________________________________________________________________
33376 [  6236] By: jhi                                   on 2000/06/25  15:26:42
33377         Log: Regen headers.
33378      Branch: cfgperl
33379            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
33380            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
33381            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
33382            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
33383            ! regnodes.h warnings.h
33384 ____________________________________________________________________________
33385 [  6235] By: jhi                                   on 2000/06/23  19:39:35
33386         Log: The thread begun by
33387              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
33388              From: Kevin.Ruscoe@ubsw.com
33389              Date: Fri, 16 Jun 2000 16:38:51 +0100
33390              Message-Id: <H000019b03c300d6@MHS>
33391      Branch: cfgperl
33392            ! hints/solaris_2.sh
33393 ____________________________________________________________________________
33394 [  6234] By: jhi                                   on 2000/06/23  19:23:36
33395         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
33396              because when run as services (Win32ese for daemons)
33397              no environment variables are set and tmpdir ends up as /tmp,
33398              which is ambiguous.
33399              
33400              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
33401              From: matt@sergeant.org
33402              Date: 16 Jun 2000 16:30:43 -0000
33403              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
33404      Branch: cfgperl
33405            ! lib/File/Spec/Win32.pm
33406 ____________________________________________________________________________
33407 [  6233] By: jhi                                   on 2000/06/23  19:18:58
33408         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
33409              From: Mark-Jason Dominus <mjd@plover.com>
33410              Date: Fri, 16 Jun 2000 20:53:04 -0400
33411              Message-ID: <20000617005304.8008.qmail@plover.com>
33412      Branch: cfgperl
33413            ! op.h
33414 ____________________________________________________________________________
33415 [  6232] By: jhi                                   on 2000/06/23  16:10:02
33416         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
33417              From: simon@brecon.co.uk (Simon Cozens)
33418              Date: 19 Jun 2000 15:18:27 GMT
33419              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
33420              
33421              plus update pod/Makefile and regenerate perltoc
33422      Branch: cfgperl
33423            + pod/perlutil.pod
33424            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
33425 ____________________________________________________________________________
33426 [  6231] By: jhi                                   on 2000/06/23  15:19:18
33427         Log: Subject: [PATCH 5.6.0] cygwin port
33428              From: "Fifer, Eric" <EFifer@sanwaint.com>
33429              Date: Tue, 20 Jun 2000 14:30:58 +0100
33430              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
33431      Branch: cfgperl
33432            ! README.cygwin lib/File/Find.pm
33433 ____________________________________________________________________________
33434 [  6230] By: jhi                                   on 2000/06/23  14:25:21
33435         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
33436      Branch: cfgperl
33437            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
33438            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
33439            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33440            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
33441 ____________________________________________________________________________
33442 [  6229] By: jhi                                   on 2000/06/23  14:13:34
33443         Log: Subject: README.hpux version 0.6.1
33444              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
33445              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33446              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
33447      Branch: cfgperl
33448            ! README.hpux
33449 ____________________________________________________________________________
33450 [  6228] By: jhi                                   on 2000/06/23  14:07:20
33451         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
33452              From: Doug MacEachern <dougm@covalent.net>
33453              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
33454              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
33455      Branch: cfgperl
33456            ! op.c
33457 ____________________________________________________________________________
33458 [  6227] By: jhi                                   on 2000/06/23  14:01:06
33459         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
33460              From: Doug MacEachern <dougm@covalent.net>
33461              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
33462              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
33463      Branch: cfgperl
33464            + lib/lib.pm.PL
33465            - lib/lib.pm
33466            ! MANIFEST Makefile.SH
33467 ____________________________________________________________________________
33468 [  6226] By: jhi                                   on 2000/06/23  13:53:07
33469         Log: Subject: [PATCH] remove forward declarations in Socket.pm
33470              From: Doug MacEachern <dougm@covalent.net>
33471              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
33472              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
33473              
33474              From: Doug MacEachern <dougm@covalent.net>
33475              Subject: Re: [PATCH] remove forward declarations in Socket.pm
33476              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
33477              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
33478      Branch: cfgperl
33479            ! ext/Socket/Socket.pm op.c
33480 ____________________________________________________________________________
33481 [  6225] By: jhi                                   on 2000/06/23  13:41:52
33482         Log: Add source code filenames to apidoc.
33483              From: simon@brecon.co.uk (Simon Cozens)
33484              Subject: [PATCH embed.pl] Source X-ref
33485              Date: 22 Jun 2000 02:18:49 GMT
33486              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
33487      Branch: cfgperl
33488            ! embed.pl
33489 ____________________________________________________________________________
33490 [  6224] By: jhi                                   on 2000/06/23  13:32:33
33491         Log: A way to avoid English.pm performance hit.
33492              From: root <root@jester.slaysys.com>
33493              Subject: [YAPATCH English.pm] My turn to putt again
33494              Date: Thu, 22 Jun 2000 20:33:58 -0400
33495              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
33496      Branch: cfgperl
33497            ! lib/English.pm t/lib/english.t
33498 ____________________________________________________________________________
33499 [  6223] By: jhi                                   on 2000/06/23  13:27:06
33500         Log: Avoid double close().
33501              Subject: [PATCH] avoid double close()
33502              From: Doug MacEachern <dougm@covalent.net>
33503              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
33504              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
33505      Branch: cfgperl
33506            ! doio.c
33507 ____________________________________________________________________________
33508 [  6222] By: jhi                                   on 2000/06/23  13:25:54
33509         Log: doc typo fix
33510              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
33511              From: Ian Phillipps <Ian.Phillipps@iname.com>
33512              Date: Fri, 23 Jun 2000 10:40:58 +0100
33513              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
33514      Branch: cfgperl
33515            ! lib/Pod/Usage.pm
33516 ____________________________________________________________________________
33517 [  6221] By: jhi                                   on 2000/06/23  13:24:15
33518         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
33519              From: simon@brecon.co.uk (Simon Cozens)
33520              Subject: [PATCH] Eliminate tr///[CU][CU]
33521              Date: 23 Jun 2000 11:05:40 GMT
33522              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
33523      Branch: cfgperl
33524            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
33525 ____________________________________________________________________________
33526 [  6220] By: jhi                                   on 2000/06/22  16:07:51
33527         Log: Win32 patches from Benjamin Stuhl.
33528      Branch: cfgperl
33529            ! makedef.pl win32/win32.h
33530 ____________________________________________________________________________
33531 [  6219] By: jhi                                   on 2000/06/22  16:06:34
33532         Log: Bytecode patches from Benjamin Stuhl.
33533      Branch: cfgperl
33534            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33535            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
33536            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33537 ____________________________________________________________________________
33538 [  6218] By: jhi                                   on 2000/06/15  23:54:16
33539         Log: Bytecode patches from Benjamin Stuhl.
33540      Branch: cfgperl
33541            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33542 ____________________________________________________________________________
33543 [  6217] By: jhi                                   on 2000/06/09  13:38:29
33544         Log: Rename the fdpid locking and integrate with Sarathy.
33545      Branch: cfgperl
33546            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
33547            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
33548            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
33549            ! win32/win32.c
33550           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
33551 ____________________________________________________________________________
33552 [  6216] By: gsar                                  on 2000/06/08  14:54:21
33553         Log: be more optimal about clearing @_
33554      Branch: perl
33555            ! cop.h
33556 ____________________________________________________________________________
33557 [  6215] By: gsar                                  on 2000/06/08  14:33:04
33558         Log: tweak comment about @DB::args
33559      Branch: perl
33560            ! av.h pp_ctl.c
33561 ____________________________________________________________________________
33562 [  6214] By: gsar                                  on 2000/06/08  13:57:54
33563         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
33564              caller() wants to populate @DB::args with it (causes a coredump
33565              in Carp::confess())
33566      Branch: perl
33567            ! cop.h t/op/runlevel.t
33568 ____________________________________________________________________________
33569 [  6213] By: gsar                                  on 2000/06/08  07:06:35
33570         Log: back out change#6106 (seems problematic)
33571      Branch: perl
33572            ! hints/solaris_2.sh
33573 ____________________________________________________________________________
33574 [  6212] By: jhi                                   on 2000/06/07  03:10:36
33575         Log: Continuing mopup for #6204.
33576      Branch: cfgperl
33577            ! ext/B/defsubs_h.PL
33578 ____________________________________________________________________________
33579 [  6211] By: jhi                                   on 2000/06/07  02:41:50
33580         Log: Mopup for #6204.
33581              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
33582              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
33583              This is comes from const() where POK isn't on when expected.
33584      Branch: cfgperl
33585            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
33586            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33587            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
33588            ! perlapi.h pod/perlapi.pod
33589 ____________________________________________________________________________
33590 [  6210] By: jhi                                   on 2000/06/07  01:56:29
33591         Log: Mopup for #6207 and #6209.
33592      Branch: cfgperl
33593            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
33594 ____________________________________________________________________________
33595 [  6209] By: jhi                                   on 2000/06/07  01:33:12
33596         Log: Lock PL_fdpid against race conditions, based on:
33597              Subject: [PATCH 5.6.0]subprocess fixup for threads
33598              From: Dan Sugalski <dan@sidhe.org>
33599              To: perl5-porters@perl.org
33600              Date: Tue, 11 Apr 2000 17:02:32 -0400
33601              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
33602      Branch: cfgperl
33603            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
33604            ! win32/win32.c
33605 ____________________________________________________________________________
33606 [  6208] By: jhi                                   on 2000/06/07  01:05:23
33607         Log: Regen headers for #6207.
33608      Branch: cfgperl
33609            ! embed.h global.sym objXSUB.h proto.h
33610 ____________________________________________________________________________
33611 [  6207] By: jhi                                   on 2000/06/06  23:43:13
33612         Log: Subject: [PATCH 5.6.0] Threadsafe patches
33613              From: Dan Sugalski <dan@sidhe.org>
33614              To: perl5-porters@perl.org
33615              Date: Mon, 08 May 2000 18:08:13 -0400
33616              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
33617      Branch: cfgperl
33618            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
33619            ! proto.h sv.h util.c
33620 ____________________________________________________________________________
33621 [  6206] By: jhi                                   on 2000/06/06  23:21:23
33622         Log: Subject: [PATCH] Eliminate $a/$b in pod
33623              From: David Glasser <me@davidglasser.net>
33624              To: perl5-porters@perl.org
33625              Date: Mon, 29 May 2000 21:15:59 -0400
33626              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
33627      Branch: cfgperl
33628            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
33629            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
33630            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
33631            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
33632            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
33633            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
33634            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
33635            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
33636            ! pod/perlvar.pod pod/perlxs.pod
33637 ____________________________________________________________________________
33638 [  6205] By: jhi                                   on 2000/06/06  23:12:14
33639         Log: Subject: [PATCH] Win32 improvements
33640              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
33641              To: gsar@activestate.com, perl5-porters@perl.org
33642              Date: Mon, 29 May 2000 17:22:24 PDT
33643              Message-ID: <20000530002224.91142.qmail@hotmail.com>
33644              (MUA had mangled many lines by wordwrapping)
33645      Branch: cfgperl
33646            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
33647 ____________________________________________________________________________
33648 [  6204] By: jhi                                   on 2000/06/06  23:01:50
33649         Log: Subject: [PATCH] B::Bytecode patches
33650              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
33651              To: gsar@activestate.com, jhi@iki.fi
33652              Cc: perl5-porters@perl.org
33653              Message-ID: <20000602202526.48694.qmail@hotmail.com>
33654              (MUA had mangled many lines by wordwrapping)
33655      Branch: cfgperl
33656            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
33657            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
33658            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33659            ! intrpvar.h perl.c
33660 ____________________________________________________________________________
33661 [  6203] By: jhi                                   on 2000/06/06  22:32:43
33662         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
33663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33664              Date: Tue, 06 Jun 2000 13:07:45 -0700
33665              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
33666      Branch: cfgperl
33667            ! pod/perldiag.pod
33668 ____________________________________________________________________________
33669 [  6202] By: jhi                                   on 2000/06/06  19:38:35
33670         Log: Integrate with Sarathy.
33671      Branch: cfgperl
33672           !> perl.c
33673 ____________________________________________________________________________
33674 [  6201] By: gsar                                  on 2000/06/06  00:42:59
33675         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
33676              does a PUSHMARK that's never ever POPMARKed; in general, only
33677              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
33678              Perl_eval_[sp]v() don't because they don't take any incoming
33679              arguments (this leak has been around since the original version
33680              of perl_eval_pv() in 5.003_97e)
33681      Branch: perl
33682            ! perl.c
33683 ____________________________________________________________________________
33684 [  6200] By: jhi                                   on 2000/06/04  03:44:52
33685         Log: Update to cperl-mode.el 4.31 from
33686              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
33687              Subject: A couple of notes
33688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33689              To: Mailing list Perl5 <perl5-porters@perl.org>
33690              Date: Sat, 3 Jun 2000 23:33:32 -0400
33691              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
33692      Branch: cfgperl
33693            ! emacs/cperl-mode.el
33694 ____________________________________________________________________________
33695 [  6199] By: jhi                                   on 2000/06/03  15:11:05
33696         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
33697              From: Dan Sugalski <dan@sidhe.org>
33698              To: perl5-porters@perl.org, vmsperl@perl.org
33699              Date: Fri, 02 Jun 2000 17:30:51 -0400
33700              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
33701      Branch: cfgperl
33702            ! vms/descrip_mms.template vms/gen_shrfls.pl
33703 ____________________________________________________________________________
33704 [  6198] By: jhi                                   on 2000/06/03  14:59:15
33705         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
33706              From: Dan Sugalski <dan@sidhe.org>
33707              To: vmsperl@perl.org, perl5-porters@perl.org
33708              Date: Fri, 02 Jun 2000 16:00:41 -0400
33709              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
33710              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
33711      Branch: cfgperl
33712            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
33713            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
33714            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
33715 ____________________________________________________________________________
33716 [  6197] By: jhi                                   on 2000/06/03  14:41:30
33717         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
33718              From: John Borwick <jhborwic@unity.ncsu.edu>
33719              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
33720              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
33721      Branch: cfgperl
33722            ! pod/perlsyn.pod
33723 ____________________________________________________________________________
33724 [  6196] By: jhi                                   on 2000/06/03  14:38:09
33725         Log: Integrate with Sarathy.
33726      Branch: cfgperl
33727           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
33728           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
33729           !> vms/perly_c.vms
33730 ____________________________________________________________________________
33731 [  6195] By: gsar                                  on 2000/06/02  22:43:13
33732         Log: fix yet another eval"" leak under USE_ITHREADS
33733      Branch: perl
33734            ! op.c
33735 ____________________________________________________________________________
33736 [  6194] By: gsar                                  on 2000/06/02  18:22:06
33737         Log: fix small eval"" memory leaks under USE_ITHREADS
33738      Branch: perl
33739            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
33740            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
33741            ! vms/perly_c.vms
33742 ____________________________________________________________________________
33743 [  6193] By: jhi                                   on 2000/06/01  13:03:56
33744         Log: Signals-be-gone for microperl.
33745      Branch: cfgperl
33746            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
33747 ____________________________________________________________________________
33748 [  6192] By: jhi                                   on 2000/06/01  12:52:02
33749         Log: Integrate with Sarathy.
33750      Branch: cfgperl
33751           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
33752           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
33753           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
33754           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
33755           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
33756           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
33757           !> t/op/vec.t utils/h2xs.PL
33758 ____________________________________________________________________________
33759 [  6191] By: gsar                                  on 2000/06/01  09:38:21
33760         Log: vec() loses numericalness (modified version of patch suggested
33761              by Robin Barker)
33762      Branch: perl
33763            ! doop.c t/op/vec.t
33764 ____________________________________________________________________________
33765 [  6190] By: gsar                                  on 2000/06/01  09:26:15
33766         Log: submit missing embed.pl change
33767      Branch: perl
33768            ! embed.pl
33769 ____________________________________________________________________________
33770 [  6189] By: gsar                                  on 2000/06/01  09:05:34
33771         Log: counting tr/// corrupts later operation (from M.J.T Guy)
33772      Branch: perl
33773            ! doop.c t/op/tr.t
33774 ____________________________________________________________________________
33775 [  6188] By: gsar                                  on 2000/06/01  08:58:39
33776         Log: h2xs tweaks
33777      Branch: perl
33778            ! utils/h2xs.PL
33779 ____________________________________________________________________________
33780 [  6187] By: gsar                                  on 2000/06/01  08:50:07
33781         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
33782              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33783      Branch: perl
33784            + lib/Pod/LaTeX.pm
33785            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
33786            ! pod/pod2latex.PL
33787 ____________________________________________________________________________
33788 [  6186] By: gsar                                  on 2000/06/01  08:24:40
33789         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
33790              <wolfgang.laun@alcatel.at>)
33791      Branch: perl
33792            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
33793            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
33794 ____________________________________________________________________________
33795 [  6185] By: gsar                                  on 2000/06/01  08:12:00
33796         Log: remove incorrect documentation about implicit split to @_ in
33797              list context, which never really worked in perl 5 (from
33798              M.J.T. Guy)
33799      Branch: perl
33800            ! pod/perlfunc.pod pod/perltrap.pod
33801 ____________________________________________________________________________
33802 [  6184] By: gsar                                  on 2000/06/01  07:52:27
33803         Log: tweak for change#6127
33804      Branch: perl
33805            ! perl.c
33806 ____________________________________________________________________________
33807 [  6183] By: gsar                                  on 2000/06/01  07:41:02
33808         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
33809              <nick@ccl4.org>)
33810      Branch: perl
33811            + t/lib/selfloader.t
33812            ! MANIFEST lib/SelfLoader.pm
33813 ____________________________________________________________________________
33814 [  6182] By: jhi                                   on 2000/06/01  00:34:42
33815         Log: Be Cleaner Part Deux.
33816      Branch: cfgperl
33817            ! Makefile.SH
33818 ____________________________________________________________________________
33819 [  6181] By: jhi                                   on 2000/06/01  00:32:09
33820         Log: Integrate with Sarathy.
33821      Branch: cfgperl
33822           !> pp.c t/op/arith.t
33823 ____________________________________________________________________________
33824 [  6180] By: jhi                                   on 2000/06/01  00:31:13
33825         Log: microperl nits from Simon Cozens.
33826      Branch: cfgperl
33827            + uconfig.h
33828            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
33829            ! unixish.h
33830 ____________________________________________________________________________
33831 [  6179] By: gsar                                  on 2000/05/31  22:37:51
33832         Log: buggy modulus on UVs introduced by change#3378 (resulted in
33833              4063328477 % 65535 amounting to 27406, instead of 27407)
33834      Branch: perl
33835            ! pp.c t/op/arith.t
33836 ____________________________________________________________________________
33837 [  6178] By: jhi                                   on 2000/05/31  21:52:41
33838         Log: Be cleaner.
33839      Branch: cfgperl
33840            ! Makefile.SH
33841 ____________________________________________________________________________
33842 [  6177] By: jhi                                   on 2000/05/31  21:47:33
33843         Log: Substitution utf8 patch from Simon Cozens.
33844      Branch: cfgperl
33845            ! pp_hot.c
33846 ____________________________________________________________________________
33847 [  6176] By: jhi                                   on 2000/05/31  21:45:34
33848         Log: Single-quoted utf8 patch from Simon Cozens.
33849      Branch: cfgperl
33850            ! toke.c
33851 ____________________________________________________________________________
33852 [  6175] By: jhi                                   on 2000/05/31  21:40:18
33853         Log: Integrate with Sarathy.
33854      Branch: cfgperl
33855           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
33856 ____________________________________________________________________________
33857 [  6174] By: jhi                                   on 2000/05/31  21:37:31
33858         Log: microperl changes from Simon Cozens; Makefile for microperl
33859              written from scratch; few casts added as microperl compilation
33860              doesn't have all prototypes available.
33861      Branch: cfgperl
33862            + Makefile.micro README.micro Todo.micro uconfig.sh
33863            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
33864            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
33865      Branch: metaconfig
33866            + U/modified/Config_h.U
33867 ____________________________________________________________________________
33868 [  6173] By: jhi                                   on 2000/05/31  20:00:24
33869         Log: metaconfig maintenance.
33870      Branch: metaconfig
33871            + U/modified/Inhdr.U U/typedefs/inotype.U
33872      Branch: metaconfig/U/perl
33873            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
33874            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
33875 ____________________________________________________________________________
33876 [  6172] By: gsar                                  on 2000/05/31  05:05:42
33877         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
33878              (from Ilya Zakharevich)
33879      Branch: perl
33880            ! regexec.c t/op/re_tests
33881 ____________________________________________________________________________
33882 [  6171] By: gsar                                  on 2000/05/31  05:01:47
33883         Log: scalar() doesn't force scalar context when used in void context
33884              (from Simon Cozens)
33885      Branch: perl
33886            ! op.c t/op/wantarray.t
33887 ____________________________________________________________________________
33888 [  6170] By: gsar                                  on 2000/05/31  04:41:33
33889         Log: change#6142 needs tweaks to tests to work where there's no symlink()
33890              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33891      Branch: perl
33892            ! t/lib/filefind.t
33893 ____________________________________________________________________________
33894 [  6169] By: gsar                                  on 2000/05/31  04:29:49
33895         Log: integrate cfgperl contents into mainline
33896      Branch: perl
33897           +> pod/perlmodlib.PL pod/perlnewmod.pod
33898           !> (integrate 42 files)
33899 ____________________________________________________________________________
33900 [  6168] By: jhi                                   on 2000/05/30  22:53:37
33901         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
33902      Branch: cfgperl
33903            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33904            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
33905            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
33906            ! win32/config.bc win32/config.gc win32/config.vc
33907            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33908            ! win32/config_h.PL win32/config_sh.PL
33909      Branch: metaconfig/U/perl
33910            ! perlxv.U
33911 ____________________________________________________________________________
33912 [  6167] By: jhi                                   on 2000/05/30  22:20:21
33913         Log: tweak todo 
33914      Branch: cfgperl
33915            ! Todo-5.6
33916 ____________________________________________________________________________
33917 [  6166] By: jhi                                   on 2000/05/30  22:11:51
33918         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
33919              in case somebody wants to write an extension for more
33920              shadow database interfaces.
33921      Branch: cfgperl
33922            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33923            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
33924            ! vos/config.def vos/config.h vos/config_h.SH_orig
33925            ! win32/config.bc win32/config.gc win32/config.vc
33926            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33927      Branch: metaconfig
33928            ! U/modified/Myinit.U
33929      Branch: metaconfig/U/perl
33930            + d_getespwnam.U d_getprpwnam.U i_prot.U
33931 ____________________________________________________________________________
33932 [  6165] By: jhi                                   on 2000/05/30  18:35:34
33933         Log: Integrate with Sarathy.
33934      Branch: cfgperl
33935           !> op.c
33936 ____________________________________________________________________________
33937 [  6164] By: jhi                                   on 2000/05/30  18:30:16
33938         Log: detypo
33939      Branch: cfgperl
33940            ! Configure config_h.SH
33941      Branch: metaconfig/U/perl
33942            ! perlxv.U
33943 ____________________________________________________________________________
33944 [  6163] By: gsar                                  on 2000/05/30  03:24:03
33945         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33946      Branch: perl
33947            ! op.c
33948 ____________________________________________________________________________
33949 [  6162] By: gsar                                  on 2000/05/30  03:09:38
33950         Log: fix memory leak in method call optimization (change#3768);
33951              made C<eval "$x->foo()"> leak
33952      Branch: perl
33953            ! op.c
33954 ____________________________________________________________________________
33955 [  6161] By: jhi                                   on 2000/05/29  17:56:26
33956         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
33957              both from Simon Cozens.
33958      Branch: cfgperl
33959            + pod/perlmodlib.PL pod/perlnewmod.pod
33960            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
33961            ! pod/perlmodlib.pod pod/perltoc.pod
33962 ____________________________________________________________________________
33963 [  6160] By: jhi                                   on 2000/05/29  17:23:55
33964         Log: Changes for the File::Temp 0.08 (change #6159) test suite
33965              to fit better into the Perl distribution test framework.
33966      Branch: cfgperl
33967            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
33968            ! t/lib/ftmp-tempfile.t
33969 ____________________________________________________________________________
33970 [  6159] By: jhi                                   on 2000/05/29  16:55:36
33971         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
33972      Branch: cfgperl
33973            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33974            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33975 ____________________________________________________________________________
33976 [  6158] By: bailey                                on 2000/05/29  16:22:08
33977         Log: Add fallback to tmpfile for use in cases where user's relying on
33978              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
33979              Lane's patch)
33980      Branch: vmsperl
33981            ! vms/vms.c vms/vmsish.h
33982 ____________________________________________________________________________
33983 [  6157] By: jhi                                   on 2000/05/29  03:10:36
33984         Log: Regen Configure to jive with #6149.
33985      Branch: cfgperl
33986            ! Configure
33987      Branch: metaconfig
33988            ! U/modified/Getfile.U
33989 ____________________________________________________________________________
33990 [  6156] By: jhi                                   on 2000/05/29  03:01:38
33991         Log: Integrate with Sarathy.
33992      Branch: cfgperl
33993           +> ext/DynaLoader/dl_mac.xs
33994           !> (integrate 38 files)
33995 ____________________________________________________________________________
33996 [  6155] By: gsar                                  on 2000/05/28  21:15:58
33997         Log: small bug in change#6144; remove random \xA0 character that snuck
33998              in via change#6145
33999      Branch: perl
34000            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
34001 ____________________________________________________________________________
34002 [  6154] By: gsar                                  on 2000/05/28  21:04:19
34003         Log: avoid type mismatch warning
34004      Branch: perl
34005            ! perl.c
34006 ____________________________________________________________________________
34007 [  6153] By: gsar                                  on 2000/05/28  20:58:31
34008         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
34009              <nick@Bagpuss.uk.boo.com>)
34010      Branch: perl
34011            ! lib/Test/Harness.pm
34012 ____________________________________________________________________________
34013 [  6152] By: gsar                                  on 2000/05/28  20:53:42
34014         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
34015      Branch: perl
34016            ! regexec.c
34017 ____________________________________________________________________________
34018 [  6151] By: gsar                                  on 2000/05/28  20:50:28
34019         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
34020      Branch: perl
34021            ! regexec.c
34022 ____________________________________________________________________________
34023 [  6150] By: gsar                                  on 2000/05/28  20:39:58
34024         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
34025      Branch: perl
34026            ! pod/perlrequick.pod
34027 ____________________________________________________________________________
34028 [  6149] By: gsar                                  on 2000/05/28  20:35:16
34029         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
34030              <troc@netrus.net>)
34031      Branch: perl
34032            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
34033            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
34034            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
34035            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
34036 ____________________________________________________________________________
34037 [  6148] By: gsar                                  on 2000/05/28  20:21:07
34038         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
34039      Branch: perl
34040            ! lib/ExtUtils/MM_Unix.pm
34041 ____________________________________________________________________________
34042 [  6147] By: gsar                                  on 2000/05/28  20:12:41
34043         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
34044              (from Peter Prymmer)
34045      Branch: perl
34046            ! vms/subconfigure.com
34047 ____________________________________________________________________________
34048 [  6146] By: gsar                                  on 2000/05/28  20:06:15
34049         Log: doc typo
34050      Branch: perl
34051            ! lib/warnings.pm warnings.h warnings.pl
34052 ____________________________________________________________________________
34053 [  6145] By: gsar                                  on 2000/05/28  18:44:33
34054         Log: make xsubpp skip embedded pod (from Matthias Neeracher
34055              <neeri@iis.ee.ethz.ch>)
34056      Branch: perl
34057            ! lib/ExtUtils/xsubpp
34058 ____________________________________________________________________________
34059 [  6144] By: gsar                                  on 2000/05/28  18:42:49
34060         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
34061              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
34062              <neeri@iis.ee.ethz.ch>)
34063      Branch: perl
34064            ! lib/AutoSplit.pm
34065 ____________________________________________________________________________
34066 [  6143] By: gsar                                  on 2000/05/28  18:41:12
34067         Log: MacOS support, part 1 (from Matthias Neeracher
34068              <neeri@iis.ee.ethz.ch>)
34069      Branch: perl
34070            + ext/DynaLoader/dl_mac.xs
34071            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
34072            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
34073            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
34074            ! util.h
34075 ____________________________________________________________________________
34076 [  6142] By: gsar                                  on 2000/05/28  18:21:51
34077         Log: File::Find fails to chdir when chasing symlinks (from
34078              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34079      Branch: perl
34080            ! lib/File/Find.pm t/lib/filefind.t
34081 ____________________________________________________________________________
34082 [  6141] By: jhi                                   on 2000/05/28  14:25:15
34083         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
34084              forwarded by Peter Seebach from the bsdi-users mailing list.
34085              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
34086      Branch: perl
34087            ! hints/bsdos.sh
34088 ____________________________________________________________________________
34089 [  6140] By: jhi                                   on 2000/05/28  14:11:57
34090         Log: Integrate with Sarathy.
34091      Branch: cfgperl
34092           +> (branch 30 files)
34093           !> (integrate 93 files)
34094 ____________________________________________________________________________
34095 [  6139] By: gsar                                  on 2000/05/28  10:01:48
34096         Log: revise mktables.PL for bugs and newness in Unicode 3.0
34097              (from James Bence <jbence@amgen.com>)
34098      Branch: perl
34099            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
34100            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
34101            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
34102            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
34103            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
34104            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
34105            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
34106            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
34107            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
34108            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
34109            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
34110            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
34111            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
34112            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
34113            + lib/unicode/Is/SylWU.pl
34114            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
34115            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34116            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34117            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34118            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34119            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34120            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34121            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34122            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34123            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34124            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34125            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34126            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34127            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34128            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34129            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
34130            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
34131            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
34132            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
34133            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
34134            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
34135            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
34136            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
34137            ! lib/unicode/Makefile lib/unicode/mktables.PL
34138 ____________________________________________________________________________
34139 [  6138] By: gsar                                  on 2000/05/28  08:50:32
34140         Log: add note about the handling of negative indices to tied arrays
34141              (from Michael G Schwern <schwern@pobox.com>)
34142      Branch: perl
34143            ! pod/perltie.pod
34144 ____________________________________________________________________________
34145 [  6137] By: gsar                                  on 2000/05/28  08:46:10
34146         Log: fix bogus redeclaration warning for "our" variables in different
34147              scopes
34148      Branch: perl
34149            ! op.c t/pragma/strict-vars
34150 ____________________________________________________________________________
34151 [  6136] By: gsar                                  on 2000/05/28  08:31:20
34152         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
34153      Branch: perl
34154            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
34155 ____________________________________________________________________________
34156 [  6135] By: gsar                                  on 2000/05/28  08:17:50
34157         Log: enable Test::Harness to dynamically determine column width etc.
34158              (from Rob Napier <rnapier@employees.org>)
34159      Branch: perl
34160            ! lib/Test/Harness.pm
34161 ____________________________________________________________________________
34162 [  6134] By: gsar                                  on 2000/05/28  08:13:39
34163         Log: make Test::Harness use wait.h/WCOREDUMP if available
34164              (from Ben Tilly <ben_tilly@hotmail.com>)
34165      Branch: perl
34166            ! lib/Test/Harness.pm
34167 ____________________________________________________________________________
34168 [  6133] By: gsar                                  on 2000/05/28  08:08:05
34169         Log: elide bogus test in change#6132
34170      Branch: perl
34171            ! t/pragma/warn/9enabled
34172 ____________________________________________________________________________
34173 [  6132] By: gsar                                  on 2000/05/28  08:03:14
34174         Log: warnings::enabled() doesn't fall back to looking at $^W if
34175              caller isn't using lexical warnings (from Paul Marquess)
34176      Branch: perl
34177            ! pp_ctl.c t/pragma/warn/9enabled
34178 ____________________________________________________________________________
34179 [  6131] By: gsar                                  on 2000/05/28  07:57:47
34180         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
34181      Branch: perl
34182            ! ext/POSIX/POSIX.pm
34183 ____________________________________________________________________________
34184 [  6130] By: gsar                                  on 2000/05/28  07:29:12
34185         Log: fix places that mean C<"word" character> but say C<alphanumeric
34186              character>
34187      Branch: perl
34188            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
34189 ____________________________________________________________________________
34190 [  6129] By: gsar                                  on 2000/05/28  07:18:41
34191         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
34192      Branch: perl
34193            ! vms/test.com
34194 ____________________________________________________________________________
34195 [  6128] By: gsar                                  on 2000/05/28  07:12:55
34196         Log: new perlxstut example for passing/returning refs to arrays
34197              (from David Lowe <dlowe@pootpoot.com>)
34198      Branch: perl
34199            ! pod/perlxstut.pod
34200 ____________________________________________________________________________
34201 [  6127] By: gsar                                  on 2000/05/28  07:02:50
34202         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
34203              failed (from Gisle Aas)
34204      Branch: perl
34205            ! cop.h perl.c
34206 ____________________________________________________________________________
34207 [  6126] By: gsar                                  on 2000/05/28  06:39:53
34208         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
34209              (reworked variant of patch suggested by Simon Cozens)
34210      Branch: perl
34211            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
34212            ! pp_hot.c proto.h t/op/gv.t
34213 ____________________________________________________________________________
34214 [  6125] By: gsar                                  on 2000/05/28  05:14:55
34215         Log: enable propagating exception objects via Perl_croak() in XS code
34216              (from Gisle Aas)
34217      Branch: perl
34218            ! util.c
34219 ____________________________________________________________________________
34220 [  6124] By: gsar                                  on 2000/05/28  05:07:28
34221         Log: integrate vmsperl contents into mainline
34222      Branch: perl
34223           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
34224           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
34225           !> vms/vmsish.h
34226 ____________________________________________________________________________
34227 [  6123] By: gsar                                  on 2000/05/28  05:03:53
34228         Log: clarify gotcha with #line directives (from Rocco Caputo
34229              <troc@netrus.net>)
34230      Branch: perl
34231            ! pod/perldebug.pod pod/perlsyn.pod
34232 ____________________________________________________________________________
34233 [  6122] By: gsar                                  on 2000/05/28  04:58:29
34234         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
34235              (from Mark-Jason Dominus)
34236      Branch: perl
34237            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
34238            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
34239            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
34240            ! toke.c
34241 ____________________________________________________________________________
34242 [  6121] By: bailey                                on 2000/05/25  04:46:54
34243         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
34244              lists (based on fixes by Craig Berry)
34245      Branch: vmsperl
34246            ! lib/File/Spec/VMS.pm
34247 ____________________________________________________________________________
34248 [  6120] By: bailey                                on 2000/05/25  04:25:38
34249         Log: Add missing escape (Charles Lane)
34250      Branch: vmsperl
34251            ! t/op/lex_assign.t
34252 ____________________________________________________________________________
34253 [  6119] By: bailey                                on 2000/05/25  04:21:25
34254         Log: Quiet error messages in vmsish.t (Charles Lane)
34255      Branch: vmsperl
34256            ! vms/ext/vmsish.t
34257 ____________________________________________________________________________
34258 [  6118] By: bailey                                on 2000/05/25  04:17:57
34259         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
34260              Flatten case labels in switch statements uniformly (Charles Bailey)
34261      Branch: vmsperl
34262            ! vms/vms.c
34263 ____________________________________________________________________________
34264 [  6117] By: bailey                                on 2000/05/25  03:58:09
34265         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
34266      Branch: vmsperl
34267            ! vms/vmsish.h
34268 ____________________________________________________________________________
34269 [  6116] By: bailey                                on 2000/05/25  03:11:15
34270         Log: Miscellaneous cosmetic fixes (Charles Lane)
34271      Branch: vmsperl
34272            ! lib/ExtUtils/MM_VMS.pm
34273 ____________________________________________________________________________
34274 [  6115] By: bailey                                on 2000/05/25  03:10:36
34275         Log: Add bounds checking for several strings (Charles Lane)
34276      Branch: vmsperl
34277            ! vms/vms.c
34278 ____________________________________________________________________________
34279 [  6114] By: bailey                                on 2000/05/25  02:25:34
34280         Log: Urk -- undo previous removal of vmsish 'exit' change
34281      Branch: vmsperl
34282            ! vms/ext/vmsish.pm vms/vmsish.h
34283 ____________________________________________________________________________
34284 [  6113] By: bailey                                on 2000/05/24  02:24:40
34285         Log: Ugly workaround for version-specific RTL error
34286      Branch: vmsperl
34287            ! vms/vms.c
34288 ____________________________________________________________________________
34289 [  6112] By: bailey                                on 2000/05/24  02:19:55
34290         Log: Check for existence of file before trying to delete
34291      Branch: vmsperl
34292            ! vms/test.com
34293 ____________________________________________________________________________
34294 [  6111] By: bailey                                on 2000/05/23  23:35:13
34295         Log: Resync with mainline prior to post-5.6.0 updates
34296      Branch: vmsperl
34297           +> (branch 49 files)
34298            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
34299            ! vms/ext/vmsish.pm
34300           !> (integrate 334 files)
34301 ____________________________________________________________________________
34302 [  6110] By: jhi                                   on 2000/05/23  19:28:32
34303         Log: todo tweak
34304      Branch: cfgperl
34305            ! Todo-5.6
34306 ____________________________________________________________________________
34307 [  6109] By: jhi                                   on 2000/05/18  17:38:54
34308         Log: Integrate with Sarathy.
34309      Branch: cfgperl
34310           !> mg.c perl.h win32/perlhost.h
34311 ____________________________________________________________________________
34312 [  6108] By: gsar                                  on 2000/05/17  02:24:56
34313         Log: reenable fake signal handling on Windows, bugs and all
34314      Branch: perl
34315            ! mg.c perl.h win32/perlhost.h
34316 ____________________________________________________________________________
34317 [  6107] By: jhi                                   on 2000/05/15  18:01:41
34318         Log: Tweak the todo list.
34319      Branch: cfgperl
34320            ! Todo-5.6
34321 ____________________________________________________________________________
34322 [  6106] By: jhi                                   on 2000/05/15  13:41:48
34323         Log: The (Configure) script refuses to go on, after asking for
34324              'You may also choose to try maximal 64-bitness....'.
34325              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
34326              -- Patrick Zima
34327              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
34328      Branch: cfgperl
34329            ! hints/solaris_2.sh
34330 ____________________________________________________________________________
34331 [  6105] By: jhi                                   on 2000/05/11  14:37:43
34332         Log: Integrate with Sarathy.
34333      Branch: cfgperl
34334           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34335           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
34336 ____________________________________________________________________________
34337 [  6104] By: gsar                                  on 2000/05/11  03:39:07
34338         Log: PL_sys_intern was being initialized too late on windows
34339      Branch: perl
34340            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34341            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
34342 ____________________________________________________________________________
34343 [  6103] By: jhi                                   on 2000/05/09  19:42:20
34344         Log: Test tweaking for Unicos continues.
34345      Branch: cfgperl
34346            ! t/op/64bitint.t
34347 ____________________________________________________________________________
34348 [  6102] By: jhi                                   on 2000/05/09  16:47:27
34349         Log: The test suite tweak in #6101 wasn't quite right.
34350      Branch: cfgperl
34351            ! t/lib/complex.t
34352 ____________________________________________________________________________
34353 [  6101] By: jhi                                   on 2000/05/09  15:35:34
34354         Log: Hints and test tweaks for Unicos.
34355      Branch: cfgperl
34356            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
34357 ____________________________________________________________________________
34358 [  6100] By: jhi                                   on 2000/05/08  21:15:06
34359         Log: More compilation tweakery from Allen Smith.
34360      Branch: cfgperl
34361            ! hints/irix_6.sh
34362 ____________________________________________________________________________
34363 [  6099] By: jhi                                   on 2000/05/08  19:21:18
34364         Log: Tweaks for the cc bugs from Allen Smith.
34365      Branch: cfgperl
34366            ! hints/irix_6.sh
34367 ____________________________________________________________________________
34368 [  6098] By: jhi                                   on 2000/05/08  19:13:37
34369         Log: Add a note about other, yet unsupported, shadow password APIs.
34370      Branch: cfgperl
34371            ! pp_sys.c
34372 ____________________________________________________________________________
34373 [  6097] By: jhi                                   on 2000/05/08  18:46:34
34374         Log: Add a note about possible compilation problems from Allen Smith.
34375      Branch: cfgperl
34376            ! hints/irix_6.sh
34377 ____________________________________________________________________________
34378 [  6096] By: jhi                                   on 2000/05/08  17:33:10
34379         Log: Integrate with Sarathy.
34380      Branch: cfgperl
34381           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
34382           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
34383 ____________________________________________________________________________
34384 [  6095] By: jhi                                   on 2000/05/08  16:21:33
34385         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
34386              might be useful in future.
34387      Branch: cfgperl
34388            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34389            ! config_h.SH
34390      Branch: metaconfig
34391            ! U/installdirs/inc_version_list.U
34392      Branch: metaconfig/U/perl
34393            ! perlxv.U
34394 ____________________________________________________________________________
34395 [  6094] By: gsar                                  on 2000/05/08  14:22:22
34396         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
34397      Branch: perl
34398            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
34399            ! hints/cygwin.sh pp_sys.c
34400 ____________________________________________________________________________
34401 [  6093] By: gsar                                  on 2000/05/08  12:52:28
34402         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
34403              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
34404      Branch: perl
34405            ! pp_sys.c sv.c win32/perlhost.h
34406 ____________________________________________________________________________
34407 [  6092] By: jhi                                   on 2000/05/07  22:40:34
34408         Log: Regen perltoc with the fixed buildtoc.
34409      Branch: cfgperl
34410            ! pod/perltoc.pod
34411 ____________________________________________________________________________
34412 [  6091] By: jhi                                   on 2000/05/07  22:24:16
34413         Log: Integrate with Sarathy.
34414      Branch: cfgperl
34415           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
34416           !> t/op/substr.t toke.c
34417 ____________________________________________________________________________
34418 [  6090] By: gsar                                  on 2000/05/07  19:47:07
34419         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
34420              [NI]OK; added tests for both
34421      Branch: perl
34422            ! perl.c pp_hot.c sv.c t/op/substr.t
34423 ____________________________________________________________________________
34424 [  6089] By: gsar                                  on 2000/05/07  18:18:38
34425         Log: buildtoc tweak to fix newline lossage
34426      Branch: perl
34427            ! pod/buildtoc
34428 ____________________________________________________________________________
34429 [  6088] By: jhi                                   on 2000/05/07  16:35:36
34430         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
34431              because we do not use those.  The HAS_GETSPNAM remains,
34432              though, because we still do use that.
34433      Branch: cfgperl
34434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34435            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
34436            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
34437            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
34438            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34439            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34440 ____________________________________________________________________________
34441 [  6087] By: gsar                                  on 2000/05/07  16:05:16
34442         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
34443      Branch: perl
34444            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
34445 ____________________________________________________________________________
34446 [  6086] By: jhi                                   on 2000/05/07  15:27:07
34447         Log: Integrate with Sarathy.
34448      Branch: cfgperl
34449           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34450           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34451           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
34452           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
34453           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
34454           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
34455 ____________________________________________________________________________
34456 [  6085] By: gsar                                  on 2000/05/07  05:52:02
34457         Log: repeat operator (x) doesn't preserve utf8-ness
34458      Branch: perl
34459            ! pp.c t/op/substr.t
34460 ____________________________________________________________________________
34461 [  6084] By: gsar                                  on 2000/05/07  05:39:55
34462         Log: substr() does not preserve utf8-ness (from Stefan Eissing
34463              <Eissing@medicaldataservice.de>); added tests
34464      Branch: perl
34465            ! pp.c t/op/substr.t
34466 ____________________________________________________________________________
34467 [  6083] By: gsar                                  on 2000/05/07  05:24:46
34468         Log: note about undocumented caller() return value (from M.J.T. Guy);
34469              yet another peek.t tweak
34470      Branch: perl
34471            ! pod/perlfunc.pod t/lib/peek.t
34472 ____________________________________________________________________________
34473 [  6082] By: gsar                                  on 2000/05/07  05:08:40
34474         Log: peek.t non-portable to ithreads
34475      Branch: perl
34476            ! t/lib/peek.t
34477 ____________________________________________________________________________
34478 [  6081] By: gsar                                  on 2000/05/07  04:17:04
34479         Log: better default perlbug categories for ok reports (from Richard Foley)
34480      Branch: perl
34481            ! utils/perlbug.PL
34482 ____________________________________________________________________________
34483 [  6080] By: gsar                                  on 2000/05/07  04:08:07
34484         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
34485              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34486      Branch: perl
34487            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34488            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34489            ! AUTHORS MAINTAIN MANIFEST
34490 ____________________________________________________________________________
34491 [  6079] By: gsar                                  on 2000/05/07  04:01:38
34492         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
34493      Branch: perl
34494            ! lib/Carp/Heavy.pm
34495 ____________________________________________________________________________
34496 [  6078] By: gsar                                  on 2000/05/07  01:24:19
34497         Log: workaround for CRT bug in chdir() (from Charles Lane, via
34498              Peter Prymmer)
34499      Branch: perl
34500            ! iperlsys.h vms/vms.c vms/vmsish.h
34501 ____________________________________________________________________________
34502 [  6077] By: gsar                                  on 2000/05/07  01:22:23
34503         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
34504              and Tom Phoenix)
34505      Branch: perl
34506            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
34507 ____________________________________________________________________________
34508 [  6076] By: gsar                                  on 2000/05/06  17:36:29
34509         Log: integrate cfgperl contents into mainline
34510      Branch: perl
34511           +> t/lib/peek.t
34512           !> Configure MANIFEST Porting/Glossary Porting/config.sh
34513           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
34514           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
34515           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
34516 ____________________________________________________________________________
34517 [  6075] By: jhi                                   on 2000/05/05  18:56:10
34518         Log: Make the test more portable.
34519      Branch: cfgperl
34520            ! t/lib/peek.t
34521 ____________________________________________________________________________
34522 [  6074] By: jhi                                   on 2000/05/05  18:49:20
34523         Log: Introduce t/lib/peek.t.
34524      Branch: cfgperl
34525            + t/lib/peek.t
34526            ! MANIFEST
34527 ____________________________________________________________________________
34528 [  6073] By: jhi                                   on 2000/05/05  14:30:45
34529         Log: Complex tweaks.
34530      Branch: cfgperl
34531            ! lib/Math/Complex.pm t/lib/complex.t
34532 ____________________________________________________________________________
34533 [  6072] By: jhi                                   on 2000/05/05  12:27:13
34534         Log: Integrate with Sarathy.
34535      Branch: cfgperl
34536           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
34537           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34538           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
34539           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
34540 ____________________________________________________________________________
34541 [  6071] By: gsar                                  on 2000/05/05  02:24:46
34542         Log: misformatted perllocal.pod (from Tim Jenness
34543              <t.jenness@jach.hawaii.edu>)
34544      Branch: perl
34545            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
34546 ____________________________________________________________________________
34547 [  6070] By: gsar                                  on 2000/05/05  02:16:52
34548         Log: remove misleading comment (from M.J.T. Guy)
34549      Branch: perl
34550            ! t/lib/anydbm.t
34551 ____________________________________________________________________________
34552 [  6069] By: gsar                                  on 2000/05/05  02:15:13
34553         Log: File::Spec compatibility update (from Barrie Slaymaker
34554              <barries@slaysys.com>)
34555      Branch: perl
34556            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34557            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34558 ____________________________________________________________________________
34559 [  6068] By: gsar                                  on 2000/05/05  02:01:50
34560         Log: note about values()
34561      Branch: perl
34562            ! pod/perlfunc.pod
34563 ____________________________________________________________________________
34564 [  6067] By: gsar                                  on 2000/05/05  01:33:09
34565         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
34566      Branch: perl
34567            ! win32/win32.c
34568 ____________________________________________________________________________
34569 [  6066] By: gsar                                  on 2000/05/05  01:23:43
34570         Log: s/END/CHECK/
34571      Branch: perl
34572            ! perl.c
34573 ____________________________________________________________________________
34574 [  6065] By: jhi                                   on 2000/05/04  17:30:22
34575         Log: Integrate with Sarathy.
34576      Branch: cfgperl
34577           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
34578 ____________________________________________________________________________
34579 [  6064] By: gsar                                  on 2000/05/04  17:26:14
34580         Log: change#5905 wasn't quite right--it's intent only applies when arguments
34581              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
34582      Branch: perl
34583            ! pp_sys.c sv.c
34584 ____________________________________________________________________________
34585 [  6063] By: gsar                                  on 2000/05/04  16:52:29
34586         Log: tokeq() could read unallocated field in argument
34587      Branch: perl
34588            ! toke.c
34589 ____________________________________________________________________________
34590 [  6062] By: gsar                                  on 2000/05/04  16:34:51
34591         Log: additional tests for utf8.t
34592      Branch: perl
34593            ! t/pragma/utf8.t
34594 ____________________________________________________________________________
34595 [  6061] By: gsar                                  on 2000/05/04  16:09:28
34596         Log: change#5921 neglected to make eq honor "use bytes"
34597      Branch: perl
34598            ! sv.c
34599 ____________________________________________________________________________
34600 [  6060] By: jhi                                   on 2000/05/04  15:30:16
34601         Log: Integrate with Sarathy.
34602      Branch: cfgperl
34603           !> perl.c regcomp.c t/pragma/utf8.t
34604 ____________________________________________________________________________
34605 [  6059] By: jhi                                   on 2000/05/04  15:26:37
34606         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
34607              in natively 64-bit platforms where a long is a quad (no need
34608              for long longs).  Also added bias for IVs.
34609      Branch: cfgperl
34610            ! toke.c
34611 ____________________________________________________________________________
34612 [  6058] By: gsar                                  on 2000/05/04  00:19:14
34613         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
34614              (spotted by Donald Kinzer <dkinzer@premia.com>)
34615      Branch: perl
34616            ! perl.c
34617 ____________________________________________________________________________
34618 [  6057] By: gsar                                  on 2000/05/03  18:34:01
34619         Log: fix broken parsing of /\x{ab}/
34620      Branch: perl
34621            ! regcomp.c t/pragma/utf8.t
34622 ____________________________________________________________________________
34623 [  6056] By: jhi                                   on 2000/05/03  17:57:16
34624         Log: The search of infinity continues, this time simplified.
34625      Branch: cfgperl
34626            ! lib/Math/Complex.pm
34627 ____________________________________________________________________________
34628 [  6055] By: jhi                                   on 2000/05/03  17:45:30
34629         Log: Detypo.
34630      Branch: cfgperl
34631            ! hints/unicos.sh
34632 ____________________________________________________________________________
34633 [  6054] By: jhi                                   on 2000/05/02  22:28:27
34634         Log: Be more forgiving in POSIX about HUGE_VALL.
34635      Branch: cfgperl
34636            ! ext/POSIX/POSIX.xs
34637 ____________________________________________________________________________
34638 [  6053] By: jhi                                   on 2000/05/02  22:25:05
34639         Log: Integrate with Sarathy.
34640      Branch: cfgperl
34641           !> hints/irix_6.sh pod/perlop.pod
34642 ____________________________________________________________________________
34643 [  6052] By: jhi                                   on 2000/05/02  22:24:31
34644         Log: Unicos hint tweak.
34645      Branch: cfgperl
34646            ! hints/unicos.sh
34647 ____________________________________________________________________________
34648 [  6051] By: jhi                                   on 2000/05/02  22:21:26
34649         Log: Complex tweakery.
34650      Branch: cfgperl
34651            ! lib/Math/Complex.pm t/lib/complex.t
34652 ____________________________________________________________________________
34653 [  6050] By: jhi                                   on 2000/05/02  19:26:22
34654         Log: Use setxxent()/endxxent().
34655      Branch: cfgperl
34656            ! t/op/grent.t t/op/pwent.t
34657 ____________________________________________________________________________
34658 [  6049] By: jhi                                   on 2000/05/02  19:06:02
34659         Log: Test both the scalar and list contexts.
34660      Branch: cfgperl
34661            ! t/op/grent.t t/op/pwent.t
34662 ____________________________________________________________________________
34663 [  6048] By: gsar                                  on 2000/05/02  18:29:10
34664         Log: add note about how $( doesn't interpolate in REs (from
34665              Philip Newton <newton@ficus.frogspace.net>)
34666      Branch: perl
34667            ! pod/perlop.pod
34668 ____________________________________________________________________________
34669 [  6047] By: jhi                                   on 2000/05/02  17:41:24
34670         Log: Call getspnam() only iff needd.
34671      Branch: cfgperl
34672            ! pp_sys.c
34673 ____________________________________________________________________________
34674 [  6046] By: gsar                                  on 2000/05/02  17:07:25
34675         Log: libscheck has insufficient checks for n32 libs (from
34676              Albert Chin-A-Young <china@thewrittenword.com>)
34677      Branch: perl
34678            ! hints/irix_6.sh
34679 ____________________________________________________________________________
34680 [  6045] By: jhi                                   on 2000/05/02  13:57:17
34681         Log: Integrate with Sarathy.
34682      Branch: cfgperl
34683           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
34684           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
34685 ____________________________________________________________________________
34686 [  6044] By: gsar                                  on 2000/05/02  06:48:19
34687         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
34688              such that underscores are only ignored in literal numbers,
34689              "\x{...}", and hex/oct argument
34690      Branch: perl
34691            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
34692 ____________________________________________________________________________
34693 [  6043] By: gsar                                  on 2000/05/02  02:22:29
34694         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
34695      Branch: perl
34696            ! pod/perlretut.pod
34697 ____________________________________________________________________________
34698 [  6042] By: gsar                                  on 2000/05/02  02:17:51
34699         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
34700      Branch: perl
34701            ! pod/perltrap.pod
34702 ____________________________________________________________________________
34703 [  6041] By: gsar                                  on 2000/05/02  01:53:51
34704         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
34705              to compensate
34706      Branch: perl
34707            ! Porting/makerel
34708 ____________________________________________________________________________
34709 [  6040] By: gsar                                  on 2000/05/02  01:51:57
34710         Log: missing files in MANIFEST
34711      Branch: perl
34712            ! MANIFEST
34713 ____________________________________________________________________________
34714 [  6039] By: jhi                                   on 2000/05/02  00:36:46
34715         Log: Infinite problems.
34716      Branch: cfgperl
34717            ! lib/Math/Complex.pm
34718 ____________________________________________________________________________
34719 [  6038] By: jhi                                   on 2000/05/02  00:06:38
34720         Log: pwent/spent #ifdef imbalance.
34721      Branch: cfgperl
34722            ! pp_sys.c
34723 ____________________________________________________________________________
34724 [  6037] By: jhi                                   on 2000/05/01  22:50:11
34725         Log: Use HUGE_VALL if applicable.
34726      Branch: cfgperl
34727            ! ext/POSIX/POSIX.xs util.c
34728 ____________________________________________________________________________
34729 [  6036] By: jhi                                   on 2000/05/01  22:20:53
34730         Log: Correct Freudian slip.
34731      Branch: cfgperl
34732            ! pp_sys.c
34733 ____________________________________________________________________________
34734 [  6035] By: jhi                                   on 2000/05/01  21:07:38
34735         Log: Continue on the pwent/spent case.
34736      Branch: cfgperl
34737            ! pp_sys.c
34738 ____________________________________________________________________________
34739 [  6034] By: jhi                                   on 2000/05/01  17:45:14
34740         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
34741              adjustments in 6032 conflicted badly with this, will have
34742              to revisit them later.
34743      Branch: cfgperl
34744           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
34745           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34746           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
34747           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
34748           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
34749           !> t/lib/cgi-html.t t/lib/cgi-request.t
34750 ____________________________________________________________________________
34751 [  6033] By: jhi                                   on 2000/05/01  17:40:49
34752         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
34753      Branch: cfgperl
34754            ! pp_sys.c
34755 ____________________________________________________________________________
34756 [  6032] By: gsar                                  on 2000/05/01  15:56:32
34757         Log: whitespace adjustments
34758      Branch: perl
34759            ! pp_sys.c
34760 ____________________________________________________________________________
34761 [  6031] By: gsar                                  on 2000/05/01  15:19:41
34762         Log: small nits in diagnostics.pm (from Robin Barker)
34763      Branch: perl
34764            ! lib/diagnostics.pm pod/perldiag.pod
34765 ____________________________________________________________________________
34766 [  6030] By: gsar                                  on 2000/05/01  08:39:18
34767         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
34768              for @- and @+ (from Johan Vromans)
34769      Branch: perl
34770            ! lib/English.pm pod/perlvar.pod
34771 ____________________________________________________________________________
34772 [  6029] By: gsar                                  on 2000/05/01  08:16:10
34773         Log: add CGI.pm v2.66 (from Lincoln Stein)
34774      Branch: perl
34775            + lib/CGI/Util.pm t/lib/cgi-pretty.t
34776            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34777            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
34778            ! t/lib/cgi-html.t t/lib/cgi-request.t
34779 ____________________________________________________________________________
34780 [  6028] By: gsar                                  on 2000/05/01  06:34:41
34781         Log: Pod::Man generates groff-incompatible macro definition (from
34782              Tom Christiansen)
34783      Branch: perl
34784            ! lib/Pod/Man.pm
34785 ____________________________________________________________________________
34786 [  6027] By: gsar                                  on 2000/05/01  06:31:36
34787         Log: podlators-1.02 update (from Russ Allbery)
34788      Branch: perl
34789            ! lib/Pod/Man.pm lib/Pod/Text.pm
34790 ____________________________________________________________________________
34791 [  6026] By: jhi                                   on 2000/04/30  23:24:23
34792         Log: Integrate with Sarathy.
34793      Branch: cfgperl
34794           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
34795           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
34796           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34797           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34798           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
34799           !> t/lib/syslog.t toke.c win32/win32.h
34800 ____________________________________________________________________________
34801 [  6025] By: gsar                                  on 2000/04/30  18:17:47
34802         Log: Is{Alnum,Alpha,Word} don't match titlecase
34803              
34804              TODO: IsSpace is defined recursively!
34805              
34806              (both spotted by Larry)
34807      Branch: perl
34808            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34809            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34810 ____________________________________________________________________________
34811 [  6024] By: gsar                                  on 2000/04/30  17:50:19
34812         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
34813              (from Hugo van der Sanden)
34814      Branch: perl
34815            ! toke.c
34816 ____________________________________________________________________________
34817 [  6023] By: gsar                                  on 2000/04/30  17:14:43
34818         Log: debugger stomps on $. (from M.J.T. Guy)
34819      Branch: perl
34820            ! lib/perl5db.pl
34821 ____________________________________________________________________________
34822 [  6022] By: gsar                                  on 2000/04/30  16:59:22
34823         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
34824      Branch: perl
34825            ! sv.c
34826 ____________________________________________________________________________
34827 [  6021] By: gsar                                  on 2000/04/29  21:00:08
34828         Log: remove Win2K issue in pod (fixed by change#6020)
34829      Branch: perl
34830            ! README.win32 pod/perl56delta.pod
34831 ____________________________________________________________________________
34832 [  6020] By: gsar                                  on 2000/04/29  20:51:49
34833         Log: test tweak
34834      Branch: perl
34835            ! t/lib/open3.t
34836 ____________________________________________________________________________
34837 [  6019] By: gsar                                  on 2000/04/29  20:34:27
34838         Log: windows portability tweaks
34839      Branch: perl
34840            ! t/lib/b.t win32/win32.h
34841 ____________________________________________________________________________
34842 [  6018] By: gsar                                  on 2000/04/29  19:55:24
34843         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
34844              make _PATH_LOG() return "" if unavailable
34845      Branch: perl
34846            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
34847            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
34848 ____________________________________________________________________________
34849 [  6017] By: jhi                                   on 2000/04/28  22:49:46
34850         Log: Integrate with Sarathy.
34851      Branch: cfgperl
34852           !> op.c perl.c pod/perldiag.pod t/lib/b.t
34853 ____________________________________________________________________________
34854 [  6016] By: jhi                                   on 2000/04/28  22:46:14
34855         Log: Do not warn that an infinity does not look like a number.
34856      Branch: cfgperl
34857            ! sv.c
34858 ____________________________________________________________________________
34859 [  6015] By: gsar                                  on 2000/04/28  22:35:49
34860         Log: tweak test for portability
34861      Branch: perl
34862            ! t/lib/b.t
34863 ____________________________________________________________________________
34864 [  6014] By: gsar                                  on 2000/04/28  22:05:31
34865         Log: glob() loading File::Glob behind the scenes may cause syntax errors
34866      Branch: perl
34867            ! op.c
34868 ____________________________________________________________________________
34869 [  6013] By: gsar                                  on 2000/04/28  21:25:22
34870         Log: tweak change#5945 to display correct switch name in diagnostic
34871      Branch: perl
34872            ! perl.c pod/perldiag.pod
34873 ____________________________________________________________________________
34874 [  6012] By: jhi                                   on 2000/04/28  21:08:12
34875         Log: Integrate with Sarathy.
34876      Branch: cfgperl
34877           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
34878           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
34879           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
34880 ____________________________________________________________________________
34881 [  6011] By: jhi                                   on 2000/04/28  21:04:46
34882         Log: &HUGE_VAL is not defined, it exists.
34883      Branch: cfgperl
34884            ! lib/Math/Complex.pm
34885 ____________________________________________________________________________
34886 [  6010] By: gsar                                  on 2000/04/28  21:02:58
34887         Log: clarify note about shadow password support (from
34888              gellyfish@gellyfish.com)
34889      Branch: perl
34890            ! pod/perlfunc.pod
34891 ____________________________________________________________________________
34892 [  6009] By: gsar                                  on 2000/04/28  21:00:00
34893         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
34894      Branch: perl
34895            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
34896 ____________________________________________________________________________
34897 [  6008] By: gsar                                  on 2000/04/28  20:56:33
34898         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
34899      Branch: perl
34900            ! installperl vms/subconfigure.com
34901 ____________________________________________________________________________
34902 [  6007] By: gsar                                  on 2000/04/28  20:51:21
34903         Log: note about compile failures and END blocks (from M.J.T. Guy)
34904      Branch: perl
34905            ! pod/perl56delta.pod pod/perlmod.pod
34906 ____________________________________________________________________________
34907 [  6006] By: jhi                                   on 2000/04/28  20:42:14
34908         Log: Regen Configure.
34909      Branch: cfgperl
34910            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34911            ! config_h.SH
34912 ____________________________________________________________________________
34913 [  6005] By: gsar                                  on 2000/04/28  20:41:16
34914         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
34915      Branch: perl
34916            ! utils/perldoc.PL
34917 ____________________________________________________________________________
34918 [  6004] By: jhi                                   on 2000/04/28  20:28:21
34919         Log: Integrate with Sarathy.
34920      Branch: cfgperl
34921           !> Configure INSTALL Porting/Glossary Porting/config.sh
34922           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
34923           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
34924           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34925           !> win32/config.vc win32/win32.c
34926 ____________________________________________________________________________
34927 [  6003] By: gsar                                  on 2000/04/28  20:11:20
34928         Log: allow REG_EXPAND_SZ keys in Windows registry (from
34929              John Clayton <John.Clayton@barclayscapital.com>)
34930      Branch: perl
34931            ! win32/win32.c
34932 ____________________________________________________________________________
34933 [  6002] By: gsar                                  on 2000/04/28  19:34:16
34934         Log: destructive sv_setsv() can lose UV-ness from source, causing
34935              numeric promotions/comparisons to fail to do the right thing
34936      Branch: perl
34937            ! sv.c
34938 ____________________________________________________________________________
34939 [  6001] By: gsar                                  on 2000/04/28  18:44:15
34940         Log: support additional library locations via $Config{otherlibdirs}
34941              (from Andy Dougherty)
34942      Branch: perl
34943            ! Configure INSTALL Porting/Glossary Porting/config.sh
34944            ! Porting/config_H config_h.SH epoc/config.sh perl.c
34945            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
34946            ! win32/config.bc win32/config.gc win32/config.vc
34947 ____________________________________________________________________________
34948 [  6000] By: gsar                                  on 2000/04/28  18:26:58
34949         Log: reworked otherlibdirs.U (from Andy Dougherty)
34950      Branch: metaconfig
34951            ! U/installdirs/otherlibdirs.U
34952 ____________________________________________________________________________
34953 [  5999] By: gsar                                  on 2000/04/28  18:17:07
34954         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
34955      Branch: perl
34956            ! t/pragma/warn/toke toke.c
34957 ____________________________________________________________________________
34958 [  5998] By: jhi                                   on 2000/04/28  13:32:17
34959         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
34960      Branch: cfgperl
34961            ! lib/Math/Complex.pm
34962 ____________________________________________________________________________
34963 [  5997] By: jhi                                   on 2000/04/28  13:14:04
34964         Log: Preserve $!.
34965      Branch: cfgperl
34966            ! lib/Math/Complex.pm
34967 ____________________________________________________________________________
34968 [  5996] By: jhi                                   on 2000/04/28  12:59:23
34969         Log: Integrate with Sarathy.
34970      Branch: cfgperl
34971           +> pod/perlrequick.pod pod/perlretut.pod
34972           !> (integrate 51 files)
34973 ____________________________________________________________________________
34974 [  5995] By: gsar                                  on 2000/04/28  09:37:36
34975         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
34976      Branch: perl
34977            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
34978 ____________________________________________________________________________
34979 [  5994] By: gsar                                  on 2000/04/28  09:33:26
34980         Log: fix for missed accounting for null byte in pack("Z",...) (from
34981              M.J.T. Guy)
34982      Branch: perl
34983            ! pp.c t/op/pack.t
34984 ____________________________________________________________________________
34985 [  5993] By: gsar                                  on 2000/04/28  09:30:05
34986         Log: various minor tweaks seen on p5p
34987      Branch: perl
34988            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
34989 ____________________________________________________________________________
34990 [  5992] By: gsar                                  on 2000/04/28  09:08:19
34991         Log: pod nit (from Simon Cozens)
34992      Branch: perl
34993            ! pod/perlop.pod
34994 ____________________________________________________________________________
34995 [  5991] By: gsar                                  on 2000/04/28  09:06:36
34996         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
34997      Branch: perl
34998            ! README.posix-bc hints/posix-bc.sh
34999 ____________________________________________________________________________
35000 [  5990] By: gsar                                  on 2000/04/28  08:54:52
35001         Log: use $ENV{LIB} to search for libs under Visual C compiler
35002              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
35003      Branch: perl
35004            ! lib/ExtUtils/Liblist.pm
35005 ____________________________________________________________________________
35006 [  5989] By: gsar                                  on 2000/04/28  08:27:12
35007         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
35008              itself and no other (from Tom Hughes)
35009      Branch: perl
35010            ! t/op/array.t toke.c
35011 ____________________________________________________________________________
35012 [  5988] By: gsar                                  on 2000/04/28  08:01:38
35013         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
35014              <paul@miraclefish.com>)
35015      Branch: perl
35016            ! lib/ExtUtils/MakeMaker.pm
35017 ____________________________________________________________________________
35018 [  5987] By: gsar                                  on 2000/04/28  07:53:09
35019         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
35020      Branch: perl
35021            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
35022 ____________________________________________________________________________
35023 [  5986] By: gsar                                  on 2000/04/28  07:44:17
35024         Log: add regular expressions tutorial and quick-start guide (from
35025              Mark Kvale <kvale@phy.ucsf.edu>)
35026      Branch: perl
35027            + pod/perlrequick.pod pod/perlretut.pod
35028            ! AUTHORS MAINTAIN MANIFEST
35029 ____________________________________________________________________________
35030 [  5985] By: gsar                                  on 2000/04/28  07:30:28
35031         Log: forked child may not exit correctly if it failed to open
35032              /dev/console (from Graham Barr)
35033      Branch: perl
35034            ! ext/Sys/Syslog/Syslog.pm
35035 ____________________________________________________________________________
35036 [  5984] By: gsar                                  on 2000/04/28  07:27:20
35037         Log: attributes::reftype() doesn't work on tied argument
35038      Branch: perl
35039            ! xsutils.c
35040 ____________________________________________________________________________
35041 [  5983] By: gsar                                  on 2000/04/28  07:15:04
35042         Log: numeric conversion of non-number in change#3378 tramples on
35043              OOK offset, causing segfaults
35044      Branch: perl
35045            ! sv.c
35046 ____________________________________________________________________________
35047 [  5982] By: gsar                                  on 2000/04/28  04:48:25
35048         Log: avoid error in IO::Socket::INET when given an unknown service name
35049              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
35050      Branch: perl
35051            ! ext/IO/lib/IO/Socket/INET.pm
35052 ____________________________________________________________________________
35053 [  5981] By: gsar                                  on 2000/04/28  04:31:31
35054         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
35055              prototype mismatch with CORE::glob(); update pod and tests to
35056              suit (File::Glob::glob() is still available for backward
35057              compatibility, but should be considered deprecated)
35058      Branch: perl
35059            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
35060            ! t/lib/glob-taint.t
35061 ____________________________________________________________________________
35062 [  5980] By: gsar                                  on 2000/04/28  03:47:29
35063         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
35064              <ghudson@mit.edu>)
35065      Branch: metaconfig
35066            ! U/modified/Options.U
35067      Branch: perl
35068            ! Configure
35069 ____________________________________________________________________________
35070 [  5979] By: gsar                                  on 2000/04/28  03:07:54
35071         Log: under useithreads, constant pad entries could inadvertantly be
35072              shared across threads (from Eric Blood <eblood@xmission.com>);
35073              added Eric's test case to testsuite
35074      Branch: perl
35075            ! op.c t/op/misc.t
35076 ____________________________________________________________________________
35077 [  5978] By: gsar                                  on 2000/04/27  21:13:00
35078         Log: sync version numbers in File::Spec with the ones on CPAN
35079              (from Barrie Slaymaker)
35080      Branch: perl
35081            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35082            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35083            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35084 ____________________________________________________________________________
35085 [  5977] By: gsar                                  on 2000/04/27  21:07:29
35086         Log: autoquote barewords followed by newline and arrow properly
35087              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
35088      Branch: perl
35089            ! t/pragma/warn/toke toke.c
35090 ____________________________________________________________________________
35091 [  5976] By: gsar                                  on 2000/04/27  20:41:20
35092         Log: DB_File v1.73 update (from Paul Marquess)
35093      Branch: perl
35094            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35095            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35096 ____________________________________________________________________________
35097 [  5975] By: gsar                                  on 2000/04/27  20:34:24
35098         Log: allow sort() reentrancy (variant of patch suggested by
35099              Hugo van der Sanden)
35100      Branch: perl
35101            ! pp_ctl.c t/op/sort.t
35102 ____________________________________________________________________________
35103 [  5974] By: gsar                                  on 2000/04/27  19:46:57
35104         Log: change#4197 somehow missed initializing PL_errors, meaning
35105              sytax error queueing wasn't working outside eval"" at all;
35106              also fixed eval"" to localize PL_error_count, so that compile-time
35107              eval's don't clobber the error state of the outer context
35108      Branch: perl
35109            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
35110            ! t/pragma/warn/toke
35111 ____________________________________________________________________________
35112 [  5973] By: gsar                                  on 2000/04/27  18:29:05
35113         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
35114      Branch: perl
35115            ! regcomp.c regexec.c t/op/re_tests
35116 ____________________________________________________________________________
35117 [  5972] By: jhi                                   on 2000/04/27  18:22:41
35118         Log: Integrate with Sarathy.
35119      Branch: cfgperl
35120           +> t/lib/b.t t/lib/syslog.t
35121           !> (integrate 31 files)
35122 ____________________________________________________________________________
35123 [  5971] By: jhi                                   on 2000/04/27  18:18:46
35124         Log: Unicos tweaks from Mark P. Lutz.
35125      Branch: cfgperl
35126            ! hints/unicos.sh lib/Math/Complex.pm
35127 ____________________________________________________________________________
35128 [  5970] By: gsar                                  on 2000/04/27  18:05:11
35129         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
35130              IV is >32bits
35131      Branch: perl
35132            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
35133 ____________________________________________________________________________
35134 [  5969] By: gsar                                  on 2000/04/27  17:50:56
35135         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
35136      Branch: perl
35137            + t/lib/syslog.t
35138            ! MANIFEST ext/Sys/Syslog/Syslog.pm
35139 ____________________________________________________________________________
35140 [  5968] By: gsar                                  on 2000/04/27  17:44:49
35141         Log: tolerate spaces in group names in test on solaris (from David Boyce
35142              <dsb@boyski.com>)
35143      Branch: perl
35144            ! t/op/groups.t
35145 ____________________________________________________________________________
35146 [  5967] By: gsar                                  on 2000/04/27  17:41:22
35147         Log: improved docs on the warn_uninit diagnostic (from David Glasser
35148              and Simon Cozens)
35149      Branch: perl
35150            ! pod/perldiag.pod
35151 ____________________________________________________________________________
35152 [  5966] By: gsar                                  on 2000/04/27  16:54:58
35153         Log: add testsuite for B backends, fix bug in B::Deparse (from
35154              Simon Cozens <simon@brecon.co.uk>)
35155      Branch: perl
35156            + t/lib/b.t
35157            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
35158 ____________________________________________________________________________
35159 [  5965] By: gsar                                  on 2000/04/27  16:10:37
35160         Log: avoid "will not stay shared" warnings for our variables (from
35161              Robin Barker)
35162      Branch: perl
35163            ! op.c t/pragma/warn/op
35164 ____________________________________________________________________________
35165 [  5964] By: gsar                                  on 2000/04/27  07:05:05
35166         Log: reformat to 72 columns (again)
35167      Branch: perl
35168            ! pod/perldiag.pod
35169 ____________________________________________________________________________
35170 [  5963] By: gsar                                  on 2000/04/27  06:28:31
35171         Log: patch from Larry to make (\&) prototype work; added tests for
35172              the same
35173      Branch: perl
35174            ! op.c t/comp/proto.t
35175 ____________________________________________________________________________
35176 [  5962] By: gsar                                  on 2000/04/27  06:15:47
35177         Log: updated README.hpux (from Jeff Okamoto)
35178      Branch: perl
35179            ! README.hpux
35180 ____________________________________________________________________________
35181 [  5961] By: gsar                                  on 2000/04/27  05:55:03
35182         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
35183      Branch: perl
35184            ! emacs/cperl-mode.el
35185 ____________________________________________________________________________
35186 [  5960] By: gsar                                  on 2000/04/27  05:49:26
35187         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
35188      Branch: perl
35189            ! INSTALL
35190 ____________________________________________________________________________
35191 [  5959] By: gsar                                  on 2000/04/27  05:33:41
35192         Log: doubled words in pods (from Simon Cozens
35193              <simon.p.cozens@jp.pwcglobal.com>)
35194      Branch: perl
35195            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
35196            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
35197            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
35198            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
35199            ! pod/perltootc.pod
35200 ____________________________________________________________________________
35201 [  5958] By: gsar                                  on 2000/04/27  05:11:39
35202         Log: change#3569 deleted some essential code, revert; avoid use of
35203              atexit() to make DynaLoader work properly on AIX under mod_perl
35204              (from Jens-Uwe Mager <jum@helios.de>)
35205      Branch: perl
35206            ! ext/DynaLoader/dl_aix.xs
35207 ____________________________________________________________________________
35208 [  5957] By: gsar                                  on 2000/04/27  04:54:51
35209         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
35210      Branch: perl
35211            ! pod/perlmod.pod
35212 ____________________________________________________________________________
35213 [  5956] By: gsar                                  on 2000/04/27  04:51:47
35214         Log: better diagnostics on failed tests (from Ilya Zakharevich)
35215      Branch: perl
35216            ! t/op/lex_assign.t
35217 ____________________________________________________________________________
35218 [  5955] By: gsar                                  on 2000/04/27  04:26:44
35219         Log: longstanding bug exposed by change#3307: sort arguments weren't
35220              compiled with the right wantarray context (ensuing runtime lookup
35221              via block_gimme() was getting the incidental context of the
35222              sort() itself)
35223      Branch: perl
35224            ! op.c t/op/sort.t
35225 ____________________________________________________________________________
35226 [  5954] By: gsar                                  on 2000/04/26  23:42:12
35227         Log: integrate cfgperl contents into mainline
35228      Branch: perl
35229           !> (integrate 30 files)
35230 ____________________________________________________________________________
35231 [  5953] By: jhi                                   on 2000/04/26  23:06:42
35232         Log: Integrate with Sarathy.
35233      Branch: cfgperl
35234           !> README.win32 ext/B/B/Deparse.pm
35235           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35236           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
35237           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
35238           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
35239           !> utils/perldoc.PL vms/perlvms.pod
35240 ____________________________________________________________________________
35241 [  5952] By: jhi                                   on 2000/04/26  23:03:46
35242         Log: Undo "use integer" addition from 64bitint as it seems
35243              to break most of the subtests in Digital UNIX;
35244              Unicos needs to find another way.
35245      Branch: cfgperl
35246            ! t/op/64bitint.t
35247 ____________________________________________________________________________
35248 [  5951] By: jhi                                   on 2000/04/26  22:57:53
35249         Log: Be more robust on "extreme" (large absolute value)
35250              arguments.  Originally reported by Daniel Connelly
35251              as a problem with asinh() on large negative arguments,
35252              asinh() used to bail out because an argument to log()
35253              ended up being zero.  Ilya Zakharevich proposed using
35254              Taylor's series in such cases, which for such large
35255              arguments is a very good approximation.
35256      Branch: cfgperl
35257            ! lib/Math/Complex.pm t/lib/complex.t
35258 ____________________________________________________________________________
35259 [  5950] By: gsar                                  on 2000/04/25  19:13:12
35260         Log: reformat perldiag to avoid long lines
35261      Branch: perl
35262            ! pod/perldiag.pod
35263 ____________________________________________________________________________
35264 [  5949] By: gsar                                  on 2000/04/25  18:41:11
35265         Log: make perldoc use the pod2man from the same version (from
35266              M.J.T. Guy)
35267      Branch: perl
35268            ! utils/perldoc.PL
35269 ____________________________________________________________________________
35270 [  5948] By: gsar                                  on 2000/04/25  18:21:57
35271         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
35272              <kompas@kompas.usr.onet.pl>)
35273      Branch: perl
35274            ! lib/vars.pm
35275 ____________________________________________________________________________
35276 [  5947] By: gsar                                  on 2000/04/25  18:11:53
35277         Log: use &dl_error rather than &dl_load_file as the guard for calling
35278              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35279              statically built perl)
35280      Branch: perl
35281            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35282 ____________________________________________________________________________
35283 [  5946] By: jhi                                   on 2000/04/25  17:37:54
35284         Log: Document that tr() is not tr(1).
35285      Branch: cfgperl
35286            ! pod/perlop.pod
35287 ____________________________________________________________________________
35288 [  5945] By: gsar                                  on 2000/04/25  16:34:33
35289         Log: make module name mandatory after -M switch; reorder perldiag
35290              alphabetically (from Mark-Jason Dominus)
35291      Branch: perl
35292            ! perl.c pod/perldiag.pod
35293 ____________________________________________________________________________
35294 [  5944] By: jhi                                   on 2000/04/25  01:15:18
35295         Log: On second thoughts frexp() does have two arguments.
35296      Branch: cfgperl
35297            ! perl.h
35298 ____________________________________________________________________________
35299 [  5943] By: jhi                                   on 2000/04/24  22:56:32
35300         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
35301              Now pp_ncmp() returns undef is either operand is a NaN.
35302      Branch: cfgperl
35303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35304            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
35305            ! vms/subconfigure.com vos/config.def vos/config.h
35306            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35307            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35308            ! win32/config_H.vc
35309      Branch: metaconfig/U/perl
35310            + d_modfl.U
35311 ____________________________________________________________________________
35312 [  5942] By: jhi                                   on 2000/04/24  19:45:17
35313         Log: Regen Configure to match #5937.
35314      Branch: cfgperl
35315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35316            ! config_h.SH
35317      Branch: metaconfig
35318            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
35319 ____________________________________________________________________________
35320 [  5941] By: jhi                                   on 2000/04/24  19:24:11
35321         Log: Further Unicos fixes for Mark Lutz.
35322      Branch: cfgperl
35323            ! hints/unicos.sh pp_ctl.c
35324 ____________________________________________________________________________
35325 [  5940] By: jhi                                   on 2000/04/24  19:09:06
35326         Log: Various Unicos 10.0.0.6 fixes.
35327              
35328              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
35329              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
35330              Reply-To: tecmpl1@triton.ca.boeing.com 
35331              To: perl5-porters@perl.org 
35332              Date: Fri, 14 Apr 2000 20:21:00 GMT 
35333              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
35334      Branch: cfgperl
35335            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
35336 ____________________________________________________________________________
35337 [  5939] By: gsar                                  on 2000/04/24  19:01:24
35338         Log: more pod nits (from Larry Virden)
35339      Branch: perl
35340            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
35341            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35342            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35343 ____________________________________________________________________________
35344 [  5938] By: gsar                                  on 2000/04/24  18:54:01
35345         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
35346      Branch: perl
35347            ! ext/B/B/Deparse.pm
35348 ____________________________________________________________________________
35349 [  5937] By: jhi                                   on 2000/04/24  17:39:00
35350         Log: Integrate with Sarathy.
35351      Branch: cfgperl
35352           +> (branch 31 files)
35353           !> (integrate 73 files)
35354 ____________________________________________________________________________
35355 [  5936] By: gsar                                  on 2000/04/24  17:30:06
35356         Log: additional tests for change#5934 (from Paul Marquess, who also
35357              sent in the same fix)
35358      Branch: perl
35359            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35360            ! t/pragma/warn/5nolint t/pragma/warn/6default
35361 ____________________________________________________________________________
35362 [  5935] By: jhi                                   on 2000/04/24  17:26:05
35363         Log: Do not assume sign propagation.
35364              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
35365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
35366              To: payner@ncifcrf.gov, perl5-porters@perl.org 
35367              Date: Tue, 18 Apr 2000 18:24:49 +0100 
35368              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
35369      Branch: cfgperl
35370            ! t/op/bop.t t/op/misc.t
35371 ____________________________________________________________________________
35372 [  5934] By: gsar                                  on 2000/04/24  17:16:54
35373         Log: propagate lexical warnings from surrounding scope correctly
35374              within string eval()
35375      Branch: perl
35376            ! pp_ctl.c t/pragma/warn/pp_ctl
35377 ____________________________________________________________________________
35378 [  5933] By: jhi                                   on 2000/04/24  17:01:07
35379         Log: Flatten the cpp jungle doing the nosuid checking.
35380      Branch: cfgperl
35381            ! perl.c
35382 ____________________________________________________________________________
35383 [  5932] By: gsar                                  on 2000/04/24  09:08:14
35384         Log: add rsignal(), whichsig() and do_join() to public API list
35385              (mod_perl uses them to good advantage)
35386      Branch: perl
35387            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
35388 ____________________________________________________________________________
35389 [  5931] By: gsar                                  on 2000/04/24  09:01:40
35390         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
35391      Branch: perl
35392            ! pp_hot.c regexec.c t/op/pat.t
35393 ____________________________________________________________________________
35394 [  5930] By: gsar                                  on 2000/04/24  08:58:33
35395         Log: small os390 tweaks (from Peter Prymmer)
35396      Branch: perl
35397            ! config_h.SH makedepend.SH
35398 ____________________________________________________________________________
35399 [  5929] By: gsar                                  on 2000/04/24  08:55:25
35400         Log: pod nits
35401      Branch: perl
35402            ! pod/perlguts.pod
35403 ____________________________________________________________________________
35404 [  5928] By: gsar                                  on 2000/04/24  08:50:13
35405         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
35406      Branch: perl
35407            ! ext/IO/lib/IO/Poll.pm
35408 ____________________________________________________________________________
35409 [  5927] By: gsar                                  on 2000/04/24  08:43:24
35410         Log: arrange for next() to resume at the unstack op rather than the
35411              loop conditional, so that scope cleanup happens correctly
35412              (from Stephen McCamant)
35413      Branch: perl
35414            ! op.c pp_ctl.c t/op/misc.t
35415 ____________________________________________________________________________
35416 [  5926] By: gsar                                  on 2000/04/24  08:18:40
35417         Log: on windows, reserve 16M of stack rather than 128M (allows more
35418              threads to run concurrently)
35419      Branch: perl
35420            ! win32/Makefile win32/makefile.mk
35421 ____________________________________________________________________________
35422 [  5925] By: gsar                                  on 2000/04/24  08:13:52
35423         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
35424      Branch: perl
35425            ! toke.c
35426 ____________________________________________________________________________
35427 [  5924] By: gsar                                  on 2000/04/24  08:08:59
35428         Log: avoid using uninitialized memory in require version check
35429      Branch: perl
35430            ! pp_ctl.c universal.c
35431 ____________________________________________________________________________
35432 [  5923] By: gsar                                  on 2000/04/24  07:20:14
35433         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
35434      Branch: perl
35435            ! ext/IO/lib/IO/Poll.pm
35436 ____________________________________________________________________________
35437 [  5922] By: gsar                                  on 2000/04/24  07:08:42
35438         Log: commentary about IoTYPE() (from Nathan Torkington)
35439      Branch: perl
35440            ! sv.h
35441 ____________________________________________________________________________
35442 [  5921] By: gsar                                  on 2000/04/24  06:58:26
35443         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
35444              by fix
35445      Branch: perl
35446            ! sv.c t/lib/charnames.t t/pragma/utf8.t
35447 ____________________________________________________________________________
35448 [  5920] By: gsar                                  on 2000/04/24  06:37:59
35449         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
35450      Branch: perl
35451            ! doop.c t/op/ver.t
35452 ____________________________________________________________________________
35453 [  5919] By: gsar                                  on 2000/04/24  06:21:58
35454         Log: Configure might miss old directories when prefix must be
35455              expanded (from Robin Barker)
35456      Branch: metaconfig
35457            ! U/installdirs/inc_version_list.U
35458      Branch: perl
35459            ! Configure
35460 ____________________________________________________________________________
35461 [  5918] By: gsar                                  on 2000/04/24  06:16:11
35462         Log: VMS nits in glob() test (from Charles Lane)
35463      Branch: perl
35464            ! t/lib/glob-basic.t
35465 ____________________________________________________________________________
35466 [  5917] By: gsar                                  on 2000/04/24  06:11:56
35467         Log: various pod nits (from Larry Virden and others)
35468      Branch: perl
35469            ! README.amiga README.hpux README.machten README.os2
35470            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
35471            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
35472            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
35473            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
35474            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
35475            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
35476            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
35477            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
35478 ____________________________________________________________________________
35479 [  5916] By: gsar                                  on 2000/04/24  05:52:43
35480         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
35481              <wjones@tc.fluke.com>)
35482      Branch: perl
35483            ! t/lib/glob-basic.t
35484 ____________________________________________________________________________
35485 [  5915] By: gsar                                  on 2000/04/24  05:07:01
35486         Log: supported platforms mixed up
35487      Branch: perl
35488            ! pod/perl56delta.pod pod/perlport.pod
35489 ____________________________________________________________________________
35490 [  5914] By: gsar                                  on 2000/04/24  04:56:08
35491         Log: caller() wasn't returning the right number of elements for
35492              eval {...}
35493      Branch: perl
35494            ! pp_ctl.c t/pragma/warn/9enabled
35495 ____________________________________________________________________________
35496 [  5913] By: gsar                                  on 2000/04/24  04:35:41
35497         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
35498              Mark-Jason Dominus)
35499      Branch: perl
35500            ! pod/perlfunc.pod
35501 ____________________________________________________________________________
35502 [  5912] By: gsar                                  on 2000/04/24  04:17:15
35503         Log: fix totally broken caching in UNIVERSAL::isa() (from
35504              Nick Ing-Simmons)
35505      Branch: perl
35506            ! t/op/universal.t universal.c
35507 ____________________________________________________________________________
35508 [  5911] By: gsar                                  on 2000/04/24  03:39:47
35509         Log: add linebreak properties from unicode/LineBrk.txt (from
35510              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
35511      Branch: perl
35512            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35513            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35514            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35515            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35516            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35517            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35518            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35519            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35520            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35521            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35522            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35523            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35524            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35525            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
35526            + lib/unicode/Is/LbrkZW.pl
35527            ! lib/unicode/mktables.PL
35528 ____________________________________________________________________________
35529 [  5910] By: gsar                                  on 2000/04/24  03:23:10
35530         Log: typo in pod
35531      Branch: perl
35532            ! ext/Thread/Thread.pm
35533 ____________________________________________________________________________
35534 [  5909] By: gsar                                  on 2000/04/24  03:22:03
35535         Log: mode argument to do_binmode() should be file mode, not boolean
35536      Branch: perl
35537            ! pp_sys.c
35538 ____________________________________________________________________________
35539 [  5908] By: gsar                                  on 2000/04/16  16:51:08
35540         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
35541              always returns a valid GV even when the symbol is trapped by strictures
35542              (avoids coredumps)
35543              
35544              TODO: the C<package;> hack needs similar treatment
35545      Branch: perl
35546            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
35547            ! t/pragma/strict-vars
35548 ____________________________________________________________________________
35549 [  5907] By: jhi                                   on 2000/03/31  23:42:56
35550         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
35551              an assumption which #5905 demolished.
35552      Branch: cfgperl
35553            ! pp_sys.c
35554 ____________________________________________________________________________
35555 [  5906] By: jhi                                   on 2000/03/31  18:54:37
35556         Log: Typo in #5905.
35557      Branch: cfgperl
35558            ! t/op/64bitint.t
35559 ____________________________________________________________________________
35560 [  5905] By: jhi                                   on 2000/03/31  18:50:54
35561         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
35562              reported by Joseph N. Hall.  The bug was that even with use64bitint
35563              one had to use the prefixes q, L, or ll with printf/sprintf,
35564              contrary to the documentation and common sense.
35565      Branch: cfgperl
35566            ! sv.c t/op/64bitint.t
35567 ____________________________________________________________________________
35568 [  5904] By: gsar                                  on 2000/03/28  02:31:32
35569         Log: add Changes, perldelta.pod
35570      Branch: perl
35571            + Changes pod/perldelta.pod
35572 ____________________________________________________________________________
35573 [  5903] By: gsar                                  on 2000/03/28  02:03:55
35574         Log: rename Changes and perldelta.pod
35575      Branch: perl
35576           +> Changes5.6 pod/perl56delta.pod
35577            - Changes pod/perldelta.pod
35578            ! MANIFEST
35579 ____________________________________________________________________________
35580 [  5902] By: gsar                                  on 2000/03/28  01:59:14
35581         Log: create maint-5.6 branch
35582      Branch: maint-5.6/perl
35583           +> (branch 1611 files)
35584 ____________________________________________________________________________
35585 [  5901] By: jhi                                   on 2000/03/23  05:48:43
35586         Log: Integrate with Sarathy.
35587      Branch: cfgperl
35588           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
35589 ____________________________________________________________________________
35590 [  5900] By: gsar                                  on 2000/03/23  05:42:43
35591         Log: three guesses on what this is :-)
35592      Branch: perl
35593            ! Changes